Class AlarmStatsRestService.AlarmStatistics

    • Constructor Detail

      • AlarmStatistics

        public AlarmStatistics()
    • Method Detail

      • getTotalCount

        public int getTotalCount()
      • setTotalCount

        public void setTotalCount​(int count)
      • getAcknowledgedCount

        public int getAcknowledgedCount()
      • setAcknowledgedCount

        public void setAcknowledgedCount​(int count)
      • getUnacknowledgedCount

        public int getUnacknowledgedCount()
      • setUnacknowledgedCount

        public void setUnacknowledgedCount​(int count)
      • setSeverity

        public void setSeverity​(OnmsSeverity severity)
      • getNewestAcknowledged

        public List<OnmsAlarm> getNewestAcknowledged()
      • setNewestAcknowledged

        public void setNewestAcknowledged​(OnmsAlarm alarm)
      • getNewestUnacknowledged

        public List<OnmsAlarm> getNewestUnacknowledged()
      • setNewestUnacknowledged

        public void setNewestUnacknowledged​(OnmsAlarm alarm)
      • getOldestAcknowledged

        public List<OnmsAlarm> getOldestAcknowledged()
      • setOldestAcknowledged

        public void setOldestAcknowledged​(OnmsAlarm alarm)
      • getOldestUnacknowledged

        public List<OnmsAlarm> getOldestUnacknowledged()
      • setOldestUnacknowledged

        public void setOldestUnacknowledged​(OnmsAlarm alarm)