final case class Deal(id: String = "", flr: Double = 0.0, flrcur: String = "", at: Int = 0, wseat: Seq[String] = _root_.scala.Seq.empty, wadomain: Seq[String] = _root_.scala.Seq.empty, ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty) extends GeneratedMessage with Updatable[Deal] with Product with Serializable
This object constitutes a specific deal that was struck a priori between a seller and a buyer. Its presence indicates that this item is available under the terms of that deal.
- id
A unique identifier for the deal. @required
- flr
Minimum deal price for this item expressed in CPM.
- flrcur
Currency of the “flr” attribute specified using ISO-4217 alpha codes. @default "USD"
- at
Optional override of the overall auction type of the request.
- wseat
Whitelist of buyer seats allowed to bid on this deal.
- wadomain
Array of advertiser domains allowed to bid on this deal.
- ext
Optional vendor-specific extensions.
- extProto
Legacy proto extensions.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- Deal
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Deal(id: String = "", flr: Double = 0.0, flrcur: String = "", at: Int = 0, wseat: Seq[String] = _root_.scala.Seq.empty, wadomain: Seq[String] = _root_.scala.Seq.empty, ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty)
- id
A unique identifier for the deal. @required
- flr
Minimum deal price for this item expressed in CPM.
- flrcur
Currency of the “flr” attribute specified using ISO-4217 alpha codes. @default "USD"
- at
Optional override of the overall auction type of the request.
- wseat
Whitelist of buyer seats allowed to bid on this deal.
- wadomain
Array of advertiser domains allowed to bid on this deal.
- ext
Optional vendor-specific extensions.
- extProto
Legacy proto extensions.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addAllExtProto(__vs: Iterable[Any]): Deal
- def addAllWadomain(__vs: Iterable[String]): Deal
- def addAllWseat(__vs: Iterable[String]): Deal
- def addExtProto(__vs: Any*): Deal
- def addWadomain(__vs: String*): Deal
- def addWseat(__vs: String*): Deal
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val at: Int
- def clearExt: Deal
- def clearExtProto: Deal
- def clearWadomain: Deal
- def clearWseat: Deal
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: Deal.type
- Definition Classes
- Deal → GeneratedMessage
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val ext: Option[Struct]
- val extProto: Seq[Any]
- val flr: Double
- val flrcur: String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getExt: Struct
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- Deal → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- Deal → GeneratedMessage
- val id: String
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- Deal → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- Deal → GeneratedMessage
- def update(ms: (Lens[Deal, Deal]) => Mutation[Deal]*): Deal
- Definition Classes
- Updatable
- val wadomain: Seq[String]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withAt(__v: Int): Deal
- def withExt(__v: Struct): Deal
- def withExtProto(__v: Seq[Any]): Deal
- def withFlr(__v: Double): Deal
- def withFlrcur(__v: String): Deal
- def withId(__v: String): Deal
- def withWadomain(__v: Seq[String]): Deal
- def withWseat(__v: Seq[String]): Deal
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- Deal → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- val wseat: Seq[String]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)