final case class Buyer(id: Long = 0L, bidderId: Long = 0L, pretargetingId: Long = 0L, directRelation: Option[Boolean] = _root_.scala.None, auctionCategory: Option[String] = _root_.scala.None, dspConnectionType: Option[String] = _root_.scala.None, isAdNetwork: Option[Boolean] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[Buyer] with Product with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
Updatable[Buyer], GeneratedMessage, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Buyer
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Buyer(id: Long = 0L, bidderId: Long = 0L, pretargetingId: Long = 0L, directRelation: Option[Boolean] = _root_.scala.None, auctionCategory: Option[String] = _root_.scala.None, dspConnectionType: Option[String] = _root_.scala.None, isAdNetwork: Option[Boolean] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val auctionCategory: Option[String]
  6. val bidderId: Long
  7. def clearAuctionCategory: Buyer
  8. def clearDirectRelation: Buyer
  9. def clearDspConnectionType: Buyer
  10. def clearIsAdNetwork: Buyer
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  12. def companion: Buyer.type
    Definition Classes
    Buyer → GeneratedMessage
  13. val directRelation: Option[Boolean]
  14. def discardUnknownFields: Buyer
  15. val dspConnectionType: Option[String]
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def getAuctionCategory: String
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  19. def getDirectRelation: Boolean
  20. def getDspConnectionType: String
  21. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    Buyer → GeneratedMessage
  22. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    Buyer → GeneratedMessage
  23. def getIsAdNetwork: Boolean
  24. val id: Long
  25. val isAdNetwork: Option[Boolean]
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  30. val pretargetingId: Long
  31. def productElementNames: Iterator[String]
    Definition Classes
    Product
  32. def serializedSize: Int
    Definition Classes
    Buyer → GeneratedMessage
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  35. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  36. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  37. def toProtoString: String
    Definition Classes
    Buyer → GeneratedMessage
  38. val unknownFields: UnknownFieldSet
  39. def update(ms: (Lens[Buyer, Buyer]) => Mutation[Buyer]*): Buyer
    Definition Classes
    Updatable
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. def withAuctionCategory(__v: String): Buyer
  44. def withBidderId(__v: Long): Buyer
  45. def withDirectRelation(__v: Boolean): Buyer
  46. def withDspConnectionType(__v: String): Buyer
  47. def withId(__v: Long): Buyer
  48. def withIsAdNetwork(__v: Boolean): Buyer
  49. def withPretargetingId(__v: Long): Buyer
  50. def withUnknownFields(__v: UnknownFieldSet): Buyer
  51. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  52. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    Buyer → GeneratedMessage
  53. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Updatable[Buyer]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped