public class IsRegistrationEnabledInputModel
extends java.lang.Object
Constructor and Description |
---|
IsRegistrationEnabledInputModel() |
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 |
getLanguageCode()
This Method is use to Get the languageCode
|
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 |
setLanguageCode(java.lang.String languageCode)
This Method is use to Set the languageCode
|
public java.lang.String getCountryCode()
public void setCountryCode(java.lang.String countryCode)
countryCode
- For Setting The countryCodepublic java.lang.String getLanguageCode()
public void setLanguageCode(java.lang.String languageCode)
languageCode
- For Setting The languageCodepublic void setAuthToken(java.lang.String authToken)
authToken
- For Setting The Auth Tokenpublic java.lang.String getAuthToken()