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
Ordering
- Alphabetic
- By Inheritance
Inherited
- RequestExtension
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- 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 addAllSellerData(__vs: Iterable[(String, String)]): RequestExtension
- def addSellerData(__vs: (String, String)*): RequestExtension
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bmIfv: String
- def clearSellerData: RequestExtension
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: RequestExtension.type
- Definition Classes
- RequestExtension → GeneratedMessage
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- RequestExtension → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- RequestExtension → GeneratedMessage
- val headerBiddingType: HeaderBiddingType
- val ifv: String
- val integrationType: 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
- val sellerData: Map[String, String]
- val sellerId: String
- def serializedSize: Int
- Definition Classes
- RequestExtension → GeneratedMessage
- val sessionId: String
- 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
- RequestExtension → GeneratedMessage
- def update(ms: (Lens[RequestExtension, RequestExtension]) => Mutation[RequestExtension]*): RequestExtension
- Definition Classes
- Updatable
- 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 withBmIfv(__v: String): RequestExtension
- def withHeaderBiddingType(__v: HeaderBiddingType): RequestExtension
- def withIfv(__v: String): RequestExtension
- def withIntegrationType(__v: String): RequestExtension
- def withSellerData(__v: Map[String, String]): RequestExtension
- def withSellerId(__v: String): RequestExtension
- def withSessionId(__v: String): RequestExtension
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- RequestExtension → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)