ImmutableQueryResult |
ImmutableQueryResult.Builder.build() |
|
static ImmutableQueryResult |
ImmutableQueryResult.copyOf(QueryResult instance) |
|
ImmutableQueryResult |
ImmutableQueryResult.withChecks(HealthCheck... elements) |
Copy the current immutable object with elements that replace the content of checks.
|
ImmutableQueryResult |
ImmutableQueryResult.withChecks(java.lang.Iterable<? extends HealthCheck> elements) |
Copy the current immutable object with elements that replace the content of checks.
|
ImmutableQueryResult |
ImmutableQueryResult.withDatacenters(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional datacenters attribute.
|
ImmutableQueryResult |
ImmutableQueryResult.withDatacenters(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the 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(java.util.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(java.util.Optional<java.lang.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.
|