Package org.neo4j.cdc.client.model
Class Node
- java.lang.Object
-
- org.neo4j.cdc.client.model.Node
-
public class Node extends Object
Describes start or end node for a relationship.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static NodefromMap(Map<?,?> map)StringgetElementId()The elementId of the node.Map<String,List<Map<String,Object>>>getKeys()The keys identifying the node, grouped per label.List<String>getLabels()List of labels on the node.inthashCode()StringtoString()
-
-
-
Method Detail
-
getElementId
public String getElementId()
The elementId of the node.- Returns:
- element id
-
getKeys
public Map<String,List<Map<String,Object>>> getKeys()
The keys identifying the node, grouped per label. This requires key constraints defined on the changed entities.- Returns:
- map of labels to list of key properties on that label
-
-