| 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(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(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(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(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.withServiceTags(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
serviceTags. |
ImmutableHealthCheck |
ImmutableHealthCheck.withServiceTags(String... elements)
Copy the current immutable object with elements that replace the content of
serviceTags. |
ImmutableHealthCheck |
ImmutableHealthCheck.withStatus(String value)
Copy the current immutable object by setting a value for the
status attribute. |
Copyright © 2019. All rights reserved.