Class Source

  • All Implemented Interfaces:
    java.io.Serializable

    public class Source
    extends BaseBid
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Source()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Ext getExt()  
      org.json.JSONObject getJsonObject()  
      java.lang.String getTid()  
      void setExt​(Ext ext)  
      void setTid​(java.lang.String tid)  
      • Methods inherited from class org.prebid.mobile.rendering.models.openrtb.bidRequests.BaseBid

        toJSON
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Source

        public Source()
    • Method Detail

      • setExt

        public void setExt​(Ext ext)
      • setTid

        public void setTid​(java.lang.String tid)
      • getExt

        public Ext getExt()
      • getTid

        public java.lang.String getTid()
      • getJsonObject

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