| 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.withNode(String value)
Copy the current immutable object by setting a value for the
node attribute. |
ImmutableNode |
ImmutableNode.withTaggedAddresses(TaggedAddresses value)
Copy the current immutable object by setting a value for the
taggedAddresses attribute. |
Copyright © 2016. All rights reserved.