Packages

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
Updatable[Result], GeneratedMessage, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Result
  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 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

  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. val adUnitResults: Seq[AdUnit]
  5. def addAdUnitResults(__vs: AdUnit*): Result
  6. def addAllAdUnitResults(__vs: Iterable[AdUnit]): Result
  7. def addAllCachedAdUnits(__vs: Iterable[CachedAdUnit]): Result
  8. def addCachedAdUnits(__vs: CachedAdUnit*): Result
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. val cachedAdUnits: Seq[CachedAdUnit]
  11. def clearAdUnitResults: Result
  12. def clearCachedAdUnits: Result
  13. def clearExt: Result
  14. def clearFormat: Result
  15. def clearServerParams: Result
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  17. def companion: Result.type
    Definition Classes
    Result → GeneratedMessage
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. val ext: Option[Struct]
  20. val format: Option[String]
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  22. def getExt: Struct
  23. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    Result → GeneratedMessage
  24. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    Result → GeneratedMessage
  25. def getFormat: String
  26. def getServerParams: String
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  31. def productElementNames: Iterator[String]
    Definition Classes
    Product
  32. def serializedSize: Int
    Definition Classes
    Result → GeneratedMessage
  33. val serverParams: Option[String]
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  36. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  37. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  38. def toProtoString: String
    Definition Classes
    Result → GeneratedMessage
  39. def update(ms: (Lens[Result, Result]) => Mutation[Result]*): Result
    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. val waterfallId: String
  44. def withAdUnitResults(__v: Seq[AdUnit]): Result
  45. def withCachedAdUnits(__v: Seq[CachedAdUnit]): Result
  46. def withExt(__v: Struct): Result
  47. def withFormat(__v: String): Result
  48. def withServerParams(__v: String): Result
  49. def withWaterfallId(__v: String): Result
  50. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  51. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    Result → GeneratedMessage
  52. 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[Result]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped