| Package | Description |
|---|---|
| com.orbitz.consul.model.health |
| Modifier and Type | Method and Description |
|---|---|
ImmutableServiceHealth |
ImmutableServiceHealth.Builder.build()
Builds a new
ImmutableServiceHealth. |
static ImmutableServiceHealth |
ImmutableServiceHealth.copyOf(ServiceHealth instance)
Creates an immutable copy of a
ServiceHealth value. |
ImmutableServiceHealth |
ImmutableServiceHealth.withChecks(HealthCheck... elements)
Copy the current immutable object with elements that replace the content of
checks. |
ImmutableServiceHealth |
ImmutableServiceHealth.withChecks(Iterable<? extends HealthCheck> elements)
Copy the current immutable object with elements that replace the content of
checks. |
ImmutableServiceHealth |
ImmutableServiceHealth.withNode(Node value)
Copy the current immutable object by setting a value for the
node attribute. |
ImmutableServiceHealth |
ImmutableServiceHealth.withService(Service value)
Copy the current immutable object by setting a value for the
service attribute. |
Copyright © 2019. All rights reserved.