public static enum ContentThrift._Fields extends Enum<ContentThrift._Fields> implements TFieldIdEnum
| Enum Constant and Description |
|---|
CAT
Array of IAB content categories for the content.
|
CONTENTRATING
Content rating (e.g., MPAA)
|
CONTEXT
Specifies the type of content (game, video, text, etc.).
|
EMBEDDABLE
From QAG Video Addendum.
|
EPISODE
Content episode number (typically applies to video content).
|
ID
ID uniquely identifying the content.
|
KEYWORDS
Comma separated list of keywords describing the content.
|
LANGUAGE
Language of the content.
|
LEN
Length of content (appropriate for video or audio) in seconds.
|
LIVESTREAM
Is content live? E.g., live video stream, live blog.
|
PRODUCER
See Producer Object.
|
QAGMEDIARATING
Media rating of the content, per QAG guidelines.
|
SEASON
Content season.
|
SERIES
Content series.
|
SOURCERELATIONSHIP
1 for “direct”; 0 for “indirect”.
|
TITLE
Content title.
|
URL
Original URL of the content, for buy-side contextualization or review.
|
USERRATING
User rating of the content (e.g., number of stars, likes, etc.).
|
VIDEOQUALITY
Video quality per the IAB’s classification.
|
| Modifier and Type | Method and Description |
|---|---|
static ContentThrift._Fields |
findByName(String name)
Find the _Fields constant that matches name, or null if its not found.
|
static ContentThrift._Fields |
findByThriftId(int fieldId)
Find the _Fields constant that matches fieldId, or null if its not found.
|
static ContentThrift._Fields |
findByThriftIdOrThrow(int fieldId)
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
|
String |
getFieldName() |
short |
getThriftFieldId() |
static ContentThrift._Fields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentThrift._Fields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContentThrift._Fields ID
public static final ContentThrift._Fields EPISODE
public static final ContentThrift._Fields TITLE
public static final ContentThrift._Fields SERIES
public static final ContentThrift._Fields SEASON
public static final ContentThrift._Fields URL
public static final ContentThrift._Fields CAT
public static final ContentThrift._Fields VIDEOQUALITY
public static final ContentThrift._Fields KEYWORDS
public static final ContentThrift._Fields CONTENTRATING
public static final ContentThrift._Fields USERRATING
public static final ContentThrift._Fields CONTEXT
public static final ContentThrift._Fields LIVESTREAM
public static final ContentThrift._Fields SOURCERELATIONSHIP
public static final ContentThrift._Fields PRODUCER
public static final ContentThrift._Fields LEN
public static final ContentThrift._Fields QAGMEDIARATING
public static final ContentThrift._Fields EMBEDDABLE
public static final ContentThrift._Fields LANGUAGE
public static ContentThrift._Fields[] values()
for (ContentThrift._Fields c : ContentThrift._Fields.values()) System.out.println(c);
public static ContentThrift._Fields valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static ContentThrift._Fields findByThriftId(int fieldId)
public static ContentThrift._Fields findByThriftIdOrThrow(int fieldId)
public static ContentThrift._Fields findByName(String name)
public short getThriftFieldId()
getThriftFieldId in interface TFieldIdEnumpublic String getFieldName()
getFieldName in interface TFieldIdEnumCopyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.