public static enum AlertConfiguration.GroupType extends Enum<AlertConfiguration.GroupType> implements com.alibaba.fastjson.serializer.JSONSerializable
| Enum Constant and Description |
|---|
CUSTOM |
LABELS_AUTO |
NO_GROUP |
| Modifier and Type | Method and Description |
|---|---|
static AlertConfiguration.GroupType |
fromString(String value) |
String |
toString() |
static AlertConfiguration.GroupType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlertConfiguration.GroupType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
void |
write(com.alibaba.fastjson.serializer.JSONSerializer serializer,
Object fieldName,
Type fieldType,
int features) |
public static final AlertConfiguration.GroupType NO_GROUP
public static final AlertConfiguration.GroupType LABELS_AUTO
public static final AlertConfiguration.GroupType CUSTOM
public static AlertConfiguration.GroupType[] values()
for (AlertConfiguration.GroupType c : AlertConfiguration.GroupType.values()) System.out.println(c);
public static AlertConfiguration.GroupType 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 AlertConfiguration.GroupType fromString(String value)
public String toString()
toString in class Enum<AlertConfiguration.GroupType>Copyright © 2025. All Rights Reserved.