public class CheckDeviceInput
extends java.lang.Object
Constructor and Description |
---|
CheckDeviceInput() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthToken()
This Method is use to Get the Auth Token
|
java.lang.String |
getCountryCode()
This Method is use to Get the countryCode
|
java.lang.String |
getDevice_info()
This Method is use to Get the Device Information
|
java.lang.String |
getDevice_type()
This Method is use to Get the Device Type
|
java.lang.String |
getDevice()
This Method is use to Get the Device
|
java.lang.String |
getGoogle_id()
This Method is use to Get the Google ID
|
java.lang.String |
getLang_code()
This Method is use to Get the Language Code
|
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_info(java.lang.String device_info)
This Method is use to Set the Device Information
|
void |
setDevice_type(java.lang.String device_type)
This Method is use to Set the Device Type
|
void |
setDevice(java.lang.String device)
This Method is use to Set the Device
|
void |
setGoogle_id(java.lang.String google_id)
This Method is use to Set the Google ID
|
void |
setLang_code(java.lang.String lang_code)
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 getCountryCode()
public void setCountryCode(java.lang.String countryCode)
countryCode
- For Setting The countryCodepublic java.lang.String getUser_id()
public void setUser_id(java.lang.String user_id)
user_id
- For Setting The User Idpublic java.lang.String getAuthToken()
public void setAuthToken(java.lang.String authToken)
authToken
- For Setting The Auth Tokenpublic java.lang.String getGoogle_id()
public void setGoogle_id(java.lang.String google_id)
google_id
- For Setting The Google IDpublic java.lang.String getDevice()
public void setDevice(java.lang.String device)
device
- For Setting The Devicepublic java.lang.String getDevice_type()
public void setDevice_type(java.lang.String device_type)
device_type
- For Setting The Device Typepublic java.lang.String getLang_code()
public void setLang_code(java.lang.String lang_code)
lang_code
- For Setting The Language Codepublic java.lang.String getDevice_info()
public void setDevice_info(java.lang.String device_info)
device_info
- For Setting The Device Information