Class Video
- java.lang.Object
-
- org.prebid.mobile.rendering.models.openrtb.bidRequests.BaseBid
-
- org.prebid.mobile.rendering.models.openrtb.bidRequests.imps.Video
-
- All Implemented Interfaces:
java.io.Serializable
public class Video extends BaseBid
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description int[]apiint[]deliveryjava.lang.Integerhjava.lang.Integerlinearityjava.lang.Integermaxbitratejava.lang.Integermaxdurationjava.lang.String[]mimesjava.lang.Integerminbitratejava.lang.Integermindurationjava.lang.Integerplacementjava.lang.Integerplaybackendint[]playbackmethodjava.lang.Integerposint[]protocolsjava.lang.IntegerstartDelayjava.lang.Integerw
-
Constructor Summary
Constructors Constructor Description Video()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.json.JSONObjectgetJsonObject()
-
-
-
Field Detail
-
mimes
public java.lang.String[] mimes
-
minduration
public java.lang.Integer minduration
-
maxduration
public java.lang.Integer maxduration
-
protocols
public int[] protocols
-
api
public int[] api
-
w
public java.lang.Integer w
-
h
public java.lang.Integer h
-
linearity
public java.lang.Integer linearity
-
minbitrate
public java.lang.Integer minbitrate
-
maxbitrate
public java.lang.Integer maxbitrate
-
playbackmethod
public int[] playbackmethod
-
delivery
public int[] delivery
-
pos
public java.lang.Integer pos
-
placement
public java.lang.Integer placement
-
playbackend
public java.lang.Integer playbackend
-
startDelay
public java.lang.Integer startDelay
-
-