public static enum ListAlertLogsRequest.LevelFilter extends Enum<ListAlertLogsRequest.LevelFilter> implements BmcEnum
The optional parameter to filter the alert logs by log level.
Enum Constant and Description |
---|
All |
Critical |
Important |
Normal |
Severe |
Modifier and Type | Method and 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.
|
public static final ListAlertLogsRequest.LevelFilter Critical
public static final ListAlertLogsRequest.LevelFilter Severe
public static final ListAlertLogsRequest.LevelFilter Important
public static final ListAlertLogsRequest.LevelFilter Normal
public static final ListAlertLogsRequest.LevelFilter All
public static ListAlertLogsRequest.LevelFilter[] values()
for (ListAlertLogsRequest.LevelFilter c : ListAlertLogsRequest.LevelFilter.values()) System.out.println(c);
public static ListAlertLogsRequest.LevelFilter 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 ListAlertLogsRequest.LevelFilter create(String key)
Copyright © 2016–2024. All rights reserved.