public static class Content.Thrift extends Object implements Content<ContentThrift>
Content.Avro, Content.AvroBuilder, Content.Builder<T>, Content.Comparator, Content.NativeImpl, Content.Protobuf, Content.ProtobufBuilder, Content.Thrift, Content.ThriftBuilder| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
Thrift()
Create a new wrapper.
|
Thrift(ContentThrift wrapped)
Wraps an existing instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
ContentThrift |
get()
Returns underlying object.
|
List<String> |
getCat()
Array of IAB content categories for the content.
|
String |
getContentrating()
Content rating (e.g., MPAA)
|
String |
getContext()
Specifies the type of content (game, video, text, etc.).
|
int |
getEmbeddable()
From QAG Video Addendum.
|
int |
getEpisode()
Content episode number (typically applies to video content).
|
String |
getId()
ID uniquely identifying the content.
|
String |
getKeywords()
Comma separated list of keywords describing the content.
|
String |
getLanguage()
Language of the content.
|
int |
getLen()
Length of content (appropriate for video or audio) in seconds.
|
int |
getLivestream()
Is content live? E.g., live video stream, live blog.
|
Producer<?> |
getProducer()
See Producer Object.
|
int |
getQagmediarating()
Media rating of the content, per QAG guidelines.
|
String |
getSeason()
Content season.
|
String |
getSeries()
Content series.
|
int |
getSourcerelationship()
1 for “direct”; 0 for “indirect”.
|
String |
getTitle()
Content title.
|
String |
getUrl()
Original URL of the content, for buy-side contextualization or review.
|
String |
getUserrating()
User rating of the content (e.g., number of stars, likes, etc.).
|
int |
getVideoquality()
Video quality per the IAB’s classification.
|
int |
hashCode() |
boolean |
isDefaultCat() |
boolean |
isDefaultContentrating() |
boolean |
isDefaultContext() |
boolean |
isDefaultEmbeddable() |
boolean |
isDefaultEpisode() |
boolean |
isDefaultId() |
boolean |
isDefaultKeywords() |
boolean |
isDefaultLanguage() |
boolean |
isDefaultLen() |
boolean |
isDefaultLivestream() |
boolean |
isDefaultProducer() |
boolean |
isDefaultQagmediarating() |
boolean |
isDefaultSeason() |
boolean |
isDefaultSeries() |
boolean |
isDefaultSourcerelationship() |
boolean |
isDefaultTitle() |
boolean |
isDefaultUrl() |
boolean |
isDefaultUserrating() |
boolean |
isDefaultVideoquality() |
Content.Builder<ContentThrift> |
newBuilder()
Creates a new builder based on this object.
|
String |
toString() |
avro, avro, compareTo, getAvroClass, getAvroSchema, getComparator, getProtobufClass, getProtobufDescriptor, getProtobufProtocolClass, getProtobufProtocolDescriptor, getThriftClass, getThriftMetadataMap, isDefault, nativeImpl, newAvroBuilder, newAvroBuilder, newAvroBuilder, newAvroBuilder, newNativeImplBuilder, newNativeImplBuilder, newProtobufBuilder, newProtobufBuilder, newProtobufBuilder, newThriftBuilder, newThriftBuilder, newThriftBuilder, protobuf, protobuf, thrift, thriftpublic static final long serialVersionUID
public Thrift(ContentThrift wrapped)
public Thrift()
public ContentThrift get()
Contentget in interface Supplier<ContentThrift>get in interface Content<ContentThrift>public Content.Builder<ContentThrift> newBuilder()
ContentnewBuilder in interface Content<ContentThrift>public String getId()
ContentgetId in interface Content<ContentThrift>public boolean isDefaultId()
isDefaultId in interface Content<ContentThrift>public int getEpisode()
ContentgetEpisode in interface Content<ContentThrift>public boolean isDefaultEpisode()
isDefaultEpisode in interface Content<ContentThrift>public String getTitle()
ContentgetTitle in interface Content<ContentThrift>public boolean isDefaultTitle()
isDefaultTitle in interface Content<ContentThrift>public String getSeries()
ContentgetSeries in interface Content<ContentThrift>public boolean isDefaultSeries()
isDefaultSeries in interface Content<ContentThrift>public String getSeason()
ContentgetSeason in interface Content<ContentThrift>public boolean isDefaultSeason()
isDefaultSeason in interface Content<ContentThrift>public String getUrl()
ContentgetUrl in interface Content<ContentThrift>public boolean isDefaultUrl()
isDefaultUrl in interface Content<ContentThrift>public List<String> getCat()
ContentgetCat in interface Content<ContentThrift>public boolean isDefaultCat()
isDefaultCat in interface Content<ContentThrift>public int getVideoquality()
ContentgetVideoquality in interface Content<ContentThrift>public boolean isDefaultVideoquality()
isDefaultVideoquality in interface Content<ContentThrift>public String getKeywords()
ContentgetKeywords in interface Content<ContentThrift>public boolean isDefaultKeywords()
isDefaultKeywords in interface Content<ContentThrift>public String getContentrating()
ContentgetContentrating in interface Content<ContentThrift>public boolean isDefaultContentrating()
isDefaultContentrating in interface Content<ContentThrift>public String getUserrating()
ContentgetUserrating in interface Content<ContentThrift>public boolean isDefaultUserrating()
isDefaultUserrating in interface Content<ContentThrift>public String getContext()
ContentgetContext in interface Content<ContentThrift>public boolean isDefaultContext()
isDefaultContext in interface Content<ContentThrift>public int getLivestream()
ContentgetLivestream in interface Content<ContentThrift>public boolean isDefaultLivestream()
isDefaultLivestream in interface Content<ContentThrift>public int getSourcerelationship()
ContentgetSourcerelationship in interface Content<ContentThrift>public boolean isDefaultSourcerelationship()
isDefaultSourcerelationship in interface Content<ContentThrift>public Producer<?> getProducer()
ContentgetProducer in interface Content<ContentThrift>public boolean isDefaultProducer()
isDefaultProducer in interface Content<ContentThrift>public int getLen()
ContentgetLen in interface Content<ContentThrift>public boolean isDefaultLen()
isDefaultLen in interface Content<ContentThrift>public int getQagmediarating()
ContentgetQagmediarating in interface Content<ContentThrift>public boolean isDefaultQagmediarating()
isDefaultQagmediarating in interface Content<ContentThrift>public int getEmbeddable()
ContentgetEmbeddable in interface Content<ContentThrift>public boolean isDefaultEmbeddable()
isDefaultEmbeddable in interface Content<ContentThrift>public String getLanguage()
ContentgetLanguage in interface Content<ContentThrift>public boolean isDefaultLanguage()
isDefaultLanguage in interface Content<ContentThrift>Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.