public static enum AlertConfiguration.GroupType extends Enum<AlertConfiguration.GroupType> implements com.alibaba.fastjson.serializer.JSONSerializable
| 枚举常量和说明 |
|---|
CUSTOM |
LABELS_AUTO |
NO_GROUP |
| 限定符和类型 | 方法和说明 |
|---|---|
static AlertConfiguration.GroupType |
fromString(String value) |
String |
toString() |
static AlertConfiguration.GroupType |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static AlertConfiguration.GroupType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
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 - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public static AlertConfiguration.GroupType fromString(String value)
public String toString()
toString 在类中 Enum<AlertConfiguration.GroupType>Copyright © 2026. All Rights Reserved.