| Constructor and Description |
|---|
NodeModel() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getId() |
String[] |
getLabels() |
String |
getPrimaryIndex() |
List<Property<String,Object>> |
getPropertyList() |
String[] |
getRemovedLabels() |
int |
hashCode() |
String |
labelSignature()
Returns "label signature" for this node - added and removed labels, sorted alphabetically
|
Object |
property(String key) |
void |
removeLabels(String[] labels) |
void |
setId(Long id) |
void |
setLabels(String[] labels) |
void |
setPrimaryIndex(String primaryIndex) |
void |
setProperties(Map<String,Object> properties) |
public List<Property<String,Object>> getPropertyList()
getPropertyList in interface Nodepublic String getPrimaryIndex()
getPrimaryIndex in interface Nodepublic void setPrimaryIndex(String primaryIndex)
public String[] getRemovedLabels()
getRemovedLabels in interface Nodepublic void setId(Long id)
public void setLabels(String[] labels)
public void removeLabels(String[] labels)
public String labelSignature()
NodelabelSignature in interface NodeCopyright © 2018 Neo Technology, Inc.. All rights reserved.