com.orbitz.consul.model.health
Class ServiceCheck

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

public class ServiceCheck
extends java.lang.Object


Constructor Summary
ServiceCheck()
           
 
Method Summary
 java.util.List<HealthCheck> getChecks()
           
 Node getNode()
           
 Service getService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceCheck

public ServiceCheck()
Method Detail

getNode

public Node getNode()

getService

public Service getService()

getChecks

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