Package step.plugins.notification
Class Notification
- java.lang.Object
-
- step.plugins.notification.Notification
-
public class Notification extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected NotificationData
data
protected String
recipientContext
-
Constructor Summary
Constructors Constructor Description Notification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationData
getData()
String
getRecipientContext()
void
setData(NotificationData data)
void
setRecipientContext(String recipientContext)
-
-
-
Field Detail
-
data
protected NotificationData data
-
recipientContext
protected String recipientContext
-
-
Method Detail
-
getData
public NotificationData getData()
-
setData
public void setData(NotificationData data)
-
getRecipientContext
public String getRecipientContext()
-
setRecipientContext
public void setRecipientContext(String recipientContext)
-
-