org.opennms.web.notification
Class Notification
java.lang.Object
org.opennms.web.notification.Notification
- public class Notification
- extends java.lang.Object
Notify Bean, containing data from the notifications table.
Constructor Summary |
Notification()
Default Constructor |
Notification(java.util.List sentToList,
int notifyId,
java.lang.String txtMsg,
java.lang.String numMsg,
long timeSent,
long timeReply,
java.lang.String responder,
int nodeid,
java.lang.String interfaceID,
int svcId,
java.lang.String svcName,
int eventid)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_sentTo
public java.util.List m_sentTo
m_txtMsg
public java.lang.String m_txtMsg
m_numMsg
public java.lang.String m_numMsg
m_notifyID
public int m_notifyID
m_timeSent
public long m_timeSent
m_timeReply
public long m_timeReply
m_responder
public java.lang.String m_responder
m_nodeID
public int m_nodeID
m_interfaceID
public java.lang.String m_interfaceID
m_serviceName
public java.lang.String m_serviceName
m_serviceId
public int m_serviceId
m_eventId
public int m_eventId
Notification
public Notification()
- Default Constructor
Notification
public Notification(java.util.List sentToList,
int notifyId,
java.lang.String txtMsg,
java.lang.String numMsg,
long timeSent,
long timeReply,
java.lang.String responder,
int nodeid,
java.lang.String interfaceID,
int svcId,
java.lang.String svcName,
int eventid)
getSentTo
public java.util.List getSentTo()
getTextMessage
public java.lang.String getTextMessage()
getNumericMessage
public java.lang.String getNumericMessage()
getId
public int getId()
getTimeSent
public java.util.Date getTimeSent()
getTimeReplied
public java.util.Date getTimeReplied()
getResponder
public java.lang.String getResponder()
getNodeId
public int getNodeId()
getInterfaceId
public java.lang.String getInterfaceId()
getIpAddress
public java.lang.String getIpAddress()
getServiceName
public java.lang.String getServiceName()
getServiceId
public int getServiceId()
getEventId
public int getEventId()
Generated by eevans on May 29 2005 2015.