org.opennms.netmgt.model
Class OnmsUserNotification
java.lang.Object
org.opennms.netmgt.model.OnmsUserNotification
- All Implemented Interfaces:
- java.io.Serializable
public class OnmsUserNotification
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
|
Constructor Summary |
OnmsUserNotification()
default constructor |
OnmsUserNotification(java.lang.String userId,
java.util.Date notifyTime,
java.lang.String media,
java.lang.String contactInfo,
java.lang.String autoNotify,
OnmsNotification notification,
java.lang.Integer id)
full constructor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
OnmsUserNotification
public OnmsUserNotification(java.lang.String userId,
java.util.Date notifyTime,
java.lang.String media,
java.lang.String contactInfo,
java.lang.String autoNotify,
OnmsNotification notification,
java.lang.Integer id)
- full constructor
OnmsUserNotification
public OnmsUserNotification()
- default constructor
getId
public java.lang.Integer getId()
setId
public void setId(java.lang.Integer id)
getUserId
public java.lang.String getUserId()
setUserId
public void setUserId(java.lang.String userId)
getNotifyTime
public java.util.Date getNotifyTime()
setNotifyTime
public void setNotifyTime(java.util.Date notifyTime)
getMedia
public java.lang.String getMedia()
setMedia
public void setMedia(java.lang.String media)
getContactInfo
public java.lang.String getContactInfo()
setContactInfo
public void setContactInfo(java.lang.String contactInfo)
getAutoNotify
public java.lang.String getAutoNotify()
setAutoNotify
public void setAutoNotify(java.lang.String autoNotify)
getNotification
public OnmsNotification getNotification()
setNotification
public void setNotification(OnmsNotification notification)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2007. All Rights Reserved.