-
-
Constructor Summary
Constructors Constructor Description Pmp()
-
Method Summary
Modifier and Type Method Description final IntegergetPrivateAuction()Indicator of auction eligibility to seats named in the Direct Deals object, where 0 = all bids are accepted, 1 = bids are restricted to the deals specified and the terms thereof. final UnitsetPrivateAuction(@SerializedName(value = private_auction) Integer privateAuction)Indicator of auction eligibility to seats named in the Direct Deals object, where 0 = all bids are accepted, 1 = bids are restricted to the deals specified and the terms thereof. final Array<Deal>getDeals()Array of Deal objects that convey the specific deals applicable to this impression. final UnitsetDeals(@SerializedName(value = deals) Array<Deal> deals)Array of Deal objects that convey the specific deals applicable to this impression. final ObjectgetExtension()Placeholder for exchange-specific extensions to OpenRTB. final UnitsetExtension(@SerializedName(value = ext) Object extension)Placeholder for exchange-specific extensions to OpenRTB. -
-
Method Detail
-
getPrivateAuction
final Integer getPrivateAuction()
Indicator of auction eligibility to seats named in the Direct Deals object, where 0 = all bids are accepted, 1 = bids are restricted to the deals specified and the terms thereof.
-
setPrivateAuction
final Unit setPrivateAuction(@SerializedName(value = private_auction) Integer privateAuction)
Indicator of auction eligibility to seats named in the Direct Deals object, where 0 = all bids are accepted, 1 = bids are restricted to the deals specified and the terms thereof.
-
getDeals
final Array<Deal> getDeals()
Array of Deal objects that convey the specific deals applicable to this impression.
-
setDeals
final Unit setDeals(@SerializedName(value = deals) Array<Deal> deals)
Array of Deal objects that convey the specific deals applicable to this impression.
-
getExtension
final Object getExtension()
Placeholder for exchange-specific extensions to OpenRTB.
-
setExtension
final Unit setExtension(@SerializedName(value = ext) Object extension)
Placeholder for exchange-specific extensions to OpenRTB.
-
-
-
-