Package 

Class Pmp


  • 
    public final class Pmp
    
                        

    The private marketplace container for direct deals between buyers and sellers that may pertain to this impression. The actual deals are represented as a collection of Deal objects

    • Constructor Summary

      Constructors 
      Constructor Description
      Pmp()
    • Method Summary

      Modifier and Type Method Description
      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.
      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.
      final Array<Deal> getDeals() Array of Deal objects that convey the specific deals applicable to this impression.
      final Unit setDeals(@SerializedName(value = deals) Array<Deal> deals) Array of Deal objects that convey the specific deals applicable to this impression.
      final Object getExtension() Placeholder for exchange-specific extensions to OpenRTB.
      final Unit setExtension(@SerializedName(value = ext) Object extension) Placeholder for exchange-specific extensions to OpenRTB.
      • Methods inherited from class java.lang.Object

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

      • Pmp

        Pmp()
    • 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.