Enum SummarizeAttentionLogCountsRequest.TypeFilter
- java.lang.Object
-
- java.lang.Enum<SummarizeAttentionLogCountsRequest.TypeFilter>
-
- com.oracle.bmc.databasemanagement.requests.SummarizeAttentionLogCountsRequest.TypeFilter
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<SummarizeAttentionLogCountsRequest.TypeFilter>
- Enclosing class:
- SummarizeAttentionLogCountsRequest
public static enum SummarizeAttentionLogCountsRequest.TypeFilter extends Enum<SummarizeAttentionLogCountsRequest.TypeFilter> implements BmcEnum
The optional parameter to filter the attention or alert logs by type.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description All
Error
IncidentError
Notification
Trace
Unknown
Warning
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SummarizeAttentionLogCountsRequest.TypeFilter
create(String key)
String
getValue()
static SummarizeAttentionLogCountsRequest.TypeFilter
valueOf(String name)
Returns the enum constant of this type with the specified name.static SummarizeAttentionLogCountsRequest.TypeFilter[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Unknown
public static final SummarizeAttentionLogCountsRequest.TypeFilter Unknown
-
IncidentError
public static final SummarizeAttentionLogCountsRequest.TypeFilter IncidentError
-
Error
public static final SummarizeAttentionLogCountsRequest.TypeFilter Error
-
Warning
public static final SummarizeAttentionLogCountsRequest.TypeFilter Warning
-
Notification
public static final SummarizeAttentionLogCountsRequest.TypeFilter Notification
-
Trace
public static final SummarizeAttentionLogCountsRequest.TypeFilter Trace
-
All
public static final SummarizeAttentionLogCountsRequest.TypeFilter All
-
-
Method Detail
-
values
public static SummarizeAttentionLogCountsRequest.TypeFilter[] 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 (SummarizeAttentionLogCountsRequest.TypeFilter c : SummarizeAttentionLogCountsRequest.TypeFilter.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static SummarizeAttentionLogCountsRequest.TypeFilter 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 SummarizeAttentionLogCountsRequest.TypeFilter create(String key)
-
-