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