Package com.orbitz.consul.model.health
Class ServiceHealth
- java.lang.Object
-
- com.orbitz.consul.model.health.ServiceHealth
-
- Direct Known Subclasses:
ImmutableServiceHealth
@Immutable public abstract class ServiceHealth extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ServiceHealth()
-
Method Summary
Modifier and Type Method Description abstract java.util.List<HealthCheck>getChecks()abstract NodegetNode()abstract ServicegetService()
-
-
-
Method Detail
-
getNode
public abstract Node getNode()
-
getService
public abstract Service getService()
-
getChecks
public abstract java.util.List<HealthCheck> getChecks()
-
-