Package | Description |
---|---|
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
static ApiHealthSummary |
ApiHealthSummary.fromValue(String text) |
ApiHealthSummary |
ApiHost.getHealthSummary()
Readonly.
|
ApiHealthSummary |
ApiService.getHealthSummary()
Readonly.
|
ApiHealthSummary |
ApiDataContext.getHealthSummary() |
ApiHealthSummary |
ApiRole.getHealthSummary()
Readonly.
|
ApiHealthSummary |
ApiNameservice.getHealthSummary()
Requires \"full\" view.
|
ApiHealthSummary |
ApiHealthCheck.getSummary()
The summary status of this check.
|
ApiHealthSummary |
ApiHealthSummary.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static ApiHealthSummary |
ApiHealthSummary.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiHealthSummary[] |
ApiHealthSummary.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ApiHost |
ApiHost.healthSummary(ApiHealthSummary healthSummary) |
ApiService |
ApiService.healthSummary(ApiHealthSummary healthSummary) |
ApiDataContext |
ApiDataContext.healthSummary(ApiHealthSummary healthSummary) |
ApiRole |
ApiRole.healthSummary(ApiHealthSummary healthSummary) |
ApiNameservice |
ApiNameservice.healthSummary(ApiHealthSummary healthSummary) |
void |
ApiHost.setHealthSummary(ApiHealthSummary healthSummary) |
void |
ApiService.setHealthSummary(ApiHealthSummary healthSummary) |
void |
ApiDataContext.setHealthSummary(ApiHealthSummary healthSummary) |
void |
ApiRole.setHealthSummary(ApiHealthSummary healthSummary) |
void |
ApiNameservice.setHealthSummary(ApiHealthSummary healthSummary) |
void |
ApiHealthCheck.setSummary(ApiHealthSummary summary) |
ApiHealthCheck |
ApiHealthCheck.summary(ApiHealthSummary summary) |
void |
ApiHealthSummary.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
ApiHealthSummary enumeration) |
Copyright © 2019. All rights reserved.