Uses of Class
com.orbitz.consul.model.health.ImmutableServiceHealth
-
Packages that use ImmutableServiceHealth Package Description com.orbitz.consul.model.health -
-
Uses of ImmutableServiceHealth in com.orbitz.consul.model.health
Methods in com.orbitz.consul.model.health that return ImmutableServiceHealth Modifier and Type Method Description ImmutableServiceHealthImmutableServiceHealth.Builder. build()Builds a newImmutableServiceHealth.static ImmutableServiceHealthImmutableServiceHealth. copyOf(ServiceHealth instance)Creates an immutable copy of aServiceHealthvalue.ImmutableServiceHealthImmutableServiceHealth. withChecks(HealthCheck... elements)Copy the current immutable object with elements that replace the content ofchecks.ImmutableServiceHealthImmutableServiceHealth. withChecks(java.lang.Iterable<? extends HealthCheck> elements)Copy the current immutable object with elements that replace the content ofchecks.ImmutableServiceHealthImmutableServiceHealth. withNode(Node value)Copy the current immutable object by setting a value for thenodeattribute.ImmutableServiceHealthImmutableServiceHealth. withService(Service value)Copy the current immutable object by setting a value for theserviceattribute.
-