public class CheckIfUserLoggedInInputModel
extends java.lang.Object
Constructor and Description |
---|
CheckIfUserLoggedInInputModel() |
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 |
getDevice_type()
This Method is use to Get the Device Type
|
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 |
setDevice_type(java.lang.String device_type)
This Method is use to Set the Device Type
|
void |
setUser_id(java.lang.String user_id)
This Method is use to Set the User Id
|
public java.lang.String getDevice_type()
public void setDevice_type(java.lang.String device_type)
device_type
- For Setting The Device Typepublic java.lang.String getUser_id()
public void setUser_id(java.lang.String user_id)
user_id
- For Setting The User Idpublic java.lang.String getDevice_id()
public void setDevice_id(java.lang.String device_id)
device_id
- For Setting The Device Idpublic void setAuthToken(java.lang.String authToken)
authToken
- For Setting The Auth Tokenpublic java.lang.String getAuthToken()