java.lang.Object
es.kukenan.smartfi.microservice.communication.repository.entity.PushNotification
All Implemented Interfaces:
Serializable

@Entity public class PushNotification extends Object implements Serializable
PushNotificationSettingMobile database entity.
See Also:
  • Field Details

    • id

      @NotBlank @Size(max=45) private @NotBlank @Size(max=45) String id
      push Notification identifier.
    • deviceId

      @NotBlank @Size(max=255) private @NotBlank @Size(max=255) String deviceId
      device_id identifier.
    • deviceToken

      @NotBlank @Size(max=255) private @NotBlank @Size(max=255) String deviceToken
      token_device identifier.
    • operationSystem

      @NotNull private @NotNull MobileOperationSystem operationSystem
      mobile operation system.
  • Constructor Details

    • PushNotification

      public PushNotification()