public class SendNotificationsJson extends BaseJson
Constructor and Description |
---|
SendNotificationsJson() |
Modifier and Type | Method and Description |
---|---|
NotificationPeriod |
getNotificationPeriod()
Notification period, in days.
|
List<String> |
getRecipients()
List of recipients
|
void |
setNotificationPeriod(NotificationPeriod notificationPeriod)
Notification period, in days.
|
void |
setRecipients(List<String> recipients)
List of recipients
|
getObjType, setObjType, toString
public void setRecipients(List<String> recipients)
recipients
- List of recipientspublic NotificationPeriod getNotificationPeriod()
public void setNotificationPeriod(NotificationPeriod notificationPeriod)
notificationPeriod
- Notification period, in days.Copyright © 2019. All rights reserved.