public enum DsAlertSeverity extends Enum<DsAlertSeverity>
| Modifier and Type | Method and Description |
|---|---|
static DsAlertSeverity |
findByJsonValue(String jsonValue) |
String |
getJsonValue() |
static DsAlertSeverity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DsAlertSeverity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DsAlertSeverity ADVISORY
public static final DsAlertSeverity WATCH
public static final DsAlertSeverity WARNING
public static final DsAlertSeverity UNKNOWN
public static DsAlertSeverity[] values()
for (DsAlertSeverity c : DsAlertSeverity.values()) System.out.println(c);
public static DsAlertSeverity 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 DsAlertSeverity findByJsonValue(String jsonValue)
public String getJsonValue()
Copyright © 2016–2020. All rights reserved.