@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-09-25T07:41:36.316Z") public class ApiHealthCheck extends Object
Constructor and Description |
---|
ApiHealthCheck() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ApiHealthCheck |
explanation(String explanation) |
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.
|
int |
hashCode() |
ApiHealthCheck |
name(String name) |
void |
setExplanation(String explanation) |
void |
setName(String name) |
void |
setSummary(ApiHealthSummary summary) |
void |
setSuppressed(Boolean suppressed) |
ApiHealthCheck |
summary(ApiHealthSummary summary) |
ApiHealthCheck |
suppressed(Boolean suppressed) |
String |
toString() |
public ApiHealthCheck name(String name)
public String getName()
public void setName(String name)
public ApiHealthCheck summary(ApiHealthSummary summary)
public ApiHealthSummary getSummary()
public void setSummary(ApiHealthSummary summary)
public ApiHealthCheck explanation(String explanation)
public String getExplanation()
public void setExplanation(String explanation)
public ApiHealthCheck suppressed(Boolean suppressed)
public Boolean getSuppressed()
public void setSuppressed(Boolean suppressed)
Copyright © 2019. All rights reserved.