public class NodeRelationshipStats extends Object
| Constructor and Description |
|---|
NodeRelationshipStats(String nodeOrRelationshipTypeName,
Integer count) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCount()
get the count for a type
|
String |
getNodeOrRelationshipTypeName()
get the name
|
void |
setCount(Integer count)
Set the could
|
void |
setNodeOrRelationshipTypeName(String nodeOrRelationshipTypeName)
St the type name
|
String |
toString() |
public String getNodeOrRelationshipTypeName()
public Integer getCount()
public void setNodeOrRelationshipTypeName(String nodeOrRelationshipTypeName)
nodeOrRelationshipTypeName - name to setpublic void setCount(Integer count)
count - supplied countCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.