public static enum IStatsAlert.Type extends Enum<IStatsAlert.Type>
Enum Constant and Description |
---|
Abated
Indicates that the metric related to the alert is (now) within normal limits
|
AboveThreshold
Indicates that the metric related to the alert has risen above the normal limit.
|
BelowThreshold
Indicates that the metric related to the alert has fallen below the normal limit.
|
Modifier and Type | Method and Description |
---|---|
static IStatsAlert.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IStatsAlert.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IStatsAlert.Type AboveThreshold
public static final IStatsAlert.Type BelowThreshold
public static final IStatsAlert.Type Abated
public static IStatsAlert.Type[] values()
for (IStatsAlert.Type c : IStatsAlert.Type.values()) System.out.println(c);
public static IStatsAlert.Type 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 © 2019 Neeve Research, LLC. All Rights Reserved.