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