java.lang.Object
es.kukenan.smartfi.microservice.communication.service.domain.NotificationRequest

public class NotificationRequest extends Object
This domain data class holds the required information for a single notification request. Not that several templates may exist for a single notification request.
  • Field Details

    • id

      private String id
      Notification ID.
    • destination

      private NotificationRequestDestination destination
      Destination.
    • variables

      private Map<String,Object> variables
      Object containing variables used to modify the content of your email. Specified as {var_name}:{var_value} pairs. Enter the information in the template text / HTML part by using the [[var:{var_name}]] format.
    • destinationExcludedByWhiteList

      private boolean destinationExcludedByWhiteList
      Flag that is set to true if the destination is not in the while list.
  • Constructor Details

    • NotificationRequest

      public NotificationRequest()