com.cloudera.api.model
Class ApiHealthCheck

java.lang.Object
  extended by com.cloudera.api.model.ApiHealthCheck

public class ApiHealthCheck
extends Object

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

ApiHealthCheck

public ApiHealthCheck()

ApiHealthCheck

public ApiHealthCheck(String name,
                      ApiHealthSummary summary)

ApiHealthCheck

public ApiHealthCheck(String name,
                      ApiHealthSummary summary,
                      String explanation,
                      boolean suppressed)
Method Detail

getName

public String getName()
Unique name of this health check.


setName

public void setName(String name)

getSummary

public ApiHealthSummary getSummary()
The summary status of this check.


setSummary

public void setSummary(ApiHealthSummary summary)

getExplanation

public String getExplanation()
The explanation of this health check. Available since v11.


setExplanation

public void setExplanation(String explanation)

getSuppressed

public Boolean getSuppressed()
Whether this health test is suppressed. A suppressed health test is not considered when computing an entity's overall health. Available since v11.


setSuppressed

public void setSuppressed(Boolean suppressed)


Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.