public class UploadContentInputModel
extends java.lang.Object
Constructor and Description |
---|
UploadContentInputModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthToken()
This Method is use to Get the authToken
|
java.lang.String |
getBanner_image()
This Method is use to Get the banner_image
|
java.lang.String |
getCategory_id()
This Method is use to Get the category_id
|
java.lang.String |
getContent_name()
This Method is use to Get the content_name
|
java.lang.String |
getCountryCode()
This Method is use to Get the countryCode
|
java.lang.String |
getDescription()
This Method is use to Get the description
|
java.lang.String |
getDeviceType()
This Method is use to Get the deviceType
Device type (1->Web,2->Android,3->Ios,4->Roku).
|
java.lang.String |
getLangCode()
This Method is use to Get the langCode
|
java.lang.String |
getMuviUniqueId()
This Method is use to Get the muviUniqueId
|
java.lang.String |
getPermalink()
This Method is use to Get the permalink
|
java.lang.String |
getPoster_image()
This Method is use to Get the poster_image
|
java.lang.String |
getUploaded_content_type()
This Method is use to Get the uploaded_content_type
|
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 |
setBanner_image(java.lang.String banner_image)
This Method is use to Set the banner_image
|
void |
setCategory_id(java.lang.String category_id)
This Method is use to Set the category_id
|
void |
setContent_name(java.lang.String content_name)
This Method is use to Set the content_name
|
void |
setCountryCode(java.lang.String countryCode)
This Method is use to Set the countryCode
|
void |
setDescription(java.lang.String description)
This Method is use to Set the description
|
void |
setDeviceType(java.lang.String deviceType)
This Method is use to Set the deviceType
Device type (1->Web,2->Android,3->Ios,4->Roku).
|
void |
setLangCode(java.lang.String langCode)
This Method is use to Set the langCode
|
void |
setMuviUniqueId(java.lang.String muviUniqueId)
This Method is use to Set the muviUniqueId
|
void |
setPermalink(java.lang.String permalink)
This Method is use to Set the permalink
|
void |
setPoster_image(java.lang.String poster_image)
This Method is use to Set the poster_image
|
void |
setUploaded_content_type(java.lang.String uploaded_content_type)
This Method is use to Set the uploaded_content_type
|
void |
setUser_id(java.lang.String user_id)
This Method is use to Set the user_id
|
public java.lang.String getMuviUniqueId()
public void setMuviUniqueId(java.lang.String muviUniqueId)
muviUniqueId
- For Setting The muviUniqueIdpublic java.lang.String getPermalink()
public void setPermalink(java.lang.String permalink)
permalink
- For Setting The permalinkpublic java.lang.String getCountryCode()
public void setCountryCode(java.lang.String countryCode)
countryCode
- For Setting The countryCodepublic java.lang.String getLangCode()
public void setLangCode(java.lang.String langCode)
langCode
- For Setting The langCodepublic java.lang.String getAuthToken()
public void setAuthToken(java.lang.String authToken)
authToken
- For Setting The authTokenpublic java.lang.String getContent_name()
public void setContent_name(java.lang.String content_name)
content_name
- For Setting The content_namepublic java.lang.String getCategory_id()
public void setCategory_id(java.lang.String category_id)
category_id
- For Setting The category_idpublic java.lang.String getUser_id()
public void setUser_id(java.lang.String user_id)
user_id
- For Setting The user_idpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- For Setting The descriptionpublic java.lang.String getUploaded_content_type()
public void setUploaded_content_type(java.lang.String uploaded_content_type)
uploaded_content_type
- For Setting The uploaded_content_typepublic void setDeviceType(java.lang.String deviceType)
deviceType
- For Setting The deviceTypepublic java.lang.String getBanner_image()
public void setBanner_image(java.lang.String banner_image)
banner_image
- For Setting The banner_imagepublic java.lang.String getPoster_image()
public void setPoster_image(java.lang.String poster_image)
poster_image
- For Setting The poster_imagepublic java.lang.String getDeviceType()