public static enum ListAlertAnalyticsRequest.GroupBy extends Enum<ListAlertAnalyticsRequest.GroupBy> implements BmcEnum
A groupBy can only be used in combination with summaryField parameter. A groupBy value has to be a subset of the values mentioned in summaryField parameter.
Enum Constant and Description |
---|
AlertPolicyRuleKey |
AlertPolicyRuleName |
AlertSeverity |
AlertStatus |
AlertType |
PolicyId |
TargetIds |
TargetNames |
TimeCreated |
Modifier and Type | Method and Description |
---|---|
static ListAlertAnalyticsRequest.GroupBy |
create(String key) |
String |
getValue() |
static ListAlertAnalyticsRequest.GroupBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListAlertAnalyticsRequest.GroupBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListAlertAnalyticsRequest.GroupBy AlertType
public static final ListAlertAnalyticsRequest.GroupBy TargetIds
public static final ListAlertAnalyticsRequest.GroupBy TargetNames
public static final ListAlertAnalyticsRequest.GroupBy AlertSeverity
public static final ListAlertAnalyticsRequest.GroupBy AlertStatus
public static final ListAlertAnalyticsRequest.GroupBy TimeCreated
public static final ListAlertAnalyticsRequest.GroupBy PolicyId
public static final ListAlertAnalyticsRequest.GroupBy AlertPolicyRuleKey
public static final ListAlertAnalyticsRequest.GroupBy AlertPolicyRuleName
public static ListAlertAnalyticsRequest.GroupBy[] values()
for (ListAlertAnalyticsRequest.GroupBy c : ListAlertAnalyticsRequest.GroupBy.values()) System.out.println(c);
public static ListAlertAnalyticsRequest.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 ListAlertAnalyticsRequest.GroupBy create(String key)
Copyright © 2016–2025. All rights reserved.