public static enum CommandAlert.MonitoringTriggerConfig.ValueCase extends Enum<CommandAlert.MonitoringTriggerConfig.ValueCase> implements com.google.protobuf.Internal.EnumLite
Enum Constant and Description |
---|
LONGVALUE |
STATUSVALUE |
VALUE_NOT_SET |
Modifier and Type | Method and Description |
---|---|
static CommandAlert.MonitoringTriggerConfig.ValueCase |
forNumber(int value) |
int |
getNumber() |
static CommandAlert.MonitoringTriggerConfig.ValueCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CommandAlert.MonitoringTriggerConfig.ValueCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandAlert.MonitoringTriggerConfig.ValueCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommandAlert.MonitoringTriggerConfig.ValueCase LONGVALUE
public static final CommandAlert.MonitoringTriggerConfig.ValueCase STATUSVALUE
public static final CommandAlert.MonitoringTriggerConfig.ValueCase VALUE_NOT_SET
public static CommandAlert.MonitoringTriggerConfig.ValueCase[] values()
for (CommandAlert.MonitoringTriggerConfig.ValueCase c : CommandAlert.MonitoringTriggerConfig.ValueCase.values()) System.out.println(c);
public static CommandAlert.MonitoringTriggerConfig.ValueCase valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null@Deprecated public static CommandAlert.MonitoringTriggerConfig.ValueCase valueOf(int value)
forNumber(int)
instead.value
- The number of the enum to look for.public static CommandAlert.MonitoringTriggerConfig.ValueCase forNumber(int value)
public int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite