public static enum AlertLogSummary.MessageLevel extends Enum<AlertLogSummary.MessageLevel> implements BmcEnum
The level of the alert log.
Enum Constant and Description |
---|
Critical |
Important |
Normal |
Other |
Severe |
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 AlertLogSummary.MessageLevel |
create(String key) |
String |
getValue() |
static AlertLogSummary.MessageLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlertLogSummary.MessageLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlertLogSummary.MessageLevel Critical
public static final AlertLogSummary.MessageLevel Severe
public static final AlertLogSummary.MessageLevel Important
public static final AlertLogSummary.MessageLevel Normal
public static final AlertLogSummary.MessageLevel Other
public static final AlertLogSummary.MessageLevel UnknownEnumValue
public static AlertLogSummary.MessageLevel[] values()
for (AlertLogSummary.MessageLevel c : AlertLogSummary.MessageLevel.values()) System.out.println(c);
public static AlertLogSummary.MessageLevel 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 AlertLogSummary.MessageLevel create(String key)
Copyright © 2016–2025. All rights reserved.