@Generated(value="OracleSDKGenerator", comments="API Version: 20181201") public enum AlertSeverity extends Enum<AlertSeverity> implements BmcEnum
The severity level of the alert.
Enum Constant and Description |
---|
Critical |
Evaluate |
High |
Low |
Medium |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this
version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static AlertSeverity |
create(String key) |
String |
getValue() |
static AlertSeverity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlertSeverity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlertSeverity Critical
public static final AlertSeverity High
public static final AlertSeverity Medium
public static final AlertSeverity Low
public static final AlertSeverity Evaluate
public static final AlertSeverity UnknownEnumValue
public static AlertSeverity[] values()
for (AlertSeverity c : AlertSeverity.values()) System.out.println(c);
public static AlertSeverity 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 AlertSeverity create(String key)
Copyright © 2016–2024. All rights reserved.