public enum AgentAlerts extends Enum<AgentAlerts>
| Enum Constant and Description |
|---|
ClusterAlert |
HardwareAlert |
| Modifier and Type | Method and Description |
|---|---|
Alert |
getAlert(Map<String,Object> alertData) |
String |
getAlertId() |
String |
getDescription() |
static AgentAlerts |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgentAlerts[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AgentAlerts ClusterAlert
public static final AgentAlerts HardwareAlert
public static AgentAlerts[] values()
for (AgentAlerts c : AgentAlerts.values()) System.out.println(c);
public static AgentAlerts 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 String getAlertId()
public String getDescription()
Copyright © 2018 LSST. All rights reserved.