public static enum GetAlarmHistoryRequest.AlarmHistorytype extends Enum<GetAlarmHistoryRequest.AlarmHistorytype> implements BmcEnum
The type of history entries to retrieve. State history (STATE_HISTORY), state transition history (STATE_TRANSITION_HISTORY), rule history (RULE_HISTORY) or rule transition history (RULE_TRANSITION_HISTORY). If not specified, entries of all types are retrieved.
Example: STATE_HISTORY
Enum Constant and Description |
---|
RuleHistory |
RuleTransitionHistory |
StateHistory |
StateTransitionHistory |
Modifier and Type | Method and Description |
---|---|
static GetAlarmHistoryRequest.AlarmHistorytype |
create(String key) |
String |
getValue() |
static GetAlarmHistoryRequest.AlarmHistorytype |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GetAlarmHistoryRequest.AlarmHistorytype[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GetAlarmHistoryRequest.AlarmHistorytype StateHistory
public static final GetAlarmHistoryRequest.AlarmHistorytype StateTransitionHistory
public static final GetAlarmHistoryRequest.AlarmHistorytype RuleHistory
public static final GetAlarmHistoryRequest.AlarmHistorytype RuleTransitionHistory
public static GetAlarmHistoryRequest.AlarmHistorytype[] values()
for (GetAlarmHistoryRequest.AlarmHistorytype c : GetAlarmHistoryRequest.AlarmHistorytype.values()) System.out.println(c);
public static GetAlarmHistoryRequest.AlarmHistorytype 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 GetAlarmHistoryRequest.AlarmHistorytype create(String key)
Copyright © 2016–2024. All rights reserved.