Enum AttentionLogCountSummary.Category
- java.lang.Object
-
- java.lang.Enum<AttentionLogCountSummary.Category>
-
- com.oracle.bmc.databasemanagement.model.AttentionLogCountSummary.Category
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<AttentionLogCountSummary.Category>
- Enclosing class:
- AttentionLogCountSummary
public static enum AttentionLogCountSummary.Category extends Enum<AttentionLogCountSummary.Category> implements BmcEnum
The category of different attention logs.
-
-
Enum Constant Summary
Enum Constants Enum Constant 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
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Enum Constant Detail
-
Unknown
public static final AttentionLogCountSummary.Category Unknown
-
IncidentError
public static final AttentionLogCountSummary.Category IncidentError
-
Error
public static final AttentionLogCountSummary.Category Error
-
Warning
public static final AttentionLogCountSummary.Category Warning
-
Notification
public static final AttentionLogCountSummary.Category Notification
-
Trace
public static final AttentionLogCountSummary.Category Trace
-
Immediate
public static final AttentionLogCountSummary.Category Immediate
-
Soon
public static final AttentionLogCountSummary.Category Soon
-
Deferrable
public static final AttentionLogCountSummary.Category Deferrable
-
Info
public static final AttentionLogCountSummary.Category Info
-
Other
public static final AttentionLogCountSummary.Category Other
-
UnknownEnumValue
public static final AttentionLogCountSummary.Category UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
-
Method Detail
-
values
public static AttentionLogCountSummary.Category[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (AttentionLogCountSummary.Category c : AttentionLogCountSummary.Category.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static AttentionLogCountSummary.Category valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static AttentionLogCountSummary.Category create(String key)
-
-