public class UpdateGoogleIdInputModel
extends java.lang.Object
Constructor and Description |
---|
UpdateGoogleIdInputModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthToken()
This Method is use to Get the Auth Token
|
java.lang.String |
getDevice_id()
This Method is use to Get the Device Id
|
java.lang.String |
getGoogle_id()
This Method is use to Get the Google Id
|
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 |
setDevice_id(java.lang.String device_id)
This Method is use to Set the Device Id
|
void |
setGoogle_id(java.lang.String google_id)
This Method is use to Set the Google Id
|
void |
setUser_id(java.lang.String user_id)
This Method is use to Set the User Id
|
public java.lang.String getDevice_id()
public void setDevice_id(java.lang.String device_id)
device_id
- For Setting The Device IDpublic java.lang.String getUser_id()
public void setUser_id(java.lang.String user_id)
user_id
- For Setting The User IDpublic java.lang.String getGoogle_id()
public void setGoogle_id(java.lang.String google_id)
google_id
- For Setting The Google IDpublic void setAuthToken(java.lang.String authToken)
authToken
- For Setting The Auth Tokenpublic java.lang.String getAuthToken()