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