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
Ordering
- Alphabetic
- By Inheritance
Inherited
- CachedAdUnit
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- 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 adResponse: Option[String]
- val adUnitId: String
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearAdResponse: CachedAdUnit
- def clearEstimatedPrice: CachedAdUnit
- def clearServerParams: CachedAdUnit
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: CachedAdUnit.type
- Definition Classes
- CachedAdUnit → GeneratedMessage
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val estimatedPrice: Option[EstimatedPrice]
- val frozen: Boolean
- def getAdResponse: String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getEstimatedPrice: EstimatedPrice
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- CachedAdUnit → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- CachedAdUnit → GeneratedMessage
- 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()
- val price: Double
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- CachedAdUnit → 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
- CachedAdUnit → GeneratedMessage
- def update(ms: (Lens[CachedAdUnit, CachedAdUnit]) => Mutation[CachedAdUnit]*): CachedAdUnit
- 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 withAdResponse(__v: String): CachedAdUnit
- def withAdUnitId(__v: String): CachedAdUnit
- def withEstimatedPrice(__v: EstimatedPrice): CachedAdUnit
- def withFrozen(__v: Boolean): CachedAdUnit
- def withPrice(__v: Double): CachedAdUnit
- def withServerParams(__v: String): CachedAdUnit
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- CachedAdUnit → 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)