trait RenderedAd extends ThriftStruct with Product7[String, Option[Long], Option[Long], Option[Long], Option[Long], Option[Long], Option[Long]] with HasThriftStructCodec3[RenderedAd] with Serializable

Prefer the companion object's ophan.thrift.event.RenderedAd.apply for construction if you don't need to specify passthrough fields.

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

Abstract Value Members

  1. abstract def adRenderTimeMs: Option[Long]

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

  2. abstract def adRetrievalTimeMs: Option[Long]

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

  3. abstract def creativeId: Option[Long]

    The DFP creative id populated in this slot.

  4. abstract def lineItemId: Option[Long]

    The DFP line item id populated in this slot.

  5. abstract def slot: String

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

  6. abstract def timeToAdRequestMs: Option[Long]

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

  7. abstract def timeToRenderEndedMs: Option[Long]

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

Concrete 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. def _passthroughFields: Map[Short, TFieldBlob]
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def canEqual(other: Any): Boolean
    Definition Classes
    RenderedAd → Equals
  15. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  16. 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
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(other: Any): Boolean
    Definition Classes
    RenderedAd → Equals → AnyRef → Any
  19. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. 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.

  22. def getFieldBlobs(ids: TraversableOnce[Short]): Map[Short, TFieldBlob]

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

  23. def hashCode(): Int
    Definition Classes
    RenderedAd → AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def productArity: Int
    Definition Classes
    RenderedAd → Product7 → Product
  29. def productElement(n: Int): Any
    Definition Classes
    RenderedAd → Product7 → Product
  30. def productIterator: Iterator[Any]
    Definition Classes
    Product
  31. def productPrefix: String
    Definition Classes
    RenderedAd → Product
  32. 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.

  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    RenderedAd → AnyRef → Any
  35. def toTuple: (String, Option[Long], Option[Long], Option[Long], Option[Long], Option[Long], Option[Long])
  36. def unsetAdRenderTimeMs: RenderedAd
  37. def unsetAdRetrievalTimeMs: RenderedAd
  38. def unsetCreativeId: RenderedAd
  39. 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.

  40. def unsetLineItemId: RenderedAd
  41. 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.

  42. def unsetTimeToAdRequestMs: RenderedAd
  43. def unsetTimeToRenderEndedMs: RenderedAd
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  47. def write(_oprot: TProtocol): Unit
    Definition Classes
    RenderedAd → ThriftStruct

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