Class NodeRelationshipStats
- java.lang.Object
-
- org.odpi.openmetadata.viewservices.glossaryauthor.properties.NodeRelationshipStats
-
public class NodeRelationshipStats extends Object
-
-
Constructor Summary
Constructors Constructor Description NodeRelationshipStats(String nodeOrRelationshipTypeName, Integer count)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetCount()get the count for a typeStringgetNodeOrRelationshipTypeName()get the namevoidsetCount(Integer count)Set the couldvoidsetNodeOrRelationshipTypeName(String nodeOrRelationshipTypeName)St the type nameStringtoString()
-
-
-
Method Detail
-
getNodeOrRelationshipTypeName
public String getNodeOrRelationshipTypeName()
get the name- Returns:
- name
-
getCount
public Integer getCount()
get the count for a type- Returns:
- count
-
setNodeOrRelationshipTypeName
public void setNodeOrRelationshipTypeName(String nodeOrRelationshipTypeName)
St the type name- Parameters:
nodeOrRelationshipTypeName- name to set
-
setCount
public void setCount(Integer count)
Set the could- Parameters:
count- supplied count
-
-