Packages

class Immutable extends RenderedAd

The default read-only implementation of RenderedAd. You typically should not need to directly reference this class; instead, use the RenderedAd.apply method to construct new instances.

Linear Supertypes
RenderedAd, Serializable, HasThriftStructCodec3[RenderedAd], Product7[String, Option[Long], Option[Long], Option[Long], Option[Long], Option[Long], Option[Long]], scala.Product, Equals, ThriftStruct, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Immutable
  2. RenderedAd
  3. Serializable
  4. HasThriftStructCodec3
  5. Product7
  6. Product
  7. Equals
  8. ThriftStruct
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Immutable(slot: String, lineItemId: Option[Long] = _root_.scala.None, creativeId: Option[Long] = _root_.scala.None, timeToRenderEndedMs: Option[Long] = _root_.scala.None, timeToAdRequestMs: Option[Long] = _root_.scala.None, adRetrievalTimeMs: Option[Long] = _root_.scala.None, adRenderTimeMs: Option[Long] = _root_.scala.None)
  2. new Immutable(slot: String, lineItemId: Option[Long], creativeId: Option[Long], timeToRenderEndedMs: Option[Long], timeToAdRequestMs: Option[Long], adRetrievalTimeMs: Option[Long], adRenderTimeMs: Option[Long], _passthroughFields: Map[Short, TFieldBlob])

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. def _1: String
    Definition Classes
    RenderedAd → Product7
  5. def _2: Option[Long]
    Definition Classes
    RenderedAd → Product7
  6. def _3: Option[Long]
    Definition Classes
    RenderedAd → Product7
  7. def _4: Option[Long]
    Definition Classes
    RenderedAd → Product7
  8. def _5: Option[Long]
    Definition Classes
    RenderedAd → Product7
  9. def _6: Option[Long]
    Definition Classes
    RenderedAd → Product7
  10. def _7: Option[Long]
    Definition Classes
    RenderedAd → Product7
  11. def _codec: ThriftStructCodec3[RenderedAd]
    Definition Classes
    RenderedAd → HasThriftStructCodec3
  12. val _passthroughFields: Map[Short, TFieldBlob]
    Definition Classes
    ImmutableRenderedAd
  13. val adRenderTimeMs: Option[Long]

    The approximate amount of time (in milliseconds) between receiving and rendering this ad.

    The approximate amount of time (in milliseconds) between receiving and rendering this ad.

    Definition Classes
    ImmutableRenderedAd
  14. val adRetrievalTimeMs: Option[Long]

    The approximate amount of time (in milliseconds) between requesting and receiving this ad.

    The approximate amount of time (in milliseconds) between requesting and receiving this ad.

    Definition Classes
    ImmutableRenderedAd
  15. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  16. def canEqual(other: Any): Boolean
    Definition Classes
    RenderedAd → Equals
  17. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  18. def copy(slot: String = this.slot, lineItemId: Option[Long] = this.lineItemId, creativeId: Option[Long] = this.creativeId, timeToRenderEndedMs: Option[Long] = this.timeToRenderEndedMs, timeToAdRequestMs: Option[Long] = this.timeToAdRequestMs, adRetrievalTimeMs: Option[Long] = this.adRetrievalTimeMs, adRenderTimeMs: Option[Long] = this.adRenderTimeMs, _passthroughFields: Map[Short, TFieldBlob] = this._passthroughFields): RenderedAd
    Definition Classes
    RenderedAd
  19. val creativeId: Option[Long]

    The DFP creative id populated in this slot.

    The DFP creative id populated in this slot.

    Definition Classes
    ImmutableRenderedAd
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(other: Any): Boolean
    Definition Classes
    RenderedAd → Equals → AnyRef → Any
  22. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def getFieldBlob(_fieldId: Short): Option[TFieldBlob]

    Gets a field value encoded as a binary blob using TCompactProtocol.

    Gets a field value encoded as a binary blob using TCompactProtocol. If the specified field is present in the passthrough map, that value is returned. Otherwise, if the specified field is known and not optional and set to None, then the field is serialized and returned.

    Definition Classes
    RenderedAd
  25. def getFieldBlobs(ids: TraversableOnce[Short]): Map[Short, TFieldBlob]

    Collects TCompactProtocol-encoded field values according to getFieldBlob into a map.

    Collects TCompactProtocol-encoded field values according to getFieldBlob into a map.

    Definition Classes
    RenderedAd
  26. def hashCode(): Int
    Definition Classes
    RenderedAd → AnyRef → Any
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. val lineItemId: Option[Long]

    The DFP line item id populated in this slot.

    The DFP line item id populated in this slot.

    Definition Classes
    ImmutableRenderedAd
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. def productArity: Int
    Definition Classes
    RenderedAd → Product7 → Product
  33. def productElement(n: Int): Any
    Definition Classes
    RenderedAd → Product7 → Product
  34. def productIterator: Iterator[Any]
    Definition Classes
    Product
  35. def productPrefix: String
    Definition Classes
    RenderedAd → Product
  36. def setField(_blob: TFieldBlob): RenderedAd

    Sets a field using a TCompactProtocol-encoded binary blob.

    Sets a field using a TCompactProtocol-encoded binary blob. If the field is a known field, the blob is decoded and the field is set to the decoded value. If the field is unknown and passthrough fields are enabled, then the blob will be stored in _passthroughFields.

    Definition Classes
    RenderedAd
  37. val slot: String

    The name of the ad slot in which this ad was rendered.

    The name of the ad slot in which this ad was rendered.

    Definition Classes
    ImmutableRenderedAd
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. val timeToAdRequestMs: Option[Long]

    The approximate amount of time (in milliseconds) that elapsed before this ad was requested.

    The approximate amount of time (in milliseconds) that elapsed before this ad was requested.

    Definition Classes
    ImmutableRenderedAd
  40. val timeToRenderEndedMs: Option[Long]

    The approximate amount of time (in milliseconds) that this ad took to render.

    The approximate amount of time (in milliseconds) that this ad took to render.

    Definition Classes
    ImmutableRenderedAd
  41. def toString(): String
    Definition Classes
    RenderedAd → AnyRef → Any
  42. def toTuple: (String, Option[Long], Option[Long], Option[Long], Option[Long], Option[Long], Option[Long])
    Definition Classes
    RenderedAd
  43. def unsetAdRenderTimeMs: RenderedAd
    Definition Classes
    RenderedAd
  44. def unsetAdRetrievalTimeMs: RenderedAd
    Definition Classes
    RenderedAd
  45. def unsetCreativeId: RenderedAd
    Definition Classes
    RenderedAd
  46. def unsetField(_fieldId: Short): RenderedAd

    If the specified field is optional, it is set to None.

    If the specified field is optional, it is set to None. Otherwise, if the field is known, it is reverted to its default value; if the field is unknown, it is removed from the passthroughFields map, if present.

    Definition Classes
    RenderedAd
  47. def unsetLineItemId: RenderedAd
    Definition Classes
    RenderedAd
  48. def unsetSlot: RenderedAd

    If the specified field is optional, it is set to None.

    If the specified field is optional, it is set to None. Otherwise, if the field is known, it is reverted to its default value; if the field is unknown, it is removed from the passthroughFields map, if present.

    Definition Classes
    RenderedAd
  49. def unsetTimeToAdRequestMs: RenderedAd
    Definition Classes
    RenderedAd
  50. def unsetTimeToRenderEndedMs: RenderedAd
    Definition Classes
    RenderedAd
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  54. def write(_oprot: TProtocol): Unit
    Definition Classes
    RenderedAd → ThriftStruct

Inherited from RenderedAd

Inherited from Serializable

Inherited from HasThriftStructCodec3[RenderedAd]

Inherited from Product7[String, Option[Long], Option[Long], Option[Long], Option[Long], Option[Long], Option[Long]]

Inherited from scala.Product

Inherited from Equals

Inherited from ThriftStruct

Inherited from AnyRef

Inherited from Any

Ungrouped