private static enum RESTApiClusterManager.HealthSummary extends Enum<RESTApiClusterManager.HealthSummary>
Enum Constant and Description |
---|
BAD |
CONCERNING |
DISABLED |
GOOD |
HISTORY_NOT_AVAILABLE |
NOT_AVAILABLE |
Modifier and Type | Method and Description |
---|---|
static RESTApiClusterManager.HealthSummary |
fromString(String value) |
static RESTApiClusterManager.HealthSummary |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RESTApiClusterManager.HealthSummary[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RESTApiClusterManager.HealthSummary DISABLED
public static final RESTApiClusterManager.HealthSummary HISTORY_NOT_AVAILABLE
public static final RESTApiClusterManager.HealthSummary NOT_AVAILABLE
public static final RESTApiClusterManager.HealthSummary GOOD
public static final RESTApiClusterManager.HealthSummary CONCERNING
public static final RESTApiClusterManager.HealthSummary BAD
public static RESTApiClusterManager.HealthSummary[] values()
for (RESTApiClusterManager.HealthSummary c : RESTApiClusterManager.HealthSummary.values()) System.out.println(c);
public static RESTApiClusterManager.HealthSummary 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 RESTApiClusterManager.HealthSummary fromString(String value)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.