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