public static enum MessageCountAlertCondition.ThresholdType extends Enum<MessageCountAlertCondition.ThresholdType>
| Modifier and Type | Method and Description |
|---|---|
static MessageCountAlertCondition.ThresholdType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageCountAlertCondition.ThresholdType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MessageCountAlertCondition.ThresholdType MORE
public static final MessageCountAlertCondition.ThresholdType LESS
public static MessageCountAlertCondition.ThresholdType[] values()
for (MessageCountAlertCondition.ThresholdType c : MessageCountAlertCondition.ThresholdType.values()) System.out.println(c);
public static MessageCountAlertCondition.ThresholdType 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 © 2012-2016 Graylog, Inc.. All Rights Reserved.