Class SurveillanceViewAlarmTable.Alarm

    • Constructor Detail

      • Alarm

        public Alarm​(int id,
                     String uei,
                     int severityId,
                     String severity,
                     String nodeLabel,
                     int nodeId,
                     String logMsg,
                     int counter,
                     Date firstEventTime,
                     Date lastEventTime)
        Constructor for instantiating new alarm instances.
        Parameters:
        id - the alarm id
        severity - the severity of the alarm
        nodeLabel - the label of the node
        nodeId - the node id
        logMsg - the log message
        counter - the counter value
        firstEventTime - the first event date
        lastEventTime - the last event date
    • Method Detail

      • getSeverity

        public String getSeverity()
      • getSeverityId

        public int getSeverityId()
      • getNodeId

        public int getNodeId()
      • getId

        public int getId()
      • getUei

        public String getUei()
      • getNodeLabel

        public String getNodeLabel()
      • getLogMsg

        public String getLogMsg()
      • getCounter

        public int getCounter()
      • getFirstEventTime

        public Date getFirstEventTime()
      • getLastEventTime

        public Date getLastEventTime()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object