com.orbitz.consul.model.health
Class ServiceHealth

java.lang.Object
  extended by com.orbitz.consul.model.health.ServiceHealth

public class ServiceHealth
extends java.lang.Object


Constructor Summary
ServiceHealth()
           
 
Method Summary
 java.util.List<HealthCheck> getChecks()
           
 Node getNode()
           
 Service getService()
           
 void setChecks(java.util.List<HealthCheck> checks)
           
 void setNode(Node node)
           
 void setService(Service service)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceHealth

public ServiceHealth()
Method Detail

getNode

public Node getNode()

setNode

public void setNode(Node node)

getService

public Service getService()

setService

public void setService(Service service)

getChecks

public java.util.List<HealthCheck> getChecks()

setChecks

public void setChecks(java.util.List<HealthCheck> checks)