| Package | Description |
|---|---|
| com.orbitz.consul.model.agent |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFullService |
ImmutableFullService.Builder.build()
Builds a new
ImmutableFullService. |
static ImmutableFullService |
ImmutableFullService.copyOf(FullService instance)
Creates an immutable copy of a
FullService value. |
ImmutableFullService |
ImmutableFullService.withAddress(String value)
Copy the current immutable object by setting a value for the
address attribute. |
ImmutableFullService |
ImmutableFullService.withContentHash(String value)
Copy the current immutable object by setting a value for the
contentHash attribute. |
ImmutableFullService |
ImmutableFullService.withEnableTagOverride(boolean value)
Copy the current immutable object by setting a present value for the optional
enableTagOverride attribute. |
ImmutableFullService |
ImmutableFullService.withEnableTagOverride(Optional<Boolean> optional)
Copy the current immutable object by setting an optional value for the
enableTagOverride attribute. |
ImmutableFullService |
ImmutableFullService.withId(String value)
Copy the current immutable object by setting a value for the
id attribute. |
ImmutableFullService |
ImmutableFullService.withKind(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
kind attribute. |
ImmutableFullService |
ImmutableFullService.withKind(String value)
Copy the current immutable object by setting a present value for the optional
kind attribute. |
ImmutableFullService |
ImmutableFullService.withMeta(Map<String,? extends String> entries)
Copy the current immutable object by replacing the
meta map with the specified map. |
ImmutableFullService |
ImmutableFullService.withPort(int value)
Copy the current immutable object by setting a value for the
port attribute. |
ImmutableFullService |
ImmutableFullService.withProxy(Optional<? extends ServiceProxy> optional)
Copy the current immutable object by setting an optional value for the
proxy attribute. |
ImmutableFullService |
ImmutableFullService.withProxy(ServiceProxy value)
Copy the current immutable object by setting a present value for the optional
proxy attribute. |
ImmutableFullService |
ImmutableFullService.withService(String value)
Copy the current immutable object by setting a value for the
service attribute. |
ImmutableFullService |
ImmutableFullService.withTags(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
tags. |
ImmutableFullService |
ImmutableFullService.withTags(String... elements)
Copy the current immutable object with elements that replace the content of
tags. |
ImmutableFullService |
ImmutableFullService.withWeights(Optional<? extends ServiceWeights> optional)
Copy the current immutable object by setting an optional value for the
weights attribute. |
ImmutableFullService |
ImmutableFullService.withWeights(ServiceWeights value)
Copy the current immutable object by setting a present value for the optional
weights attribute. |
Copyright © 2019. All rights reserved.