public static enum UptimeCheckConfig.ResourceCase extends java.lang.Enum<UptimeCheckConfig.ResourceCase> implements Internal.EnumLite
Enum Constant and Description |
---|
MONITORED_RESOURCE |
RESOURCE_GROUP |
RESOURCE_NOT_SET |
Modifier and Type | Method and Description |
---|---|
static UptimeCheckConfig.ResourceCase |
forNumber(int value) |
int |
getNumber() |
static UptimeCheckConfig.ResourceCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static UptimeCheckConfig.ResourceCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UptimeCheckConfig.ResourceCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UptimeCheckConfig.ResourceCase MONITORED_RESOURCE
public static final UptimeCheckConfig.ResourceCase RESOURCE_GROUP
public static final UptimeCheckConfig.ResourceCase RESOURCE_NOT_SET
public static UptimeCheckConfig.ResourceCase[] values()
for (UptimeCheckConfig.ResourceCase c : UptimeCheckConfig.ResourceCase.values()) System.out.println(c);
public static UptimeCheckConfig.ResourceCase 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 UptimeCheckConfig.ResourceCase valueOf(int value)
forNumber(int)
instead.public static UptimeCheckConfig.ResourceCase forNumber(int value)
public int getNumber()
getNumber
in interface Internal.EnumLite