| Package | Description |
|---|---|
| com.orbitz.consul.cache |
| Modifier and Type | Method and Description |
|---|---|
ImmutableServiceHealthKey |
ImmutableServiceHealthKey.Builder.build()
Builds a new
ImmutableServiceHealthKey. |
static ImmutableServiceHealthKey |
ImmutableServiceHealthKey.copyOf(ServiceHealthKey instance)
Creates an immutable copy of a
ServiceHealthKey value. |
ImmutableServiceHealthKey |
ImmutableServiceHealthKey.withHost(String value)
Copy the current immutable object by setting a value for the
host attribute. |
ImmutableServiceHealthKey |
ImmutableServiceHealthKey.withPort(Integer value)
Copy the current immutable object by setting a value for the
port attribute. |
ImmutableServiceHealthKey |
ImmutableServiceHealthKey.withServiceId(String value)
Copy the current immutable object by setting a value for the
serviceId attribute. |
Copyright © 2019. All rights reserved.