|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cloudera.api.model.ApiHealthCheck
public class ApiHealthCheck
Represents a result from a health test performed by Cloudera Manager for an entity.
Constructor Summary | |
---|---|
ApiHealthCheck()
|
|
ApiHealthCheck(String name,
ApiHealthSummary summary)
|
|
ApiHealthCheck(String name,
ApiHealthSummary summary,
String explanation,
boolean suppressed)
|
Method Summary | |
---|---|
String |
getExplanation()
The explanation of this health check. |
String |
getName()
Unique name of this health check. |
ApiHealthSummary |
getSummary()
The summary status of this check. |
Boolean |
getSuppressed()
Whether this health test is suppressed. |
void |
setExplanation(String explanation)
|
void |
setName(String name)
|
void |
setSummary(ApiHealthSummary summary)
|
void |
setSuppressed(Boolean suppressed)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ApiHealthCheck()
public ApiHealthCheck(String name, ApiHealthSummary summary)
public ApiHealthCheck(String name, ApiHealthSummary summary, String explanation, boolean suppressed)
Method Detail |
---|
public String getName()
public void setName(String name)
public ApiHealthSummary getSummary()
public void setSummary(ApiHealthSummary summary)
public String getExplanation()
public void setExplanation(String explanation)
public Boolean getSuppressed()
public void setSuppressed(Boolean suppressed)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |