ImmutableServiceQuery |
ImmutableServiceQuery.Builder.build() |
|
static ImmutableServiceQuery |
ImmutableServiceQuery.copyOf(ServiceQuery instance) |
|
ImmutableServiceQuery |
ImmutableServiceQuery.withFailover(Failover value) |
Copy the current immutable object by setting a present value for the optional failover attribute.
|
ImmutableServiceQuery |
ImmutableServiceQuery.withFailover(java.util.Optional<? extends 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(java.util.Optional<java.lang.Boolean> optional) |
Copy the current immutable object by setting an optional value for the onlyPassing attribute.
|
ImmutableServiceQuery |
ImmutableServiceQuery.withService(java.lang.String value) |
Copy the current immutable object by setting a value for the service attribute.
|
ImmutableServiceQuery |
ImmutableServiceQuery.withTags(java.util.List<java.lang.String> value) |
Copy the current immutable object by setting a present value for the optional tags attribute.
|
ImmutableServiceQuery |
ImmutableServiceQuery.withTags(java.util.Optional<? extends java.util.List<java.lang.String>> optional) |
Copy the current immutable object by setting an optional value for the tags attribute.
|