Class NotifdConfiguration

    • Constructor Detail

      • NotifdConfiguration

        public NotifdConfiguration()
    • Method Detail

      • getStatus

        public String getStatus()
      • setStatus

        public void setStatus​(String status)
      • getPagesSent

        public String getPagesSent()
      • setPagesSent

        public void setPagesSent​(String pagesSent)
      • getNextNotifId

        public String getNextNotifId()
      • setNextNotifId

        public void setNextNotifId​(String nextNotifId)
      • getNextUserNotifId

        public String getNextUserNotifId()
      • setNextUserNotifId

        public void setNextUserNotifId​(String nextUserNotifId)
      • getNextGroupId

        public String getNextGroupId()
      • setNextGroupId

        public void setNextGroupId​(String nextGroupId)
      • getServiceIdSql

        public String getServiceIdSql()
      • setServiceIdSql

        public void setServiceIdSql​(String serviceIdSql)
      • getOutstandingNoticesSql

        public String getOutstandingNoticesSql()
      • setOutstandingNoticesSql

        public void setOutstandingNoticesSql​(String outstandingNoticesSql)
      • getAcknowledgeIdSql

        public String getAcknowledgeIdSql()
      • setAcknowledgeIdSql

        public void setAcknowledgeIdSql​(String acknowledgeIdSql)
      • getAcknowledgeUpdateSql

        public String getAcknowledgeUpdateSql()
      • setAcknowledgeUpdateSql

        public void setAcknowledgeUpdateSql​(String acknowledgeUpdateSql)
      • getMatchAll

        public Boolean getMatchAll()
      • setMatchAll

        public void setMatchAll​(Boolean matchAll)
      • getEmailAddressCommand

        public String getEmailAddressCommand()
      • setEmailAddressCommand

        public void setEmailAddressCommand​(String emailAddressCommand)
      • getNumericSkipResolutionPrefix

        public Boolean getNumericSkipResolutionPrefix()
      • setNumericSkipResolutionPrefix

        public void setNumericSkipResolutionPrefix​(Boolean prefix)
      • getMaxThreads

        public Integer getMaxThreads()
      • setMaxThreads

        public void setMaxThreads​(Integer maxThreads)
      • setAutoAcknowledgeAlarm

        public void setAutoAcknowledgeAlarm​(AutoAcknowledgeAlarm autoAcknowledgeAlarm)
      • setAutoAcknowledges

        public void setAutoAcknowledges​(List<AutoAcknowledge> autoAcknowledges)
      • getOutageCalendars

        public List<String> getOutageCalendars()
      • setOutageCalendars

        public void setOutageCalendars​(List<String> calendars)
      • addOutageCalendar

        public void addOutageCalendar​(String calendar)
      • removeOutageCalendar

        public boolean removeOutageCalendar​(String calendar)
      • setQueues

        public void setQueues​(List<Queue> queues)
      • addQueue

        public void addQueue​(Queue queue)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object