| 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() |
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) |
void |
setPropertyList(List<Property<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)
Copyright © 2017 Neo Technology, Inc.. All rights reserved.