public class SurveillanceViewNotificationTable.Notification extends Object
Constructor and Description |
---|
Notification(int id,
int nodeId,
String nodeLabel,
Date pageTime,
Date respondTime,
String answeredBy,
String textMsg,
String serviceType,
String severity)
Constructor for instantiating new instances.
|
Modifier and Type | Method and 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() |
public Notification(int id, int nodeId, String nodeLabel, Date pageTime, Date respondTime, String answeredBy, String textMsg, String serviceType, String severity)
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 severitypublic Date getPageTime()
public String getAnsweredBy()
public int getId()
public int getNodeId()
public String getNodeLabel()
public Date getRespondTime()
public String getTextMsg()
public String getServiceType()
public String getSeverity()
Copyright © 2021. All rights reserved.