public class NodeBranchEntry extends Object
Modifier and Type | Class and Description |
---|---|
static class |
NodeBranchEntry.Builder |
Modifier and Type | Method and Description |
---|---|
static NodeBranchEntry.Builder |
create() |
boolean |
equals(Object o) |
NodeId |
getNodeId() |
NodePath |
getNodePath() |
NodeState |
getNodeState() |
Instant |
getTimestamp() |
NodeVersionId |
getVersionId() |
int |
hashCode() |
public static NodeBranchEntry.Builder create()
public NodeVersionId getVersionId()
public NodeState getNodeState()
public NodePath getNodePath()
public Instant getTimestamp()
public NodeId getNodeId()