| Package | Description |
|---|---|
| com.orbitz.consul.model.query |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableServiceQuery
Immutable implementation of
ServiceQuery. |
| Modifier and Type | Method and Description |
|---|---|
ServiceQuery |
ImmutableStoredQuery.getService() |
ServiceQuery |
ImmutablePreparedQuery.getService() |
abstract ServiceQuery |
StoredQuery.getService() |
abstract ServiceQuery |
PreparedQuery.getService() |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableServiceQuery |
ImmutableServiceQuery.copyOf(ServiceQuery instance)
Creates an immutable copy of a
ServiceQuery value. |
ImmutableServiceQuery.Builder |
ImmutableServiceQuery.Builder.from(ServiceQuery instance)
Fill a builder with attribute values from the provided
ServiceQuery instance. |
ImmutableStoredQuery.Builder |
ImmutableStoredQuery.Builder.service(ServiceQuery service)
Initializes the value for the
service attribute. |
ImmutablePreparedQuery.Builder |
ImmutablePreparedQuery.Builder.service(ServiceQuery service)
Initializes the value for the
service attribute. |
ImmutableStoredQuery |
ImmutableStoredQuery.withService(ServiceQuery value)
Copy the current immutable object by setting a value for the
service attribute. |
ImmutablePreparedQuery |
ImmutablePreparedQuery.withService(ServiceQuery value)
Copy the current immutable object by setting a value for the
service attribute. |
Copyright © 2019. All rights reserved.