public class SubCategoryListInput
extends java.lang.Object
| Constructor and Description |
|---|
SubCategoryListInput() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthToken()
This Method is use to get the Auth Token
|
java.lang.String |
getCategory_id()
This Method is use to Get the Category Id
|
java.lang.String |
getCountry()
This Method is use to Get the countryCode
|
java.lang.String |
getLanCode()
This Method is use to Get the lanCode
|
void |
setAuthToken(java.lang.String authToken)
This Method is use to set the Auth Token
|
void |
setCategory_id(java.lang.String category_id)
This Method is use to Set the Category Id
|
void |
setCountry(java.lang.String country)
This Method is use to Set the country
|
void |
setLanCode(java.lang.String lanCode)
This Method is use to set the lanCode
|
public void setLanCode(java.lang.String lanCode)
lanCode - For Setting The lanCodepublic java.lang.String getAuthToken()
public void setAuthToken(java.lang.String authToken)
authToken - For Setting The Auth Tokenpublic java.lang.String getCategory_id()
public void setCategory_id(java.lang.String category_id)
category_id - For Setting THe Category Idpublic java.lang.String getLanCode()
public java.lang.String getCountry()
public void setCountry(java.lang.String country)
country - For Setting The country