Packages

final case class AdUnit(adUnitId: String = "", price: Double = 0.0, estimatedPrice: Option[EstimatedPrice] = _root_.scala.None, adResponse: Option[String] = _root_.scala.None, status: Status = io.bidmachine.protobuf.Waterfall.Result.AdUnit.Status.STATUS_INVALID, error: Option[Error] = _root_.scala.None, serverParams: Option[String] = _root_.scala.None) extends GeneratedMessage with Updatable[AdUnit] with Product with Serializable

adUnitId

Ad Unit identifier

price

Ad Unit Price

estimatedPrice

Estimated price

adResponse

GAM Ad response JSON encoded string

status

Indicates AdUnit status

error

Optional error

serverParams

Encoded server custom parameters [price_source, price_coef, custom_targeting params]

Annotations
@SerialVersionUID()
Linear Supertypes
Updatable[AdUnit], GeneratedMessage, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AdUnit
  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 AdUnit(adUnitId: String = "", price: Double = 0.0, estimatedPrice: Option[EstimatedPrice] = _root_.scala.None, adResponse: Option[String] = _root_.scala.None, status: Status = io.bidmachine.protobuf.Waterfall.Result.AdUnit.Status.STATUS_INVALID, error: Option[Error] = _root_.scala.None, serverParams: Option[String] = _root_.scala.None)

    adUnitId

    Ad Unit identifier

    price

    Ad Unit Price

    estimatedPrice

    Estimated price

    adResponse

    GAM Ad response JSON encoded string

    status

    Indicates AdUnit status

    error

    Optional error

    serverParams

    Encoded server custom parameters [price_source, price_coef, custom_targeting 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 adResponse: Option[String]
  5. val adUnitId: String
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clearAdResponse: AdUnit
  8. def clearError: AdUnit
  9. def clearEstimatedPrice: AdUnit
  10. def clearServerParams: AdUnit
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  12. def companion: AdUnit.type
    Definition Classes
    AdUnit → GeneratedMessage
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. val error: Option[Error]
  15. val estimatedPrice: Option[EstimatedPrice]
  16. def getAdResponse: String
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  18. def getError: Error
  19. def getEstimatedPrice: EstimatedPrice
  20. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    AdUnit → GeneratedMessage
  21. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    AdUnit → GeneratedMessage
  22. def getServerParams: String
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  27. val price: Double
  28. def productElementNames: Iterator[String]
    Definition Classes
    Product
  29. def serializedSize: Int
    Definition Classes
    AdUnit → GeneratedMessage
  30. val serverParams: Option[String]
  31. val status: Status
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  34. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  35. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  36. def toProtoString: String
    Definition Classes
    AdUnit → GeneratedMessage
  37. def update(ms: (Lens[AdUnit, AdUnit]) => Mutation[AdUnit]*): AdUnit
    Definition Classes
    Updatable
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. def withAdResponse(__v: String): AdUnit
  42. def withAdUnitId(__v: String): AdUnit
  43. def withError(__v: Error): AdUnit
  44. def withEstimatedPrice(__v: EstimatedPrice): AdUnit
  45. def withPrice(__v: Double): AdUnit
  46. def withServerParams(__v: String): AdUnit
  47. def withStatus(__v: Status): AdUnit
  48. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  49. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    AdUnit → GeneratedMessage
  50. 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[AdUnit]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped