public class DefaultNotificationEmailJson extends BaseJson
Constructor and Description |
---|
DefaultNotificationEmailJson() |
Modifier and Type | Method and Description |
---|---|
String |
getNotificationEmailNote()
Message body text for notification email
|
String |
getNotificationEmailSubject()
Subject line for notification email
|
void |
setNotificationEmailNote(String notificationEmailNote)
Message body text for notification email
|
void |
setNotificationEmailSubject(String notificationEmailSubject)
Subject line for notification email
|
getObjType, setObjType, toString
public String getNotificationEmailSubject()
public void setNotificationEmailSubject(String notificationEmailSubject)
notificationEmailSubject
- Subject line for notification emailpublic String getNotificationEmailNote()
public void setNotificationEmailNote(String notificationEmailNote)
notificationEmailNote
- Message body text for notification emailCopyright © 2019. All rights reserved.