| Package | Description |
|---|---|
| com.orbitz.consul.model.agent |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCheck |
ImmutableCheck.Builder.build()
Builds a new
ImmutableCheck. |
static ImmutableCheck |
ImmutableCheck.copyOf(Check instance)
Creates an immutable copy of a
Check value. |
ImmutableCheck |
ImmutableCheck.withArgs(List<String> value)
Copy the current immutable object by setting a present value for the optional
args attribute. |
ImmutableCheck |
ImmutableCheck.withArgs(Optional<? extends List<String>> optional)
Copy the current immutable object by setting an optional value for the
args attribute. |
ImmutableCheck |
ImmutableCheck.withDeregisterCriticalServiceAfter(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
deregisterCriticalServiceAfter attribute. |
ImmutableCheck |
ImmutableCheck.withDeregisterCriticalServiceAfter(String value)
Copy the current immutable object by setting a present value for the optional
deregisterCriticalServiceAfter attribute. |
ImmutableCheck |
ImmutableCheck.withGrpc(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
grpc attribute. |
ImmutableCheck |
ImmutableCheck.withGrpc(String value)
Copy the current immutable object by setting a present value for the optional
grpc attribute. |
ImmutableCheck |
ImmutableCheck.withGrpcUseTls(boolean value)
Copy the current immutable object by setting a present value for the optional
grpcUseTls attribute. |
ImmutableCheck |
ImmutableCheck.withGrpcUseTls(Optional<Boolean> optional)
Copy the current immutable object by setting an optional value for the
grpcUseTls attribute. |
ImmutableCheck |
ImmutableCheck.withHttp(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
http attribute. |
ImmutableCheck |
ImmutableCheck.withHttp(String value)
Copy the current immutable object by setting a present value for the optional
http attribute. |
ImmutableCheck |
ImmutableCheck.withId(String value)
Copy the current immutable object by setting a value for the
id attribute. |
ImmutableCheck |
ImmutableCheck.withInterval(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
interval attribute. |
ImmutableCheck |
ImmutableCheck.withInterval(String value)
Copy the current immutable object by setting a present value for the optional
interval attribute. |
ImmutableCheck |
ImmutableCheck.withName(String value)
Copy the current immutable object by setting a value for the
name attribute. |
ImmutableCheck |
ImmutableCheck.withNotes(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
notes attribute. |
ImmutableCheck |
ImmutableCheck.withNotes(String value)
Copy the current immutable object by setting a present value for the optional
notes attribute. |
ImmutableCheck |
ImmutableCheck.withOutput(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
output attribute. |
ImmutableCheck |
ImmutableCheck.withOutput(String value)
Copy the current immutable object by setting a present value for the optional
output attribute. |
ImmutableCheck |
ImmutableCheck.withServiceId(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
serviceId attribute. |
ImmutableCheck |
ImmutableCheck.withServiceId(String value)
Copy the current immutable object by setting a present value for the optional
serviceId attribute. |
ImmutableCheck |
ImmutableCheck.withServiceTags(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
serviceTags. |
ImmutableCheck |
ImmutableCheck.withServiceTags(String... elements)
Copy the current immutable object with elements that replace the content of
serviceTags. |
ImmutableCheck |
ImmutableCheck.withTcp(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
tcp attribute. |
ImmutableCheck |
ImmutableCheck.withTcp(String value)
Copy the current immutable object by setting a present value for the optional
tcp attribute. |
ImmutableCheck |
ImmutableCheck.withTtl(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
ttl attribute. |
ImmutableCheck |
ImmutableCheck.withTtl(String value)
Copy the current immutable object by setting a present value for the optional
ttl attribute. |
Copyright © 2019. All rights reserved.