object Event extends ThriftStructCodec3[Event] with Serializable

Linear Supertypes
Serializable, Serializable, ThriftStructCodec3[Event], ThriftStructCodec[Event], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Event
  2. Serializable
  3. Serializable
  4. ThriftStructCodec3
  5. ThriftStructCodec
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Immutable extends Event

    The default read-only implementation of Event.

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

  2. trait Proxy extends Event

    This Proxy trait allows you to extend the Event trait with additional state or behavior and implement the read-only methods from Event using an underlying instance.

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 AbField: TField
  5. val AbFieldManifest: Manifest[AbTestInfo]
  6. val AcquisitionField: TField
  7. val AcquisitionFieldManifest: Manifest[Acquisition]
  8. val AdsField: TField
  9. val AdsFieldManifest: Manifest[AdInfo]
  10. val AltIdsField: TField
  11. val AltIdsFieldManifest: Manifest[AltIds]
  12. val AttentionField: TField
  13. val AttentionFieldManifest: Manifest[AttentionTime]
  14. val BrowserIdField: TField
  15. val BrowserIdFieldManifest: Manifest[AssignedId]
  16. val ComponentEventField: TField
  17. val ComponentEventFieldManifest: Manifest[ComponentEvent]
  18. val DtField: TField
  19. val DtFieldManifest: Manifest[Long]
  20. val InPageClickField: TField
  21. val InPageClickFieldManifest: Manifest[InPageClick]
  22. val InPrivateBrowsingModeField: TField
  23. val InPrivateBrowsingModeFieldManifest: Manifest[Boolean]
  24. val InteractionField: TField
  25. val InteractionFieldManifest: Manifest[Interaction]
  26. val IpConnectivityField: TField
  27. val IpConnectivityFieldManifest: Manifest[IpConnectivity]
  28. val LazyComponentsField: TField
  29. val LazyComponentsFieldManifest: Manifest[LazyComponents]
  30. val MediaField: TField
  31. val MediaFieldManifest: Manifest[MediaPlayback]
  32. val NoPassthroughFields: Map[Short, TFieldBlob]
  33. val OutbrainField: TField
  34. val OutbrainFieldManifest: Manifest[Outbrain]
  35. val PageViewField: TField
  36. val PageViewFieldManifest: Manifest[PageView]
  37. val PageViewIdField: TField
  38. val PageViewIdFieldManifest: Manifest[String]
  39. val PerfField: TField
  40. val PerfFieldManifest: Manifest[WebPerformanceData]
  41. val QuizEventField: TField
  42. val QuizEventFieldManifest: Manifest[QuizEvent]
  43. val ReceivedDtField: TField
  44. val ReceivedDtFieldManifest: Manifest[Long]
  45. val Struct: TStruct
  46. val UniqueEventIdField: TField
  47. val UniqueEventIdFieldManifest: Manifest[String]
  48. val UserIdField: TField
  49. val UserIdFieldManifest: Manifest[String]
  50. val VisitIdField: TField
  51. val VisitIdFieldManifest: Manifest[AssignedId]
  52. def apply(uniqueEventId: String, dt: Long, receivedDt: Long, pageViewId: String, browserId: AssignedId, visitId: Option[AssignedId] = _root_.scala.None, userId: Option[String] = _root_.scala.None, altIds: Option[AltIds] = _root_.scala.None, pageView: Option[PageView] = _root_.scala.None, attention: Option[AttentionTime] = _root_.scala.None, ads: Option[AdInfo] = _root_.scala.None, perf: Option[WebPerformanceData] = _root_.scala.None, media: Option[MediaPlayback] = _root_.scala.None, ab: Option[AbTestInfo] = _root_.scala.None, lazyComponents: Option[LazyComponents] = _root_.scala.None, quizEvent: Option[QuizEvent] = _root_.scala.None, inPageClick: Option[InPageClick] = _root_.scala.None, outbrain: Option[Outbrain] = _root_.scala.None, interaction: Option[Interaction] = _root_.scala.None, inPrivateBrowsingMode: Option[Boolean] = _root_.scala.None, ipConnectivity: Option[IpConnectivity] = _root_.scala.None, acquisition: Option[Acquisition] = _root_.scala.None, componentEvent: Option[ComponentEvent] = _root_.scala.None): Event
  53. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  54. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  55. def decode(_iprot: TProtocol): Event
    Definition Classes
    Event → ThriftStructCodec
  56. def encode(_item: Event, _oproto: TProtocol): Unit
    Definition Classes
    Event → ThriftStructCodec
  57. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  58. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  59. lazy val fieldInfos: List[ThriftStructFieldInfo]

    Field information in declaration order.

  60. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  61. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  62. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  63. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  64. lazy val metaData: ThriftStructMetaData[Event]
    Definition Classes
    ThriftStructCodec
  65. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  66. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  67. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  68. lazy val structAnnotations: Map[String, String]
  69. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  70. def toString(): String
    Definition Classes
    AnyRef → Any
  71. def ttypeToString(byte: Byte): String
    Attributes
    protected
    Definition Classes
    ThriftStructCodec3
  72. def validate(_item: Event): Unit

    Checks that all required fields are non-null.

  73. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  74. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  75. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  76. def withoutPassthroughFields(original: Event): Event
  77. object Immutable extends ThriftStructCodec3[Event] with Serializable

Inherited from Serializable

Inherited from Serializable

Inherited from ThriftStructCodec3[Event]

Inherited from ThriftStructCodec[Event]

Inherited from AnyRef

Inherited from Any

Ungrouped