com.ecwid.consul.v1.health.model
Class HealthService
java.lang.Object
com.ecwid.consul.v1.health.model.HealthService
public class HealthService
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
HealthService
public HealthService()
getNode
public HealthService.Node getNode()
setNode
public void setNode(HealthService.Node node)
getService
public HealthService.Service getService()
setService
public void setService(HealthService.Service service)
getChecks
public java.util.List<Check> getChecks()
setChecks
public void setChecks(java.util.List<Check> checks)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object