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 TypeMethodDescriptionintgetDate()getId()intgetTime()getToken()getType()voidsetCreationDate(Long creationDate) voidsetDate(int date) voidsetDeviceType(DeviceTypeEnum deviceType) voidvoidsetMessage(Message message) voidsetTime(int time) voidvoidsetType(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
-