public class Notification extends Object
| Modifier and Type | Field and Description | 
|---|---|
int | 
m_eventId  | 
String | 
m_interfaceID  | 
int | 
m_nodeID  | 
int | 
m_notifyID  | 
String | 
m_numMsg  | 
String | 
m_responder  | 
List<NoticeSentTo> | 
m_sentTo  | 
int | 
m_serviceId  | 
String | 
m_serviceName  | 
long | 
m_timeReply  | 
long | 
m_timeSent  | 
String | 
m_txtMsg  | 
| Constructor and Description | 
|---|
Notification()
Default Constructor 
 | 
Notification(List<NoticeSentTo> sentToList,
            int notifyId,
            String txtMsg,
            String numMsg,
            long timeSent,
            long timeReply,
            String responder,
            int nodeid,
            String interfaceID,
            int svcId,
            String svcName,
            int eventid)
Constructor for Notification. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getEventId()
getEventId 
 | 
int | 
getId()
getId 
 | 
String | 
getInterfaceId()
getInterfaceId 
 | 
String | 
getIpAddress()
getIpAddress 
 | 
int | 
getNodeId()
getNodeId 
 | 
String | 
getNumericMessage()
getNumericMessage 
 | 
String | 
getResponder()
getResponder 
 | 
List<NoticeSentTo> | 
getSentTo()
getSentTo 
 | 
int | 
getServiceId()
getServiceId 
 | 
String | 
getServiceName()
getServiceName 
 | 
String | 
getTextMessage()
getTextMessage 
 | 
Date | 
getTimeReplied()
getTimeReplied 
 | 
Date | 
getTimeSent()
getTimeSent 
 | 
public List<NoticeSentTo> m_sentTo
public String m_txtMsg
public String m_numMsg
public int m_notifyID
public long m_timeSent
public long m_timeReply
public String m_responder
public int m_nodeID
public String m_interfaceID
public String m_serviceName
public int m_serviceId
public int m_eventId
public Notification()
public List<NoticeSentTo> getSentTo()
getSentTo
List object.public int getId()
getId
public int getNodeId()
getNodeId
public int getServiceId()
getServiceId
public int getEventId()
getEventId
Copyright © 2021. All rights reserved.