| Package | Description |
|---|---|
| com.orbitz.consul.model.query |
| Modifier and Type | Method and Description |
|---|---|
ImmutableQueryResult |
ImmutableQueryResult.Builder.build()
Builds a new
ImmutableQueryResult. |
static ImmutableQueryResult |
ImmutableQueryResult.copyOf(QueryResult instance)
Creates an immutable copy of a
QueryResult value. |
ImmutableQueryResult |
ImmutableQueryResult.withChecks(HealthCheck... elements)
Copy the current immutable object with elements that replace the content of
checks. |
ImmutableQueryResult |
ImmutableQueryResult.withChecks(Iterable<? extends HealthCheck> elements)
Copy the current immutable object with elements that replace the content of
checks. |
ImmutableQueryResult |
ImmutableQueryResult.withDatacenters(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
datacenters attribute. |
ImmutableQueryResult |
ImmutableQueryResult.withDatacenters(String value)
Copy the current immutable object by setting a present value for the optional
datacenters attribute. |
ImmutableQueryResult |
ImmutableQueryResult.withDns(DnsQuery value)
Copy the current immutable object by setting a present value for the optional
dns attribute. |
ImmutableQueryResult |
ImmutableQueryResult.withDns(Optional<? extends DnsQuery> optional)
Copy the current immutable object by setting an optional value for the
dns attribute. |
ImmutableQueryResult |
ImmutableQueryResult.withFailovers(int value)
Copy the current immutable object by setting a present value for the optional
failovers attribute. |
ImmutableQueryResult |
ImmutableQueryResult.withFailovers(Optional<Integer> optional)
Copy the current immutable object by setting an optional value for the
failovers attribute. |
ImmutableQueryResult |
ImmutableQueryResult.withNode(Node value)
Copy the current immutable object by setting a value for the
node attribute. |
ImmutableQueryResult |
ImmutableQueryResult.withService(Service value)
Copy the current immutable object by setting a value for the
service attribute. |
Copyright © 2019. All rights reserved.