public class FeatureContentInputModel
extends java.lang.Object
Constructor and Description |
---|
FeatureContentInputModel() |
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 |
getLimit()
This Method is use to Get the Limit
|
java.lang.String |
getOffset()
This Method is use to Get the OffSet
|
java.lang.String |
getOrderby()
This Method is use to Get the Order By
|
java.lang.String |
getPlatformType()
This Method is use to Get the platformType
|
java.lang.String |
getSection_id()
This Method is use to Get the Section ID
|
java.lang.String |
getUserId() |
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 |
setLimit(java.lang.String limit)
This Method is use to Set the Limit
|
void |
setOffset(java.lang.String offset)
This Method is use to Set the OffSet
|
void |
setOrderby(java.lang.String orderby)
This Method is use to Set the Order By
|
void |
setPlatformType(java.lang.String platformType)
This Method is use to Set the device type
|
void |
setSection_id(java.lang.String section_id)
This Method is use to Set the Section ID
|
void |
setUserId(java.lang.String userId)
This Method is use to Set the userId
|
public java.lang.String getPlatformType()
public void setPlatformType(java.lang.String platformType)
platformType
- For Setting The device typepublic java.lang.String getCountryCode()
public void setCountryCode(java.lang.String countryCode)
countryCode
- For Setting The countryCodepublic java.lang.String getUserId()
public void setUserId(java.lang.String userId)
userId
- For Setting The userIdpublic java.lang.String getLimit()
public void setLimit(java.lang.String limit)
limit
- For Setting The Limitpublic java.lang.String getOffset()
public void setOffset(java.lang.String offset)
offset
- For Setting The OffSetpublic java.lang.String getOrderby()
public void setOrderby(java.lang.String orderby)
orderby
- For Setting The Order Bypublic java.lang.String getLang_code()
public void setLang_code(java.lang.String lang_code)
lang_code
- For Setting The Language Codepublic java.lang.String getSection_id()
public void setSection_id(java.lang.String section_id)
section_id
- For Setting The Section IDpublic java.lang.String getAuthToken()
public void setAuthToken(java.lang.String authToken)
authToken
- For Setting The Auth Token