public static enum SummarizeAlertLogCountsRequest.TypeFilter extends Enum<SummarizeAlertLogCountsRequest.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 SummarizeAlertLogCountsRequest.TypeFilter |
create(String key) |
String |
getValue() |
static SummarizeAlertLogCountsRequest.TypeFilter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SummarizeAlertLogCountsRequest.TypeFilter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SummarizeAlertLogCountsRequest.TypeFilter Unknown
public static final SummarizeAlertLogCountsRequest.TypeFilter IncidentError
public static final SummarizeAlertLogCountsRequest.TypeFilter Error
public static final SummarizeAlertLogCountsRequest.TypeFilter Warning
public static final SummarizeAlertLogCountsRequest.TypeFilter Notification
public static final SummarizeAlertLogCountsRequest.TypeFilter Trace
public static final SummarizeAlertLogCountsRequest.TypeFilter All
public static SummarizeAlertLogCountsRequest.TypeFilter[] values()
for (SummarizeAlertLogCountsRequest.TypeFilter c : SummarizeAlertLogCountsRequest.TypeFilter.values()) System.out.println(c);
public static SummarizeAlertLogCountsRequest.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 SummarizeAlertLogCountsRequest.TypeFilter create(String key)
Copyright © 2016–2025. All rights reserved.