Package | Description |
---|---|
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
static ShutdownReadinessState |
ShutdownReadinessState.fromValue(String text) |
ShutdownReadinessState |
ApiShutdownReadiness.getState()
Shutdown readiness state
|
ShutdownReadinessState |
ShutdownReadinessState.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static ShutdownReadinessState |
ShutdownReadinessState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShutdownReadinessState[] |
ShutdownReadinessState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ApiShutdownReadiness.setState(ShutdownReadinessState state) |
ApiShutdownReadiness |
ApiShutdownReadiness.state(ShutdownReadinessState state) |
void |
ShutdownReadinessState.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
ShutdownReadinessState enumeration) |
Copyright © 2019. All rights reserved.