public class Notification
extends java.lang.Object
| Constructor and Description |
|---|
Notification(java.lang.String target)
Instantiates a new notification.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getNotifyOn()
Gets the notify on.
|
java.lang.String |
getTarget()
Gets the target.
|
Notification |
setNotifyOn(java.lang.String notifyOn)
Sets the notify on (read the API documentation to find out the possible
values).
|
public Notification(java.lang.String target)
target - the targetpublic java.lang.String getTarget()
public java.lang.String getNotifyOn()
public Notification setNotifyOn(java.lang.String notifyOn)
notifyOn - the notify on