Class SurveillanceViewNotificationTable.Notification

    • Constructor Detail

      • Notification

        public Notification​(int id,
                            int nodeId,
                            String nodeLabel,
                            Date pageTime,
                            Date respondTime,
                            String answeredBy,
                            String textMsg,
                            String serviceType,
                            String severity)
        Constructor for instantiating new instances.
        Parameters:
        id - the notification id
        nodeId - the node id
        nodeLabel - the node label
        pageTime - the start time
        respondTime - the respond time
        answeredBy - the responder
        textMsg - the text message
        serviceType - the service type
        severity - the custom severity
    • Method Detail

      • getPageTime

        public Date getPageTime()
      • getAnsweredBy

        public String getAnsweredBy()
      • getId

        public int getId()
      • getNodeId

        public int getNodeId()
      • getNodeLabel

        public String getNodeLabel()
      • getRespondTime

        public Date getRespondTime()
      • getTextMsg

        public String getTextMsg()
      • getServiceType

        public String getServiceType()
      • getSeverity

        public String getSeverity()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object