| Package | Description |
|---|---|
| com.orbitz.consul.model.agent |
| Modifier and Type | Method and Description |
|---|---|
ImmutableRegCheck |
ImmutableRegCheck.Builder.build()
Builds a new
ImmutableRegCheck. |
static ImmutableRegCheck |
ImmutableRegCheck.copyOf(Registration.RegCheck instance)
Creates an immutable copy of a
Registration.RegCheck value. |
ImmutableRegCheck |
ImmutableRegCheck.withHttp(com.google.common.base.Optional<String> optional)
Copy the current immutable object by setting an optional value for the
http attribute. |
ImmutableRegCheck |
ImmutableRegCheck.withHttp(String value)
Copy the current immutable object by setting a present value for the optional
http attribute. |
ImmutableRegCheck |
ImmutableRegCheck.withInterval(com.google.common.base.Optional<String> optional)
Copy the current immutable object by setting an optional value for the
interval attribute. |
ImmutableRegCheck |
ImmutableRegCheck.withInterval(String value)
Copy the current immutable object by setting a present value for the optional
interval attribute. |
ImmutableRegCheck |
ImmutableRegCheck.withScript(com.google.common.base.Optional<String> optional)
Copy the current immutable object by setting an optional value for the
script attribute. |
ImmutableRegCheck |
ImmutableRegCheck.withScript(String value)
Copy the current immutable object by setting a present value for the optional
script attribute. |
ImmutableRegCheck |
ImmutableRegCheck.withTcp(com.google.common.base.Optional<String> optional)
Copy the current immutable object by setting an optional value for the
tcp attribute. |
ImmutableRegCheck |
ImmutableRegCheck.withTcp(String value)
Copy the current immutable object by setting a present value for the optional
tcp attribute. |
ImmutableRegCheck |
ImmutableRegCheck.withTtl(com.google.common.base.Optional<String> optional)
Copy the current immutable object by setting an optional value for the
ttl attribute. |
ImmutableRegCheck |
ImmutableRegCheck.withTtl(String value)
Copy the current immutable object by setting a present value for the optional
ttl attribute. |
Copyright © 2016. All rights reserved.