| Package | Description |
|---|---|
| com.orbitz.consul.model.query |
| Modifier and Type | Method and Description |
|---|---|
ImmutableStoredQuery |
ImmutableStoredQuery.Builder.build()
Builds a new
ImmutableStoredQuery. |
static ImmutableStoredQuery |
ImmutableStoredQuery.copyOf(StoredQuery instance)
Creates an immutable copy of a
StoredQuery value. |
ImmutableStoredQuery |
ImmutableStoredQuery.withDns(DnsQuery value)
Copy the current immutable object by setting a value for the
dns attribute. |
ImmutableStoredQuery |
ImmutableStoredQuery.withId(String value)
Copy the current immutable object by setting a value for the
id attribute. |
ImmutableStoredQuery |
ImmutableStoredQuery.withName(String value)
Copy the current immutable object by setting a value for the
name attribute. |
ImmutableStoredQuery |
ImmutableStoredQuery.withService(ServiceQuery value)
Copy the current immutable object by setting a value for the
service attribute. |
ImmutableStoredQuery |
ImmutableStoredQuery.withSession(String value)
Copy the current immutable object by setting a value for the
session attribute. |
ImmutableStoredQuery |
ImmutableStoredQuery.withToken(String value)
Copy the current immutable object by setting a value for the
token attribute. |
Copyright © 2018. All rights reserved.