public static enum ListAlertLogsRequest.TypeFilter extends Enum<ListAlertLogsRequest.TypeFilter> implements BmcEnum
The optional parameter to filter the attention or alert logs by type.
Enum Constant and Description |
---|
All |
Error |
IncidentError |
Notification |
Trace |
Unknown |
Warning |
Modifier and Type | Method and Description |
---|---|
static ListAlertLogsRequest.TypeFilter |
create(String key) |
String |
getValue() |
static ListAlertLogsRequest.TypeFilter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListAlertLogsRequest.TypeFilter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListAlertLogsRequest.TypeFilter Unknown
public static final ListAlertLogsRequest.TypeFilter IncidentError
public static final ListAlertLogsRequest.TypeFilter Error
public static final ListAlertLogsRequest.TypeFilter Warning
public static final ListAlertLogsRequest.TypeFilter Notification
public static final ListAlertLogsRequest.TypeFilter Trace
public static final ListAlertLogsRequest.TypeFilter All
public static ListAlertLogsRequest.TypeFilter[] values()
for (ListAlertLogsRequest.TypeFilter c : ListAlertLogsRequest.TypeFilter.values()) System.out.println(c);
public static ListAlertLogsRequest.TypeFilter 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.TypeFilter create(String key)
Copyright © 2016–2024. All rights reserved.