| Package | Description |
|---|---|
| open_rtb |
| Modifier and Type | Field and Description |
|---|---|
ContentThrift |
SiteThrift.content
See Content Object.
|
ContentThrift |
AppThrift.content
See Content Object.
|
| Modifier and Type | Method and Description |
|---|---|
ContentThrift |
ContentThrift.deepCopy() |
ContentThrift |
Content.Thrift.get() |
ContentThrift |
SiteThrift.getContent()
See Content Object.
|
ContentThrift |
AppThrift.getContent()
See Content Object.
|
ContentThrift |
ContentThrift.setCat(List<String> cat)
Array of IAB content categories for the content.
|
ContentThrift |
ContentThrift.setContentrating(String contentrating)
Content rating (e.g., MPAA)
|
ContentThrift |
ContentThrift.setContext(String context)
Specifies the type of content (game, video, text, etc.).
|
ContentThrift |
ContentThrift.setEmbeddable(byte embeddable)
From QAG Video Addendum.
|
ContentThrift |
ContentThrift.setEpisode(int episode)
Content episode number (typically applies to video content).
|
ContentThrift |
ContentThrift.setId(String id)
ID uniquely identifying the content.
|
ContentThrift |
ContentThrift.setKeywords(String keywords)
Comma separated list of keywords describing the content.
|
ContentThrift |
ContentThrift.setLanguage(String language)
Language of the content.
|
ContentThrift |
ContentThrift.setLen(int len)
Length of content (appropriate for video or audio) in seconds.
|
ContentThrift |
ContentThrift.setLivestream(byte livestream)
Is content live? E.g., live video stream, live blog.
|
ContentThrift |
ContentThrift.setProducer(ProducerThrift producer)
See Producer Object.
|
ContentThrift |
ContentThrift.setQagmediarating(short qagmediarating)
Media rating of the content, per QAG guidelines.
|
ContentThrift |
ContentThrift.setSeason(String season)
Content season.
|
ContentThrift |
ContentThrift.setSeries(String series)
Content series.
|
ContentThrift |
ContentThrift.setSourcerelationship(byte sourcerelationship)
1 for “direct”; 0 for “indirect”.
|
ContentThrift |
ContentThrift.setTitle(String title)
Content title.
|
ContentThrift |
ContentThrift.setUrl(String url)
Original URL of the content, for buy-side contextualization or review.
|
ContentThrift |
ContentThrift.setUserrating(String userrating)
User rating of the content (e.g., number of stars, likes, etc.).
|
ContentThrift |
ContentThrift.setVideoquality(short videoquality)
Video quality per the IAB’s classification.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ContentThrift.compareTo(ContentThrift other) |
boolean |
ContentThrift.equals(ContentThrift that) |
static Content.Builder<ContentThrift> |
Content.newThriftBuilder(ContentThrift other)
Returns new Thrift builder instance based on existing prototype.
|
SiteThrift |
SiteThrift.setContent(ContentThrift content)
See Content Object.
|
AppThrift |
AppThrift.setContent(ContentThrift content)
See Content Object.
|
static Content.Thrift |
Content.thrift(ContentThrift instance)
Creates a new wrapped Thrift struct copied from an existing instance.
|
| Constructor and Description |
|---|
ContentThrift(ContentThrift other)
Performs a deep copy on other.
|
Thrift(ContentThrift wrapped)
Wraps an existing instance.
|
ThriftBuilder(ContentThrift builder)
Only use this if you know what you are doing.
|
Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.