ImmutableNode |
ImmutableNode.Builder.build() |
|
static ImmutableNode |
ImmutableNode.copyOf(Node instance) |
Creates an immutable copy of a Node value.
|
ImmutableNode |
ImmutableNode.withAddress(java.lang.String value) |
Copy the current immutable object by setting a value for the address attribute.
|
ImmutableNode |
ImmutableNode.withDatacenter(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional datacenter attribute.
|
ImmutableNode |
ImmutableNode.withDatacenter(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the datacenter attribute.
|
ImmutableNode |
ImmutableNode.withNode(java.lang.String value) |
Copy the current immutable object by setting a value for the node attribute.
|
ImmutableNode |
ImmutableNode.withNodeMeta(java.util.Map<java.lang.String,java.lang.String> value) |
Copy the current immutable object by setting a present value for the optional nodeMeta attribute.
|
ImmutableNode |
ImmutableNode.withNodeMeta(java.util.Optional<? extends java.util.Map<java.lang.String,java.lang.String>> optional) |
Copy the current immutable object by setting an optional value for the nodeMeta attribute.
|
ImmutableNode |
ImmutableNode.withTaggedAddresses(TaggedAddresses value) |
Copy the current immutable object by setting a present value for the optional taggedAddresses attribute.
|
ImmutableNode |
ImmutableNode.withTaggedAddresses(java.util.Optional<? extends TaggedAddresses> optional) |
Copy the current immutable object by setting an optional value for the taggedAddresses attribute.
|