Class OnDemandNotificationRequestDto

java.lang.Object
es.kukenan.smartfi.microservice.communications.api.ondemand.OnDemandNotificationRequestDto

public class OnDemandNotificationRequestDto extends Object
OnDemand Notification request DTO.
  • Field Details

    • userId

      private List<String> userId
      User identifier.
    • title

      private String title
      Notification title.
    • body

      private String body
      Notification body.
    • channelId

      private int channelId
      Channel identifier.
    • all

      private boolean all
      Flag for send notification to all users in DB.
  • Constructor Details

    • OnDemandNotificationRequestDto

      public OnDemandNotificationRequestDto()