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