public static class Video.Thrift extends Object implements Video<VideoThrift>
Video.Avro, Video.AvroBuilder, Video.Builder<T>, Video.Comparator, Video.NativeImpl, Video.Protobuf, Video.ProtobufBuilder, Video.Thrift, Video.ThriftBuilder| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
Thrift()
Create a new wrapper.
|
Thrift(VideoThrift wrapped)
Wraps an existing instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
VideoThrift |
get()
Returns underlying object.
|
List<Integer> |
getApi()
List of supported API frameworks for this impression.
|
List<Integer> |
getBattr()
Blocked creative attributes.
|
int |
getBoxingallowed()
If exchange publisher has rules preventing letter boxing of 4x3 content to play in a 16x9 window, then this should be set to false.
|
List<Banner<?>> |
getCompanionad()
If companion ads are available, they can be listed as an array of banner objects.
|
List<Integer> |
getDeliverymethod()
List of supported delivery methods (streaming, progressive).
|
int |
getH()
Height of the player in pixels.
|
int |
getLinearity()
Indicates whether the ad impression must be linear, non- linear or can be of any type (field not set).
|
int |
getMaxbitrate()
Maximum bit rate in Kbps.
|
int |
getMaxduration()
Maximum video ad duration in seconds.
|
int |
getMaxextended()
Maximum extended video ad duration, if extension is allowed.
|
List<String> |
getMimes()
Content MIME types supported.
|
int |
getMinbitrate()
Minimum bit rate in Kbps.
|
int |
getMinduration()
Minimum video ad duration in seconds.
|
List<Integer> |
getPlaybackmethod()
List of allowed playback methods.
|
int |
getPos()
Ad Position (see table 6.5).
|
int |
getProtocol()
Video bid response protocols.
|
List<Integer> |
getProtocols()
Video bid response protocols.
|
int |
getSequence()
If multiple ad impressions are offered in the same bid request, the sequence number will allow for the coordinated delivery of multiple creatives.
|
int |
getStartdelay()
Indicates the start delay in seconds for preroll, midroll, or postroll ad placement.
|
List<Integer> |
getVastCompanionType()
Recommended if companion objects are included.
|
int |
getW()
Width of the player in pixels.
|
int |
hashCode() |
boolean |
isDefaultApi() |
boolean |
isDefaultBattr() |
boolean |
isDefaultBoxingallowed() |
boolean |
isDefaultCompanionad() |
boolean |
isDefaultDeliverymethod() |
boolean |
isDefaultH() |
boolean |
isDefaultLinearity() |
boolean |
isDefaultMaxbitrate() |
boolean |
isDefaultMaxduration() |
boolean |
isDefaultMaxextended() |
boolean |
isDefaultMimes() |
boolean |
isDefaultMinbitrate() |
boolean |
isDefaultMinduration() |
boolean |
isDefaultPlaybackmethod() |
boolean |
isDefaultPos() |
boolean |
isDefaultProtocol() |
boolean |
isDefaultProtocols() |
boolean |
isDefaultSequence() |
boolean |
isDefaultStartdelay() |
boolean |
isDefaultVastCompanionType() |
boolean |
isDefaultW() |
Video.Builder<VideoThrift> |
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(VideoThrift wrapped)
public Thrift()
public VideoThrift get()
Videoget in interface Supplier<VideoThrift>get in interface Video<VideoThrift>public Video.Builder<VideoThrift> newBuilder()
VideonewBuilder in interface Video<VideoThrift>public List<String> getMimes()
VideogetMimes in interface Video<VideoThrift>public boolean isDefaultMimes()
isDefaultMimes in interface Video<VideoThrift>public int getMinduration()
VideogetMinduration in interface Video<VideoThrift>public boolean isDefaultMinduration()
isDefaultMinduration in interface Video<VideoThrift>public int getMaxduration()
VideogetMaxduration in interface Video<VideoThrift>public boolean isDefaultMaxduration()
isDefaultMaxduration in interface Video<VideoThrift>public int getProtocol()
VideogetProtocol in interface Video<VideoThrift>public boolean isDefaultProtocol()
isDefaultProtocol in interface Video<VideoThrift>public List<Integer> getProtocols()
VideogetProtocols in interface Video<VideoThrift>public boolean isDefaultProtocols()
isDefaultProtocols in interface Video<VideoThrift>public int getW()
VideogetW in interface Video<VideoThrift>public boolean isDefaultW()
isDefaultW in interface Video<VideoThrift>public int getH()
VideogetH in interface Video<VideoThrift>public boolean isDefaultH()
isDefaultH in interface Video<VideoThrift>public int getStartdelay()
VideogetStartdelay in interface Video<VideoThrift>public boolean isDefaultStartdelay()
isDefaultStartdelay in interface Video<VideoThrift>public int getLinearity()
VideogetLinearity in interface Video<VideoThrift>public boolean isDefaultLinearity()
isDefaultLinearity in interface Video<VideoThrift>public int getSequence()
VideogetSequence in interface Video<VideoThrift>public boolean isDefaultSequence()
isDefaultSequence in interface Video<VideoThrift>public List<Integer> getBattr()
VideogetBattr in interface Video<VideoThrift>public boolean isDefaultBattr()
isDefaultBattr in interface Video<VideoThrift>public int getMaxextended()
VideogetMaxextended in interface Video<VideoThrift>public boolean isDefaultMaxextended()
isDefaultMaxextended in interface Video<VideoThrift>public int getMinbitrate()
VideogetMinbitrate in interface Video<VideoThrift>public boolean isDefaultMinbitrate()
isDefaultMinbitrate in interface Video<VideoThrift>public int getMaxbitrate()
VideogetMaxbitrate in interface Video<VideoThrift>public boolean isDefaultMaxbitrate()
isDefaultMaxbitrate in interface Video<VideoThrift>public int getBoxingallowed()
VideogetBoxingallowed in interface Video<VideoThrift>public boolean isDefaultBoxingallowed()
isDefaultBoxingallowed in interface Video<VideoThrift>public List<Integer> getPlaybackmethod()
VideogetPlaybackmethod in interface Video<VideoThrift>public boolean isDefaultPlaybackmethod()
isDefaultPlaybackmethod in interface Video<VideoThrift>public List<Integer> getDeliverymethod()
VideogetDeliverymethod in interface Video<VideoThrift>public boolean isDefaultDeliverymethod()
isDefaultDeliverymethod in interface Video<VideoThrift>public int getPos()
VideogetPos in interface Video<VideoThrift>public boolean isDefaultPos()
isDefaultPos in interface Video<VideoThrift>public List<Banner<?>> getCompanionad()
VideogetCompanionad in interface Video<VideoThrift>public boolean isDefaultCompanionad()
isDefaultCompanionad in interface Video<VideoThrift>public List<Integer> getApi()
VideogetApi in interface Video<VideoThrift>public boolean isDefaultApi()
isDefaultApi in interface Video<VideoThrift>public List<Integer> getVastCompanionType()
VideogetVastCompanionType in interface Video<VideoThrift>public boolean isDefaultVastCompanionType()
isDefaultVastCompanionType in interface Video<VideoThrift>Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.