public static enum LevelConditionForListPresetAlertTemplatesOutput.LevelEnum extends Enum<LevelConditionForListPresetAlertTemplatesOutput.LevelEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
LevelConditionForListPresetAlertTemplatesOutput.LevelEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static LevelConditionForListPresetAlertTemplatesOutput.LevelEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static LevelConditionForListPresetAlertTemplatesOutput.LevelEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LevelConditionForListPresetAlertTemplatesOutput.LevelEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="notice") public static final LevelConditionForListPresetAlertTemplatesOutput.LevelEnum NOTICE
@SerializedName(value="warning") public static final LevelConditionForListPresetAlertTemplatesOutput.LevelEnum WARNING
@SerializedName(value="critical") public static final LevelConditionForListPresetAlertTemplatesOutput.LevelEnum CRITICAL
public static LevelConditionForListPresetAlertTemplatesOutput.LevelEnum[] values()
for (LevelConditionForListPresetAlertTemplatesOutput.LevelEnum c : LevelConditionForListPresetAlertTemplatesOutput.LevelEnum.values()) System.out.println(c);
public static LevelConditionForListPresetAlertTemplatesOutput.LevelEnum 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 String getValue()
public String toString()
toString in class Enum<LevelConditionForListPresetAlertTemplatesOutput.LevelEnum>public static LevelConditionForListPresetAlertTemplatesOutput.LevelEnum fromValue(String input)
Copyright © 2026. All rights reserved.