Class NotificationRVToken
java.lang.Object
com.maplander.backend.model.notification.NotificationRVToken
-
Constructor Summary
ConstructorsConstructorDescriptionNotificationRVToken
(String device, NotificationTypeEnum type, DeviceTypeEnum deviceType, Message message) -
Method Summary
Modifier and TypeMethodDescriptionint
getDate()
getId()
int
getTime()
getToken()
getType()
void
setCreationDate
(Long creationDate) void
setDate
(int date) void
setDeviceType
(DeviceTypeEnum deviceType) void
void
setMessage
(Message message) void
setTime
(int time) void
void
setType
(NotificationTypeEnum type) toString()
-
Constructor Details
-
NotificationRVToken
public NotificationRVToken() -
NotificationRVToken
public NotificationRVToken(String device, NotificationTypeEnum type, DeviceTypeEnum deviceType, Message message)
-
-
Method Details
-
getId
-
setId
-
getToken
-
setToken
-
getDeviceType
-
setDeviceType
-
getDate
public int getDate() -
setDate
public void setDate(int date) -
getTime
public int getTime() -
setTime
public void setTime(int time) -
getCreationDate
-
setCreationDate
-
getType
-
setType
-
getMessage
-
setMessage
-
toString
-