public static enum ListAlarmsStatusRequest.Status extends Enum<ListAlarmsStatusRequest.Status> implements BmcEnum
A filter to return only metric streams that match the specified status. For example, the value “FIRING” returns only firing metric streams.
Example: FIRING
Modifier and Type | Method and Description |
---|---|
static ListAlarmsStatusRequest.Status |
create(String key) |
String |
getValue() |
static ListAlarmsStatusRequest.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListAlarmsStatusRequest.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListAlarmsStatusRequest.Status Firing
public static final ListAlarmsStatusRequest.Status Ok
public static ListAlarmsStatusRequest.Status[] values()
for (ListAlarmsStatusRequest.Status c : ListAlarmsStatusRequest.Status.values()) System.out.println(c);
public static ListAlarmsStatusRequest.Status 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 nullpublic static ListAlarmsStatusRequest.Status create(String key)
Copyright © 2016–2024. All rights reserved.