Class SendNotificationsJson

    • Constructor Detail

      • SendNotificationsJson

        public SendNotificationsJson()
    • Method Detail

      • getRecipients

        public List<String> getRecipients()
        List of recipients
        Returns:
        List of recipients
      • setRecipients

        public void setRecipients​(List<String> recipients)
        List of recipients
        Parameters:
        recipients - List of recipients
      • getNotificationPeriod

        public NotificationPeriod getNotificationPeriod()
        Notification period, in days.
        Returns:
        Notification period, in days.
      • setNotificationPeriod

        public void setNotificationPeriod​(NotificationPeriod notificationPeriod)
        Notification period, in days.
        Parameters:
        notificationPeriod - Notification period, in days.