public class FcmRegistrationDetailsInputModel
extends java.lang.Object
Constructor and Description |
---|
FcmRegistrationDetailsInputModel() |
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
|
int |
getDevice_type()
This Method is use to Get the device_type
|
java.lang.String |
getFcm_token()
This Method is use to Get the fcm_token
|
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 auth Token
|
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 |
setDevice_type(int device_type)
This Method is use to Set the device_type
|
void |
setFcm_token(java.lang.String fcm_token)
This Method is use to Set the fcm token
|
void |
setLanguageCode(java.lang.String languageCode)
This Method is use to Set the language Code
|
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 language codepublic java.lang.String getAuthToken()
public void setAuthToken(java.lang.String authToken)
authToken
- For Setting The auth Tokenpublic java.lang.String getDevice_id()
public void setDevice_id(java.lang.String device_id)
device_id
- For Setting The device idpublic java.lang.String getFcm_token()
public void setFcm_token(java.lang.String fcm_token)
fcm_token
- For Setting The fcm tokenpublic int getDevice_type()
public void setDevice_type(int device_type)
device_type
- For Setting The device_type