Package com.enonic.xp.node
Class NodeBranchEntry
- java.lang.Object
-
- com.enonic.xp.node.NodeBranchEntry
-
public class NodeBranchEntry extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NodeBranchEntry.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NodeBranchEntry.Builder
create()
boolean
equals(Object o)
NodeId
getNodeId()
NodePath
getNodePath()
NodeState
getNodeState()
NodeVersionKey
getNodeVersionKey()
Instant
getTimestamp()
NodeVersionId
getVersionId()
int
hashCode()
-
-
-
Method Detail
-
create
public static NodeBranchEntry.Builder create()
-
getVersionId
public NodeVersionId getVersionId()
-
getNodeVersionKey
public NodeVersionKey getNodeVersionKey()
-
getNodeState
public NodeState getNodeState()
-
getNodePath
public NodePath getNodePath()
-
getTimestamp
public Instant getTimestamp()
-
getNodeId
public NodeId getNodeId()
-
-