AlertSeverity Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. databoxedge. models. AlertSeverity
- com.
- com.
public final class AlertSeverity
extends ExpandableStringEnum<AlertSeverity>
Severity of the alert.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Alert |
CRITICAL
Static value Critical for Alert |
|
static final
Alert |
INFORMATIONAL
Static value Informational for Alert |
|
static final
Alert |
WARNING
Static value Warning for Alert |
Constructor Summary
| Constructor | Description |
|---|---|
| AlertSeverity() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Alert |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Alert |
fromString(String name)
Creates or finds a Alert |
|
static
Collection<Alert |
values()
Gets known Alert |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
CRITICAL
public static final AlertSeverity CRITICAL
Static value Critical for AlertSeverity.
INFORMATIONAL
public static final AlertSeverity INFORMATIONAL
Static value Informational for AlertSeverity.
WARNING
public static final AlertSeverity WARNING
Static value Warning for AlertSeverity.
Constructor Details
AlertSeverity
@Deprecated
public AlertSeverity()
Deprecated
Creates a new instance of AlertSeverity value.
Method Details
fromString
public static AlertSeverity fromString(String name)
Creates or finds a AlertSeverity from its string representation.
Parameters:
Returns:
values
public static Collection<AlertSeverity> values()
Gets known AlertSeverity values.
Returns: