public static enum SummarizeAlertLogCountsRequest.GroupBy extends Enum<SummarizeAlertLogCountsRequest.GroupBy> implements BmcEnum
The optional parameter used to group different alert logs.
Modifier and Type | Method and Description |
---|---|
static SummarizeAlertLogCountsRequest.GroupBy |
create(String key) |
String |
getValue() |
static SummarizeAlertLogCountsRequest.GroupBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SummarizeAlertLogCountsRequest.GroupBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SummarizeAlertLogCountsRequest.GroupBy Level
public static final SummarizeAlertLogCountsRequest.GroupBy Type
public static SummarizeAlertLogCountsRequest.GroupBy[] values()
for (SummarizeAlertLogCountsRequest.GroupBy c : SummarizeAlertLogCountsRequest.GroupBy.values()) System.out.println(c);
public static SummarizeAlertLogCountsRequest.GroupBy 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.GroupBy create(String key)
Copyright © 2016–2024. All rights reserved.