Package | Description |
---|---|
com.cloudera.api.model |
Java models of the underlying API JSON objects, with JAX-B annotations.
|
Modifier and Type | Method and Description |
---|---|
ApiEntityStatus |
ApiService.getEntityStatus()
Readonly.
|
ApiEntityStatus |
ApiRole.getEntityStatus()
Readonly.
|
ApiEntityStatus |
ApiHost.getEntityStatus()
Readonly.
|
ApiEntityStatus |
ApiCluster.getEntityStatus()
Readonly.
|
static ApiEntityStatus |
ApiEntityStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiEntityStatus[] |
ApiEntityStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ApiService.setEntityStatus(ApiEntityStatus entityStatus) |
void |
ApiRole.setEntityStatus(ApiEntityStatus entityStatus) |
void |
ApiHost.setEntityStatus(ApiEntityStatus entityStatus) |
void |
ApiCluster.setEntityStatus(ApiEntityStatus entityStatus) |
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.