object PageView extends ThriftStructCodec3[PageView] with Serializable

Details about a page view - only populated for _PAGE_VIEW event types

Linear Supertypes
Serializable, Serializable, ThriftStructCodec3[PageView], ThriftStructCodec[PageView], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PageView
  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 PageView

    The default read-only implementation of PageView.

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

  2. trait Proxy extends PageView

    This Proxy trait allows you to extend the PageView trait with additional state or behavior and implement the read-only methods from PageView 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 AverageDaysBetweenRecentVisitsField: TField
  5. val AverageDaysBetweenRecentVisitsFieldManifest: Manifest[Double]
  6. val DaysVisitedInLastWeekField: TField
  7. val DaysVisitedInLastWeekFieldManifest: Manifest[Int]
  8. val HttpStatusField: TField
  9. val HttpStatusFieldManifest: Manifest[Short]
  10. val IpAddressField: TField
  11. val IpAddressFieldManifest: Manifest[IpAddress]
  12. val LocationField: TField
  13. val LocationFieldManifest: Manifest[GeoLocation]
  14. val MembershipTierField: TField
  15. val MembershipTierFieldI32: TField
  16. val MembershipTierFieldManifest: Manifest[MembershipTier]
  17. val NoPassthroughFields: Map[Short, TFieldBlob]
  18. val PageField: TField
  19. val PageFieldManifest: Manifest[Page]
  20. val ReferrerField: TField
  21. val ReferrerFieldManifest: Manifest[Referrer]
  22. val RegularField: TField
  23. val RegularFieldManifest: Manifest[Boolean]
  24. val Struct: TStruct
  25. val SubscriptionTypeField: TField
  26. val SubscriptionTypeFieldI32: TField
  27. val SubscriptionTypeFieldManifest: Manifest[SubscriptionType]
  28. val TotalDaysVisitedField: TField
  29. val TotalDaysVisitedFieldManifest: Manifest[Int]
  30. val UserAgentField: TField
  31. val UserAgentFieldManifest: Manifest[UserAgent]
  32. val ValidityField: TField
  33. val ValidityFieldI32: TField
  34. val ValidityFieldManifest: Manifest[SuspectStatus]
  35. def apply(validity: SuspectStatus = SuspectStatus.Valid, page: Page, userAgent: Option[UserAgent] = _root_.scala.None, location: Option[GeoLocation] = _root_.scala.None, ipAddress: Option[IpAddress] = _root_.scala.None, referrer: Option[Referrer] = _root_.scala.None, httpStatus: Short = 200, daysVisitedInLastWeek: Option[Int] = _root_.scala.None, totalDaysVisited: Option[Int] = _root_.scala.None, averageDaysBetweenRecentVisits: Option[Double] = _root_.scala.None, regular: Option[Boolean] = _root_.scala.None, subscriptionType: Option[SubscriptionType] = _root_.scala.None, membershipTier: Option[MembershipTier] = _root_.scala.None): PageView
  36. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  37. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  38. def decode(_iprot: TProtocol): PageView
    Definition Classes
    PageView → ThriftStructCodec
  39. def encode(_item: PageView, _oproto: TProtocol): Unit
    Definition Classes
    PageView → ThriftStructCodec
  40. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  41. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  42. lazy val fieldInfos: List[ThriftStructFieldInfo]

    Field information in declaration order.

  43. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  44. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  45. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  46. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  47. lazy val metaData: ThriftStructMetaData[PageView]
    Definition Classes
    ThriftStructCodec
  48. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  49. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  50. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  51. lazy val structAnnotations: Map[String, String]
  52. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  53. def toString(): String
    Definition Classes
    AnyRef → Any
  54. def ttypeToString(byte: Byte): String
    Attributes
    protected
    Definition Classes
    ThriftStructCodec3
  55. def unapply(_item: PageView): Option[(SuspectStatus, Page, Option[UserAgent], Option[GeoLocation], Option[IpAddress], Option[Referrer], Short, Option[Int], Option[Int], Option[Double], Option[Boolean], Option[SubscriptionType], Option[MembershipTier])]
  56. def validate(_item: PageView): Unit

    Checks that all required fields are non-null.

  57. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  60. def withoutPassthroughFields(original: PageView): PageView
  61. object Immutable extends ThriftStructCodec3[PageView] with Serializable

Inherited from Serializable

Inherited from Serializable

Inherited from ThriftStructCodec3[PageView]

Inherited from ThriftStructCodec[PageView]

Inherited from AnyRef

Inherited from Any

Ungrouped