| Package | Description |
|---|---|
| com.orbitz.consul.model.query |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableFailover
Immutable implementation of
Failover. |
| Modifier and Type | Method and Description |
|---|---|
Optional<Failover> |
ImmutableServiceQuery.getFailover() |
abstract Optional<Failover> |
ServiceQuery.getFailover() |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableFailover |
ImmutableFailover.copyOf(Failover instance)
Creates an immutable copy of a
Failover value. |
ImmutableServiceQuery.Builder |
ImmutableServiceQuery.Builder.failover(Failover failover)
Initializes the optional value
failover to failover. |
ImmutableFailover.Builder |
ImmutableFailover.Builder.from(Failover instance)
Fill a builder with attribute values from the provided
Failover instance. |
ImmutableServiceQuery |
ImmutableServiceQuery.withFailover(Failover value)
Copy the current immutable object by setting a present value for the optional
failover attribute. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableServiceQuery.Builder |
ImmutableServiceQuery.Builder.failover(Optional<? extends Failover> failover)
Initializes the optional value
failover to failover. |
ImmutableServiceQuery |
ImmutableServiceQuery.withFailover(Optional<? extends Failover> optional)
Copy the current immutable object by setting an optional value for the
failover attribute. |
Copyright © 2019. All rights reserved.