Class Deals

  • All Implemented Interfaces:
    java.io.Serializable

    public class Deals
    extends BaseBid
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Integer at  
      java.lang.Float bidfloor  
      java.lang.String bidfloorcur  
      java.lang.String id  
      java.lang.String[] wadomain  
      java.lang.String[] wseat  
    • Constructor Summary

      Constructors 
      Constructor Description
      Deals()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.json.JSONObject getJsonObject()  
      • 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
    • Field Detail

      • id

        public java.lang.String id
      • bidfloor

        public java.lang.Float bidfloor
      • bidfloorcur

        public java.lang.String bidfloorcur
      • at

        public java.lang.Integer at
      • wseat

        public java.lang.String[] wseat
      • wadomain

        public java.lang.String[] wadomain
    • Constructor Detail

      • Deals

        public Deals()
    • Method Detail

      • getJsonObject

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