Class Category

    • Constructor Detail

      • Category

        public Category()
    • Method Detail

      • getLabel

        public String getLabel()
      • setLabel

        public void setLabel​(String label)
      • setComment

        public void setComment​(String comment)
      • getNormalThreshold

        public Double getNormalThreshold()
      • setNormalThreshold

        public void setNormalThreshold​(Double normal)
      • getWarningThreshold

        public Double getWarningThreshold()
      • setWarningThreshold

        public void setWarningThreshold​(Double warning)
      • setServices

        public void setServices​(List<String> services)
      • addService

        public void addService​(String service)
      • clearServices

        public void clearServices()
      • getRule

        public String getRule()
      • setRule

        public void setRule​(String rule)
      • isValid

        public boolean isValid()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object