public static enum AlertLogCountSummary.Category extends Enum<AlertLogCountSummary.Category> implements BmcEnum
The category of different alert logs.
Enum Constant and Description |
---|
Critical |
Error |
Important |
IncidentError |
Normal |
Notification |
Other |
Severe |
Trace |
Unknown |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Warning |
Modifier and Type | Method and Description |
---|---|
static AlertLogCountSummary.Category |
create(String key) |
String |
getValue() |
static AlertLogCountSummary.Category |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlertLogCountSummary.Category[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlertLogCountSummary.Category Unknown
public static final AlertLogCountSummary.Category IncidentError
public static final AlertLogCountSummary.Category Error
public static final AlertLogCountSummary.Category Warning
public static final AlertLogCountSummary.Category Notification
public static final AlertLogCountSummary.Category Trace
public static final AlertLogCountSummary.Category Critical
public static final AlertLogCountSummary.Category Severe
public static final AlertLogCountSummary.Category Important
public static final AlertLogCountSummary.Category Normal
public static final AlertLogCountSummary.Category Other
public static final AlertLogCountSummary.Category UnknownEnumValue
public static AlertLogCountSummary.Category[] values()
for (AlertLogCountSummary.Category c : AlertLogCountSummary.Category.values()) System.out.println(c);
public static AlertLogCountSummary.Category 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 AlertLogCountSummary.Category create(String key)
Copyright © 2016–2024. All rights reserved.