public class HealthResult extends Object
| Constructor and Description |
|---|
HealthResult() |
HealthResult(String healthName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHealthName() |
String |
getHealthReport() |
boolean |
isHealthy() |
void |
setHealthName(String healthName) |
void |
setHealthReport(String healthReport) |
void |
setHealthy(boolean isHealthy) |
public HealthResult()
public HealthResult(String healthName)
public String getHealthName()
public boolean isHealthy()
public void setHealthy(boolean isHealthy)
public void setHealthName(String healthName)
public String getHealthReport()
public void setHealthReport(String healthReport)
Copyright © 2021. All rights reserved.