final case class Result(waterfallId: String = "", ext: Option[Struct] = _root_.scala.None, format: Option[String] = _root_.scala.None, adUnitResults: Seq[AdUnit] = _root_.scala.Seq.empty, cachedAdUnits: Seq[CachedAdUnit] = _root_.scala.Seq.empty, serverParams: Option[String] = _root_.scala.None) extends GeneratedMessage with Updatable[Result] with Product with Serializable
Result of sdk waterfall used as request to server for new waterfall
- waterfallId
Unique waterfall ID
- ext
Context (init extras private)
- format
Ad format same as JSON values: banner, banner_320x50, etc
- adUnitResults
All AdUnits from last load Can be used for control should_brake parameter
- serverParams
Encoded server custom parameters [price_source, price_coef, custom_targeting params, current configuration params]
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Result
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Result(waterfallId: String = "", ext: Option[Struct] = _root_.scala.None, format: Option[String] = _root_.scala.None, adUnitResults: Seq[AdUnit] = _root_.scala.Seq.empty, cachedAdUnits: Seq[CachedAdUnit] = _root_.scala.Seq.empty, serverParams: Option[String] = _root_.scala.None)
- waterfallId
Unique waterfall ID
- ext
Context (init extras private)
- format
Ad format same as JSON values: banner, banner_320x50, etc
- adUnitResults
All AdUnits from last load Can be used for control should_brake parameter
- serverParams
Encoded server custom parameters [price_source, price_coef, custom_targeting params, current configuration params]
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
- val adUnitResults: Seq[AdUnit]
- def addAdUnitResults(__vs: AdUnit*): Result
- def addAllAdUnitResults(__vs: Iterable[AdUnit]): Result
- def addAllCachedAdUnits(__vs: Iterable[CachedAdUnit]): Result
- def addCachedAdUnits(__vs: CachedAdUnit*): Result
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val cachedAdUnits: Seq[CachedAdUnit]
- def clearAdUnitResults: Result
- def clearCachedAdUnits: Result
- def clearExt: Result
- def clearFormat: Result
- def clearServerParams: Result
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: Result.type
- Definition Classes
- Result → GeneratedMessage
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val ext: Option[Struct]
- val format: Option[String]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getExt: Struct
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- Result → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- Result → GeneratedMessage
- def getFormat: String
- def getServerParams: 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
- Result → GeneratedMessage
- val serverParams: Option[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
- Result → GeneratedMessage
- def update(ms: (Lens[Result, Result]) => Mutation[Result]*): Result
- 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])
- val waterfallId: String
- def withAdUnitResults(__v: Seq[AdUnit]): Result
- def withCachedAdUnits(__v: Seq[CachedAdUnit]): Result
- def withExt(__v: Struct): Result
- def withFormat(__v: String): Result
- def withServerParams(__v: String): Result
- def withWaterfallId(__v: String): Result
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- Result → 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)