public class AddToFollowInputModel
extends java.lang.Object
Constructor and Description |
---|
AddToFollowInputModel()
Default constructor
|
AddToFollowInputModel(java.lang.String authToken,
java.lang.String uniqueId,
java.lang.String user_id,
java.lang.String language_code,
java.lang.String country,
java.lang.String follow_type) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthToken()
This Method is use to get the authToken
|
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 |
getUniq_id()
This Method is use to get the unique id
|
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 code
|
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 |
setUniq_id(java.lang.String uniq_id)
This Method is use to set the unique id
|
void |
setUser_id(java.lang.String user_id)
This Method is use to set the user id
|
public AddToFollowInputModel()
public AddToFollowInputModel(java.lang.String authToken, java.lang.String uniqueId, java.lang.String user_id, java.lang.String language_code, java.lang.String country, java.lang.String follow_type)
public java.lang.String getAuthToken()
public java.lang.String getUniq_id()
public java.lang.String getUser_id()
public java.lang.String getLanguage_code()
public java.lang.String getCountry()
public java.lang.String getFollow_type()
public void setAuthToken(java.lang.String authToken)
authToken
- for setting the authTokenpublic void setUniq_id(java.lang.String uniq_id)
uniq_id
- for setting the unique idpublic void setUser_id(java.lang.String user_id)
user_id
- for setting the user idpublic void setLanguage_code(java.lang.String language_code)
language_code
- for setting the language codepublic void setCountry(java.lang.String country)
country
- for setting the country codepublic void setFollow_type(java.lang.String follow_type)
follow_type
- for setting the follow type