public class LogoutInput
extends java.lang.Object
Constructor and Description |
---|
LogoutInput() |
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 |
getLang_code()
This Method is use to Get the Language Code
|
java.lang.String |
getLogin_history_id()
This Method is use to Get the Login History 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 |
setLang_code(java.lang.String lang_code)
This Method is use to Set the Language Code
|
void |
setLogin_history_id(java.lang.String login_history_id)
This Method is use to Set the Login History Id
|
public java.lang.String getCountryCode()
public void setCountryCode(java.lang.String countryCode)
countryCode
- For Setting The countryCodepublic 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 Tokenpublic java.lang.String getLogin_history_id()
public void setLogin_history_id(java.lang.String login_history_id)
login_history_id
- For Setting The Login History Id