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

public class Source extends BaseBid
See Also:
  • Constructor Details

    • Source

      public Source()
  • Method Details

    • setExt

      public void setExt(Ext ext)
    • setTid

      public void setTid(String tid)
    • getExt

      public Ext getExt()
    • getTid

      public String getTid()
    • getJsonObject

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