Class PushNotificationMobile

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

public class PushNotificationMobile extends Object
Request with data for push notification.
  • Field Details

    • userId

      @NotNull private @NotNull String userId
      user identifier.
    • title

      @NotNull private @NotNull String title
      Message title for the push notification.
    • message

      @NotNull private @NotNull String message
      Message to show in push notification.
    • topic

      private String topic
      Topic used for push notifications.
    • token

      @NotNull private @NotNull String token
      token which identifies devices.
    • variables

      private Map<String,Object> variables
      Variables for the push.
  • Constructor Details

    • PushNotificationMobile

      public PushNotificationMobile()