org.opennms.netmgt.model
Class OnmsNotification
java.lang.Object
org.opennms.netmgt.model.OnmsNotification
public class OnmsNotification
- extends Object
|
Constructor Summary |
OnmsNotification()
default constructor |
OnmsNotification(Integer notifyId,
String textMsg,
OnmsEvent event,
OnmsNode node,
Set<OnmsUserNotification> usersNotified)
minimal constructor |
OnmsNotification(Integer notifyId,
String textMsg,
String subject,
String numericMsg,
Date pageTime,
Date respondTime,
String answeredBy,
String ipAddress,
OnmsServiceType serviceType,
String queueId,
OnmsEvent event,
OnmsNode node,
Set<OnmsUserNotification> usersNotified,
String notifConfigName)
full constructor |
OnmsNotification
public OnmsNotification(Integer notifyId,
String textMsg,
String subject,
String numericMsg,
Date pageTime,
Date respondTime,
String answeredBy,
String ipAddress,
OnmsServiceType serviceType,
String queueId,
OnmsEvent event,
OnmsNode node,
Set<OnmsUserNotification> usersNotified,
String notifConfigName)
- full constructor
OnmsNotification
public OnmsNotification()
- default constructor
OnmsNotification
public OnmsNotification(Integer notifyId,
String textMsg,
OnmsEvent event,
OnmsNode node,
Set<OnmsUserNotification> usersNotified)
- minimal constructor
getNotifyId
public Integer getNotifyId()
setNotifyId
public void setNotifyId(Integer notifyid)
getTextMsg
public String getTextMsg()
setTextMsg
public void setTextMsg(String textmsg)
getSubject
public String getSubject()
setSubject
public void setSubject(String subject)
getNumericMsg
public String getNumericMsg()
setNumericMsg
public void setNumericMsg(String numericmsg)
getPageTime
public Date getPageTime()
setPageTime
public void setPageTime(Date pagetime)
getRespondTime
public Date getRespondTime()
setRespondTime
public void setRespondTime(Date respondtime)
getAnsweredBy
public String getAnsweredBy()
setAnsweredBy
public void setAnsweredBy(String answeredby)
getIpAddress
public String getIpAddress()
setIpAddress
public void setIpAddress(String ipAddress)
getServiceType
public OnmsServiceType getServiceType()
setServiceType
public void setServiceType(OnmsServiceType serviceType)
getQueueId
public String getQueueId()
setQueueId
public void setQueueId(String queueid)
getEvent
public OnmsEvent getEvent()
setEvent
public void setEvent(OnmsEvent event)
getEventUei
public String getEventUei()
setEventUei
public void setEventUei(String eventUei)
getNode
public OnmsNode getNode()
setNode
public void setNode(OnmsNode node)
getUsersNotified
public Set<OnmsUserNotification> getUsersNotified()
setUsersNotified
public void setUsersNotified(Set<OnmsUserNotification> usersnotifieds)
toString
public String toString()
- Overrides:
toString in class Object
getNotifConfigName
public String getNotifConfigName()
setNotifConfigName
public void setNotifConfigName(String notifConfigName)
Copyright © 2009. All Rights Reserved.