@Generated public enum MonitorInfoStatus extends Enum<MonitorInfoStatus>
| Enum Constant and Description |
|---|
MONITOR_STATUS_ACTIVE |
MONITOR_STATUS_DELETE_PENDING |
MONITOR_STATUS_ERROR |
MONITOR_STATUS_FAILED |
MONITOR_STATUS_PENDING |
| Modifier and Type | Method and Description |
|---|---|
static MonitorInfoStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MonitorInfoStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MonitorInfoStatus MONITOR_STATUS_ACTIVE
public static final MonitorInfoStatus MONITOR_STATUS_DELETE_PENDING
public static final MonitorInfoStatus MONITOR_STATUS_ERROR
public static final MonitorInfoStatus MONITOR_STATUS_FAILED
public static final MonitorInfoStatus MONITOR_STATUS_PENDING
public static MonitorInfoStatus[] values()
for (MonitorInfoStatus c : MonitorInfoStatus.values()) System.out.println(c);
public static MonitorInfoStatus 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 nullCopyright © 2024. All rights reserved.