public class Message extends Object implements Notification
| Modifier and Type | Method and Description |
|---|---|
static Message |
createMessage(String addressee,
String message) |
static Message |
createMessage(String addressee,
String subject,
String message) |
String |
getAddressee()
Gets the addressee of the notification.
|
String |
getMessage()
Gets the notification message.
|
String |
getSubject()
Gets the subject of the notification.
|
public String getAddressee()
NotificationgetAddressee in interface Notificationpublic String getSubject()
NotificationgetSubject in interface Notificationpublic String getMessage()
NotificationgetMessage in interface Notificationpublic static final Message createMessage(String addressee, String subject, String message)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.