public class ContentDetailsInput
extends java.lang.Object
| Constructor and Description |
|---|
ContentDetailsInput() |
| 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 |
getLanguage()
This Method is use to Get the Language
|
java.lang.String |
getPermalink()
This Method is use to Get the Permalink
|
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 Auth Token
|
void |
setCountry(java.lang.String country)
This Method is use to Set the Country
|
void |
setLanguage(java.lang.String language)
This Method is use to Set the Language
|
void |
setPermalink(java.lang.String permalink)
This Method is use to Set the Permalink
|
void |
setUser_id(java.lang.String user_id)
This Method is use to Set the User Id
|
public java.lang.String getCountry()
public void setCountry(java.lang.String country)
country - For Setting The Countrypublic java.lang.String getLanguage()
public void setLanguage(java.lang.String language)
language - For Setting The Languagepublic java.lang.String getUser_id()
public void setUser_id(java.lang.String user_id)
user_id - For Setting The User Idpublic java.lang.String getPermalink()
public void setPermalink(java.lang.String permalink)
permalink - For Setting The Permalinkpublic java.lang.String getAuthToken()
public void setAuthToken(java.lang.String authtoken)
authtoken - For Setting The Auth Token