| Package | Description |
|---|---|
| com.orbitz.consul.model.query |
| Modifier and Type | Method and Description |
|---|---|
ImmutableServiceQuery |
ImmutableServiceQuery.Builder.build()
Builds a new
ImmutableServiceQuery. |
static ImmutableServiceQuery |
ImmutableServiceQuery.copyOf(ServiceQuery instance)
Creates an immutable copy of a
ServiceQuery value. |
ImmutableServiceQuery |
ImmutableServiceQuery.withFailover(Failover value)
Copy the current immutable object by setting a present value for the optional
failover attribute. |
ImmutableServiceQuery |
ImmutableServiceQuery.withFailover(Optional<Failover> optional)
Copy the current immutable object by setting an optional value for the
failover attribute. |
ImmutableServiceQuery |
ImmutableServiceQuery.withOnlyPassing(boolean value)
Copy the current immutable object by setting a present value for the optional
onlyPassing attribute. |
ImmutableServiceQuery |
ImmutableServiceQuery.withOnlyPassing(Optional<Boolean> optional)
Copy the current immutable object by setting an optional value for the
onlyPassing attribute. |
ImmutableServiceQuery |
ImmutableServiceQuery.withService(String value)
Copy the current immutable object by setting a value for the
service attribute. |
ImmutableServiceQuery |
ImmutableServiceQuery.withTags(List<String> value)
Copy the current immutable object by setting a present value for the optional
tags attribute. |
ImmutableServiceQuery |
ImmutableServiceQuery.withTags(Optional<List<String>> optional)
Copy the current immutable object by setting an optional value for the
tags attribute. |
Copyright © 2018. All rights reserved.