public class CheckGeoBlockInputModel
extends java.lang.Object
| Constructor and Description |
|---|
CheckGeoBlockInputModel() |
| 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 country code
|
java.lang.String |
getIp()
This Method is use to Get the IP Address
|
java.lang.String |
getLanguageCode()
This Method is use to Get the language code
|
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 country code
|
void |
setIp(java.lang.String ip)
This Method is use to Set the IP Address
|
void |
setLanguageCode(java.lang.String languageCode)
This Method is use to Set the language code
|
public java.lang.String getCountryCode()
public void setCountryCode(java.lang.String countryCode)
countryCode - For Setting The country codepublic java.lang.String getLanguageCode()
public void setLanguageCode(java.lang.String languageCode)
languageCode - For Setting The language codepublic java.lang.String getIp()
public void setIp(java.lang.String ip)
ip - For Setting The IP Addresspublic void setAuthToken(java.lang.String authToken)
authToken - For Setting The Auth Tokenpublic java.lang.String getAuthToken()