Class Pmp
- java.lang.Object
-
- org.prebid.mobile.rendering.models.openrtb.bidRequests.BaseBid
-
- org.prebid.mobile.rendering.models.openrtb.bidRequests.imps.Pmp
-
- All Implemented Interfaces:
java.io.Serializable
public class Pmp extends BaseBid
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<Deals>dealsjava.lang.Integerprivate_auction
-
Constructor Summary
Constructors Constructor Description Pmp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.json.JSONObjectgetJsonObject()
-
-
-
Field Detail
-
private_auction
public java.lang.Integer private_auction
-
deals
public java.util.List<Deals> deals
-
-