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