java.lang.Object
org.odpi.openmetadata.viewservices.glossaryauthor.properties.NodeRelationshipStats

public class NodeRelationshipStats extends Object
  • Constructor Details

    • NodeRelationshipStats

      public NodeRelationshipStats(String nodeOrRelationshipTypeName, Integer count)
    • NodeRelationshipStats

      public NodeRelationshipStats()
  • Method Details

    • 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
    • toString

      public String toString()
      Overrides:
      toString in class Object