final case class RequestExtension(sellerId: String = "", sellerData: Map[String, String] = _root_.scala.collection.immutable.Map.empty, headerBiddingType: HeaderBiddingType = io.bidmachine.protobuf.HeaderBiddingType.HEADER_BIDDING_TYPE_INVALID, ifv: String = "", bmIfv: String = "", sessionId: String = "", integrationType: String = "") extends GeneratedMessage with Updatable[RequestExtension] with Product with Serializable

sellerData

Extra data

ifv

ID generated by the OS on device for debug and fraud detection

bmIfv

ID generated on device for debug and fraud detection

sessionId

Session ID - consistent between requests as long as application active (on screen)

integrationType

Type of integration - waterfall, prebid, postbid etc.

Annotations
@SerialVersionUID()
Linear Supertypes
Updatable[RequestExtension], GeneratedMessage, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RequestExtension
  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 RequestExtension(sellerId: String = "", sellerData: Map[String, String] = _root_.scala.collection.immutable.Map.empty, headerBiddingType: HeaderBiddingType = io.bidmachine.protobuf.HeaderBiddingType.HEADER_BIDDING_TYPE_INVALID, ifv: String = "", bmIfv: String = "", sessionId: String = "", integrationType: String = "")

    sellerData

    Extra data

    ifv

    ID generated by the OS on device for debug and fraud detection

    bmIfv

    ID generated on device for debug and fraud detection

    sessionId

    Session ID - consistent between requests as long as application active (on screen)

    integrationType

    Type of integration - waterfall, prebid, postbid etc.

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. def addAllSellerData(__vs: Iterable[(String, String)]): RequestExtension
  5. def addSellerData(__vs: (String, String)*): RequestExtension
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val bmIfv: String
  8. def clearSellerData: RequestExtension
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  10. def companion: RequestExtension.type
    Definition Classes
    RequestExtension → GeneratedMessage
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  13. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    RequestExtension → GeneratedMessage
  14. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    RequestExtension → GeneratedMessage
  15. val headerBiddingType: HeaderBiddingType
  16. val ifv: String
  17. val integrationType: String
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  22. def productElementNames: Iterator[String]
    Definition Classes
    Product
  23. val sellerData: Map[String, String]
  24. val sellerId: String
  25. def serializedSize: Int
    Definition Classes
    RequestExtension → GeneratedMessage
  26. val sessionId: String
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  29. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  30. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  31. def toProtoString: String
    Definition Classes
    RequestExtension → GeneratedMessage
  32. def update(ms: (Lens[RequestExtension, RequestExtension]) => Mutation[RequestExtension]*): RequestExtension
    Definition Classes
    Updatable
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. def withBmIfv(__v: String): RequestExtension
  37. def withHeaderBiddingType(__v: HeaderBiddingType): RequestExtension
  38. def withIfv(__v: String): RequestExtension
  39. def withIntegrationType(__v: String): RequestExtension
  40. def withSellerData(__v: Map[String, String]): RequestExtension
  41. def withSellerId(__v: String): RequestExtension
  42. def withSessionId(__v: String): RequestExtension
  43. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  44. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    RequestExtension → GeneratedMessage
  45. 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[RequestExtension]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped