| Package | Description |
|---|---|
| com.orbitz.consul.model.health |
| Modifier and Type | Method and Description |
|---|---|
ImmutableNode |
ImmutableNode.Builder.build()
Builds a new
ImmutableNode. |
static ImmutableNode |
ImmutableNode.copyOf(Node instance)
Creates an immutable copy of a
Node value. |
ImmutableNode |
ImmutableNode.withAddress(String value)
Copy the current immutable object by setting a value for the
address attribute. |
ImmutableNode |
ImmutableNode.withDatacenter(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
datacenter attribute. |
ImmutableNode |
ImmutableNode.withDatacenter(String value)
Copy the current immutable object by setting a present value for the optional
datacenter attribute. |
ImmutableNode |
ImmutableNode.withNode(String value)
Copy the current immutable object by setting a value for the
node attribute. |
ImmutableNode |
ImmutableNode.withNodeMeta(Map<String,String> value)
Copy the current immutable object by setting a present value for the optional
nodeMeta attribute. |
ImmutableNode |
ImmutableNode.withNodeMeta(Optional<Map<String,String>> optional)
Copy the current immutable object by setting an optional value for the
nodeMeta attribute. |
ImmutableNode |
ImmutableNode.withTaggedAddresses(Optional<TaggedAddresses> optional)
Copy the current immutable object by setting an optional value for the
taggedAddresses attribute. |
ImmutableNode |
ImmutableNode.withTaggedAddresses(TaggedAddresses value)
Copy the current immutable object by setting a present value for the optional
taggedAddresses attribute. |
Copyright © 2018. All rights reserved.