public class ManagedNotification extends Object
Constructor and Description |
---|
ManagedNotification() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Return a description for this notification.
|
String |
getName()
Return the name of this notification.
|
String[] |
getNotificationTypes()
Return the list of notification types.
|
void |
setDescription(String description)
Set a description for this notification.
|
void |
setName(String name)
Set the name of this notification.
|
void |
setNotificationType(String notificationType)
Set a single notification type, or a list of notification types
as comma-delimited String.
|
void |
setNotificationTypes(String... notificationTypes)
Set a list of notification types.
|
public void setNotificationType(String notificationType)
public void setNotificationTypes(String... notificationTypes)
public String[] getNotificationTypes()
public void setName(String name)
public String getName()
public void setDescription(String description)
public String getDescription()