Uses of Class
com.adobe.aio.cloudmanager.Metric.Severity
-
Packages that use Metric.Severity Package Description com.adobe.aio.cloudmanager -
-
Uses of Metric.Severity in com.adobe.aio.cloudmanager
Methods in com.adobe.aio.cloudmanager that return Metric.Severity Modifier and Type Method Description Metric.Severity
Metric. getSev()
Severity of the metric.static Metric.Severity
Metric.Severity. valueOf(String name)
Returns the enum constant of this type with the specified name.static Metric.Severity[]
Metric.Severity. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-