| Package | Description |
|---|---|
| com.orbitz.consul.model.health |
| Modifier and Type | Method and Description |
|---|---|
ImmutableHealthCheck |
ImmutableHealthCheck.Builder.build()
Builds a new
ImmutableHealthCheck. |
static ImmutableHealthCheck |
ImmutableHealthCheck.copyOf(HealthCheck instance)
Creates an immutable copy of a
HealthCheck value. |
ImmutableHealthCheck |
ImmutableHealthCheck.withCheckId(String value)
Copy the current immutable object by setting a value for the
checkId attribute. |
ImmutableHealthCheck |
ImmutableHealthCheck.withName(String value)
Copy the current immutable object by setting a value for the
name attribute. |
ImmutableHealthCheck |
ImmutableHealthCheck.withNode(String value)
Copy the current immutable object by setting a value for the
node attribute. |
ImmutableHealthCheck |
ImmutableHealthCheck.withNotes(com.google.common.base.Optional<String> optional)
Copy the current immutable object by setting an optional value for the
notes attribute. |
ImmutableHealthCheck |
ImmutableHealthCheck.withNotes(String value)
Copy the current immutable object by setting a present value for the optional
notes attribute. |
ImmutableHealthCheck |
ImmutableHealthCheck.withOutput(com.google.common.base.Optional<String> optional)
Copy the current immutable object by setting an optional value for the
output attribute. |
ImmutableHealthCheck |
ImmutableHealthCheck.withOutput(String value)
Copy the current immutable object by setting a present value for the optional
output attribute. |
ImmutableHealthCheck |
ImmutableHealthCheck.withServiceId(com.google.common.base.Optional<String> optional)
Copy the current immutable object by setting an optional value for the
serviceId attribute. |
ImmutableHealthCheck |
ImmutableHealthCheck.withServiceId(String value)
Copy the current immutable object by setting a present value for the optional
serviceId attribute. |
ImmutableHealthCheck |
ImmutableHealthCheck.withServiceName(com.google.common.base.Optional<String> optional)
Copy the current immutable object by setting an optional value for the
serviceName attribute. |
ImmutableHealthCheck |
ImmutableHealthCheck.withServiceName(String value)
Copy the current immutable object by setting a present value for the optional
serviceName attribute. |
ImmutableHealthCheck |
ImmutableHealthCheck.withStatus(String value)
Copy the current immutable object by setting a value for the
status attribute. |
Copyright © 2016. All rights reserved.