java.lang.Object
org.prebid.mobile.rendering.models.openrtb.bidRequests.BaseBid
org.prebid.mobile.rendering.models.openrtb.bidRequests.imps.Video
All Implemented Interfaces:
Serializable

public class Video extends BaseBid
See Also:
  • Field Details

    • mimes

      public String[] mimes
    • minduration

      public Integer minduration
    • maxduration

      public Integer maxduration
    • protocols

      public int[] protocols
    • api

      public int[] api
    • w

      public Integer w
    • h

      public Integer h
    • linearity

      public Integer linearity
    • minbitrate

      public Integer minbitrate
    • maxbitrate

      public Integer maxbitrate
    • playbackmethod

      public int[] playbackmethod
    • delivery

      public int[] delivery
    • pos

      public Integer pos
    • placement

      public Integer placement
    • plcmt

      public Integer plcmt
    • playbackend

      public Integer playbackend
    • startDelay

      public Integer startDelay
    • battr

      public int[] battr
    • skippable

      public Integer skippable
  • Constructor Details

    • Video

      public Video()
  • Method Details

    • getJsonObject

      public org.json.JSONObject getJsonObject() throws org.json.JSONException
      Throws:
      org.json.JSONException