Packages

final case class CachedAdUnit(adUnitId: String = "", price: Double = 0.0, estimatedPrice: Option[EstimatedPrice] = _root_.scala.None, adResponse: Option[String] = _root_.scala.None, frozen: Boolean = false, serverParams: Option[String] = _root_.scala.None) extends GeneratedMessage with Updatable[CachedAdUnit] with Product with Serializable

adUnitId

Ad Unit identifier

price

Ad Unit Price

estimatedPrice

Estimated price

adResponse

GAM Ad response JSON encoded string

frozen

Indicates that unit is busy for show or not

serverParams

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

Annotations
@SerialVersionUID()
Linear Supertypes
Updatable[CachedAdUnit], GeneratedMessage, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CachedAdUnit
  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 CachedAdUnit(adUnitId: String = "", price: Double = 0.0, estimatedPrice: Option[EstimatedPrice] = _root_.scala.None, adResponse: Option[String] = _root_.scala.None, frozen: Boolean = false, serverParams: Option[String] = _root_.scala.None)

    adUnitId

    Ad Unit identifier

    price

    Ad Unit Price

    estimatedPrice

    Estimated price

    adResponse

    GAM Ad response JSON encoded string

    frozen

    Indicates that unit is busy for show or not

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

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped