Package org.neo4j.cdc.client.model
Class NodeState
- java.lang.Object
-
- org.neo4j.cdc.client.model.State
-
- org.neo4j.cdc.client.model.NodeState
-
public class NodeState extends State
Describes the state of a node before or after a change.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static NodeStatefromMap(Map<?,?> map)List<String>getLabels()List of labels.inthashCode()StringtoString()-
Methods inherited from class org.neo4j.cdc.client.model.State
getProperties
-
-