public class NotificationListOutputModel.NotifyList
extends java.lang.Object
Constructor and Description |
---|
NotifyList() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCreatedDate()
This Method is use to get the createdDate
|
java.lang.String |
getDeviceId()
This Method is use to get the deviceId
|
java.lang.String |
getDeviceType()
This Method is use to get the deviceType
Device type (1->Web,2->Android,3->Ios,4->Roku).
|
java.lang.String |
getFcmToken()
This Method is use to get the fcmToken
|
java.lang.String |
getId()
This Method is use to get the id
|
java.lang.String |
getMessage()
This Method is use to get the message
|
java.lang.String |
getMessageUniqueId()
This Method is use to get the messageUniqueId
|
java.lang.String |
getNotificationType()
This Method is use to get the notificationType
|
java.lang.String |
getStatus()
This Method is use to get the status
|
java.lang.String |
getStudioId()
This Method is use to get the studioId
|
java.lang.String |
getUserId()
This Method is use to get the userId
|
@Nullable public java.lang.String getId()
@Nullable public java.lang.String getStudioId()
@Nullable public java.lang.String getDeviceId()
@Nullable public java.lang.String getFcmToken()
@Nullable public java.lang.String getUserId()
@Nullable public java.lang.String getMessage()
@Nullable public java.lang.String getMessageUniqueId()
@Nullable public java.lang.String getDeviceType()
@Nullable public java.lang.String getNotificationType()
@Nullable public java.lang.String getStatus()
@Nullable public java.lang.String getCreatedDate()