com.ecwid.consul.v1.health.model
Class HealthService

java.lang.Object
  extended by com.ecwid.consul.v1.health.model.HealthService

public class HealthService
extends java.lang.Object


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

Constructor Detail

HealthService

public HealthService()
Method Detail

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