java.lang.Object
org.odpi.openmetadata.userinterface.uichassis.springboot.api.rex.RexTypeStats

public class RexTypeStats extends Object
  • Constructor Details

    • RexTypeStats

      public RexTypeStats(String typeGUID, Integer count)
  • Method Details

    • getTypeGUID

      public String getTypeGUID()
    • getCount

      public Integer getCount()
    • setTypeGUID

      public void setTypeGUID(String typeGUID)
    • setCount

      public void setCount(Integer count)
    • toString

      public String toString()
      Overrides:
      toString in class Object