public static enum AttentionLogCountSummary.Category extends Enum<AttentionLogCountSummary.Category> implements BmcEnum
The category of different attention logs.
Enum Constant and Description |
---|
Deferrable |
Error |
Immediate |
IncidentError |
Info |
Notification |
Other |
Soon |
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 AttentionLogCountSummary.Category |
create(String key) |
String |
getValue() |
static AttentionLogCountSummary.Category |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttentionLogCountSummary.Category[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttentionLogCountSummary.Category Unknown
public static final AttentionLogCountSummary.Category IncidentError
public static final AttentionLogCountSummary.Category Error
public static final AttentionLogCountSummary.Category Warning
public static final AttentionLogCountSummary.Category Notification
public static final AttentionLogCountSummary.Category Trace
public static final AttentionLogCountSummary.Category Immediate
public static final AttentionLogCountSummary.Category Soon
public static final AttentionLogCountSummary.Category Deferrable
public static final AttentionLogCountSummary.Category Info
public static final AttentionLogCountSummary.Category Other
public static final AttentionLogCountSummary.Category UnknownEnumValue
public static AttentionLogCountSummary.Category[] values()
for (AttentionLogCountSummary.Category c : AttentionLogCountSummary.Category.values()) System.out.println(c);
public static AttentionLogCountSummary.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 AttentionLogCountSummary.Category create(String key)
Copyright © 2016–2024. All rights reserved.