public class HomePageInputModel
extends java.lang.Object
Constructor and Description |
---|
HomePageInputModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthToken()
This Method is use to Get the Auth Token
|
java.lang.String |
getLang_code()
This Method is use to Get the Language Code
|
java.lang.String |
getUserId()
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 |
setLang_code(java.lang.String lang_code)
This Method is use to Set the Language Code
|
void |
setUserId(java.lang.String userId)
This Method is use to Set the userId
|
public java.lang.String getUserId()
public void setUserId(java.lang.String userId)
userId
- For Setting The userIdpublic java.lang.String getLang_code()
public void setLang_code(java.lang.String lang_code)
lang_code
- For Setting The Language Codepublic java.lang.String getAuthToken()
public void setAuthToken(java.lang.String authToken)
authToken
- For Setting The Auth Token