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