Class PushNotification
java.lang.Object
es.kukenan.smartfi.microservice.communication.repository.entity.PushNotification
- All Implemented Interfaces:
Serializable
PushNotificationSettingMobile database entity.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate @NotBlank @Size(max=255) Stringdevice_id identifier.private @NotBlank @Size(max=255) Stringtoken_device identifier.private @NotBlank @Size(max=45) Stringpush Notification identifier.private @NotNull MobileOperationSystemmobile operation system. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
push Notification identifier. -
deviceId
device_id identifier. -
deviceToken
token_device identifier. -
operationSystem
mobile operation system.
-
-
Constructor Details
-
PushNotification
public PushNotification()
-