Package org.prebid.mobile
Class ContentObject
-
- All Implemented Interfaces:
public class ContentObjectApplication content object for additional targeting.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classContentObject.ProducerObjectProducer info.
-
Field Summary
Fields Modifier and Type Field Description public Stringidpublic Integerepisodepublic Stringtitlepublic Stringseriespublic Stringseasonpublic Stringartistpublic Stringgenrepublic Stringalbumpublic Stringisrcpublic Stringurlpublic ArrayList<String>categoriespublic IntegerproductionQualitypublic Integercontextpublic StringcontentRatingpublic StringuserRatingpublic IntegerqaMediaRatingpublic Stringkeywordspublic IntegerliveStreampublic IntegersourceRelationshippublic Integerlengthpublic Stringlanguagepublic Integerembeddable
-
Constructor Summary
Constructors Constructor Description ContentObject()
-
Method Summary
-
-
Method Detail
-
getEpisode
Integer getEpisode()
-
setEpisode
void setEpisode(Integer episode)
-
getCategories
ArrayList<String> getCategories()
-
setCategories
void setCategories(ArrayList<String> categories)
-
getProductionQuality
Integer getProductionQuality()
-
setProductionQuality
void setProductionQuality(Integer productionQuality)
-
getContext
Integer getContext()
-
setContext
void setContext(Integer context)
-
getContentRating
String getContentRating()
-
setContentRating
void setContentRating(String contentRating)
-
getUserRating
String getUserRating()
-
setUserRating
void setUserRating(String userRating)
-
getQaMediaRating
Integer getQaMediaRating()
-
setQaMediaRating
void setQaMediaRating(Integer qaMediaRating)
-
getKeywords
String getKeywords()
-
setKeywords
void setKeywords(String keywords)
-
getLiveStream
Integer getLiveStream()
-
setLiveStream
void setLiveStream(Integer liveStream)
-
getSourceRelationship
Integer getSourceRelationship()
-
setSourceRelationship
void setSourceRelationship(Integer sourceRelationship)
-
getLanguage
String getLanguage()
-
setLanguage
void setLanguage(String language)
-
getEmbeddable
Integer getEmbeddable()
-
setEmbeddable
void setEmbeddable(Integer embeddable)
-
getJsonObject
JSONObject getJsonObject()
- Returns:
JSONObject if at least one parameter was set; otherwise null.
-
addCategory
void addCategory(String category)
-
addData
void addData(DataObject dataObject)
-
getDataList
ArrayList<DataObject> getDataList()
-
setDataList
void setDataList(ArrayList<DataObject> dataObjects)
-
clearDataList
void clearDataList()
-
getProducer
ContentObject.ProducerObject getProducer()
-
setProducer
void setProducer(ContentObject.ProducerObject producerObject)
-
-
-
-