Uses of Class
io.dialob.integration.api.ImmutableNodeId
-
Packages that use ImmutableNodeId Package Description io.dialob.integration.api -
-
Uses of ImmutableNodeId in io.dialob.integration.api
Methods in io.dialob.integration.api that return ImmutableNodeId Modifier and Type Method Description ImmutableNodeIdImmutableNodeId.Builder. build()Builds a newImmutableNodeId.static ImmutableNodeIdImmutableNodeId. copyOf(NodeId instance)Creates an immutable copy of aNodeIdvalue.ImmutableNodeIdImmutableNodeId. withHost(String value)Copy the current immutable object by setting a value for thehostattribute.ImmutableNodeIdImmutableNodeId. withId(String value)Copy the current immutable object by setting a value for theidattribute.ImmutableNodeIdImmutableNodeId. withPort(int value)Copy the current immutable object by setting a value for theportattribute.
-