Class SurveillanceViewNotificationTable.Notification
- java.lang.Object
-
- org.opennms.features.vaadin.surveillanceviews.ui.dashboard.SurveillanceViewNotificationTable.Notification
-
- Enclosing class:
- SurveillanceViewNotificationTable
public class SurveillanceViewNotificationTable.Notification extends Object
Helper class for handling notifications.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getAnsweredBy()
int
getId()
int
getNodeId()
String
getNodeLabel()
Date
getPageTime()
Date
getRespondTime()
String
getServiceType()
String
getSeverity()
String
getTextMsg()
int
hashCode()
-
-
-
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 idnodeId
- the node idnodeLabel
- the node labelpageTime
- the start timerespondTime
- the respond timeansweredBy
- the respondertextMsg
- the text messageserviceType
- the service typeseverity
- 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()
-
-