public class GetFollowListInputModel
extends java.lang.Object
Constructor and Description |
---|
GetFollowListInputModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthToken()
This Method is use to Get the auth Token
|
java.lang.String |
getCountry()
This Method is use to Get the country
|
java.lang.String |
getFollow_type()
This Method is use to Get the follow_type
|
java.lang.String |
getLanguage_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 |
getUser_id()
This Method is use to Get the user_id
|
void |
setAuthToken(java.lang.String authToken)
This Method is use to Set the authToken
|
void |
setCountry(java.lang.String country)
This Method is use to Set the country
|
void |
setFollow_type(java.lang.String follow_type)
This Method is use to Set the follow_type
(1=Category, 2=Cast and Crew, 3=Multipart Content)
|
void |
setLanguage_code(java.lang.String language_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 |
setUser_id(java.lang.String user_id)
This Method is use to Set the user_id
|
public java.lang.String getAuthToken()
public void setAuthToken(java.lang.String authToken)
authToken
- For Setting The authTokenpublic java.lang.String getUser_id()
public void setUser_id(java.lang.String user_id)
user_id
- For Setting The user_idpublic java.lang.String getLanguage_code()
public void setLanguage_code(java.lang.String language_code)
language_code
- For Setting The language_codepublic java.lang.String getCountry()
public void setCountry(java.lang.String country)
country
- For Setting The countrypublic java.lang.String getFollow_type()
public void setFollow_type(java.lang.String follow_type)
follow_type
- For Setting The follow_typepublic java.lang.String getOffset()
public void setOffset(java.lang.String offset)
offset
- For Setting The offsetpublic java.lang.String getLimit()
public void setLimit(java.lang.String limit)
limit
- For Setting The limit