public static enum AlertConfiguration.StoreType extends Enum<AlertConfiguration.StoreType> implements com.alibaba.fastjson.serializer.JSONSerializable
| Modifier and Type | Method and Description |
|---|---|
static AlertConfiguration.StoreType |
fromString(String value) |
String |
toString() |
static AlertConfiguration.StoreType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlertConfiguration.StoreType[] |
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.StoreType LOG
public static final AlertConfiguration.StoreType METRIC
public static final AlertConfiguration.StoreType META
public static AlertConfiguration.StoreType[] values()
for (AlertConfiguration.StoreType c : AlertConfiguration.StoreType.values()) System.out.println(c);
public static AlertConfiguration.StoreType 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.StoreType fromString(String value)
public String toString()
toString in class Enum<AlertConfiguration.StoreType>Copyright © 2025. All Rights Reserved.