public static enum AlertConfiguration.Severity extends Enum<AlertConfiguration.Severity>
| Modifier and Type | Method and Description |
|---|---|
int |
value() |
static AlertConfiguration.Severity |
valueOf(int value) |
static AlertConfiguration.Severity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlertConfiguration.Severity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlertConfiguration.Severity Report
public static final AlertConfiguration.Severity Low
public static final AlertConfiguration.Severity Medium
public static final AlertConfiguration.Severity High
public static final AlertConfiguration.Severity Critical
public static AlertConfiguration.Severity[] values()
for (AlertConfiguration.Severity c : AlertConfiguration.Severity.values()) System.out.println(c);
public static AlertConfiguration.Severity 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.Severity valueOf(int value)
public int value()
Copyright © 2025. All Rights Reserved.