Package com.orbitz.consul.model.health
Class ServiceCheck
- java.lang.Object
-
- com.orbitz.consul.model.health.ServiceCheck
-
- Direct Known Subclasses:
ImmutableServiceCheck
@Immutable public abstract class ServiceCheck extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ServiceCheck()
-
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()
-
-