public class FcmNotificationlistsInputModel
extends java.lang.Object
Constructor and Description |
---|
FcmNotificationlistsInputModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthToken()
This Method is use to Get the authToken
|
java.lang.String |
getCountryCode()
This Method is use to Get the countryCode
|
java.lang.String |
getDevice_id()
This Method is use to Get the device_id
|
java.lang.String |
getLanguageCode()
This Method is use to Get the languageCode
|
java.lang.String |
getUser_Id()
This Method is use to Get the User_Id
|
void |
setAuthToken(java.lang.String authToken)
This Method is use to Set the authToken
|
void |
setCountryCode(java.lang.String countryCode)
This Method is use to Set the countryCode
|
void |
setDevice_id(java.lang.String device_id)
This Method is use to Set the device_id
|
void |
setLanguageCode(java.lang.String languageCode)
This Method is use to Set the languageCode
|
void |
setUser_Id(java.lang.String user_Id)
This Method is use to Set the user_Id
|
public java.lang.String getUser_Id()
public void setUser_Id(java.lang.String user_Id)
user_Id
- For Setting The user_Idpublic java.lang.String getCountryCode()
public void setCountryCode(java.lang.String countryCode)
countryCode
- For Setting The countryCodepublic java.lang.String getLanguageCode()
public void setLanguageCode(java.lang.String languageCode)
languageCode
- For Setting The languageCodepublic java.lang.String getAuthToken()
public void setAuthToken(java.lang.String authToken)
authToken
- For Setting The authTokenpublic java.lang.String getDevice_id()
public void setDevice_id(java.lang.String device_id)
device_id
- For Setting The device_id