Packages

class Immutable extends 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.

Linear Supertypes
PageView, Serializable, HasThriftStructCodec3[PageView], Product13[SuspectStatus, Page, Option[UserAgent], Option[GeoLocation], Option[IpAddress], Option[Referrer], Short, Option[Int], Option[Int], Option[Double], Option[Boolean], Option[SubscriptionType], Option[MembershipTier]], scala.Product, Equals, ThriftStruct, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Immutable
  2. PageView
  3. Serializable
  4. HasThriftStructCodec3
  5. Product13
  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(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)
  2. new Immutable(validity: SuspectStatus, page: Page, userAgent: Option[UserAgent], location: Option[GeoLocation], ipAddress: Option[IpAddress], referrer: Option[Referrer], httpStatus: Short, daysVisitedInLastWeek: Option[Int], totalDaysVisited: Option[Int], averageDaysBetweenRecentVisits: Option[Double], regular: Option[Boolean], subscriptionType: Option[SubscriptionType], membershipTier: Option[MembershipTier], _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: SuspectStatus
    Definition Classes
    PageView → Product13
  5. def _10: Option[Double]
    Definition Classes
    PageView → Product13
  6. def _11: Option[Boolean]
    Definition Classes
    PageView → Product13
  7. def _12: Option[SubscriptionType]
    Definition Classes
    PageView → Product13
  8. def _13: Option[MembershipTier]
    Definition Classes
    PageView → Product13
  9. def _2: Page
    Definition Classes
    PageView → Product13
  10. def _3: Option[UserAgent]
    Definition Classes
    PageView → Product13
  11. def _4: Option[GeoLocation]
    Definition Classes
    PageView → Product13
  12. def _5: Option[IpAddress]
    Definition Classes
    PageView → Product13
  13. def _6: Option[Referrer]
    Definition Classes
    PageView → Product13
  14. def _7: Short
    Definition Classes
    PageView → Product13
  15. def _8: Option[Int]
    Definition Classes
    PageView → Product13
  16. def _9: Option[Int]
    Definition Classes
    PageView → Product13
  17. def _codec: ThriftStructCodec3[PageView]
    Definition Classes
    PageView → HasThriftStructCodec3
  18. val _passthroughFields: Map[Short, TFieldBlob]
    Definition Classes
    ImmutablePageView
  19. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  20. val averageDaysBetweenRecentVisits: Option[Double]
    Definition Classes
    ImmutablePageView
  21. def canEqual(other: Any): Boolean
    Definition Classes
    PageView → Equals
  22. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  23. def copy(validity: SuspectStatus = this.validity, page: Page = this.page, userAgent: Option[UserAgent] = this.userAgent, location: Option[GeoLocation] = this.location, ipAddress: Option[IpAddress] = this.ipAddress, referrer: Option[Referrer] = this.referrer, httpStatus: Short = this.httpStatus, daysVisitedInLastWeek: Option[Int] = this.daysVisitedInLastWeek, totalDaysVisited: Option[Int] = this.totalDaysVisited, averageDaysBetweenRecentVisits: Option[Double] = this.averageDaysBetweenRecentVisits, regular: Option[Boolean] = this.regular, subscriptionType: Option[SubscriptionType] = this.subscriptionType, membershipTier: Option[MembershipTier] = this.membershipTier, _passthroughFields: Map[Short, TFieldBlob] = this._passthroughFields): PageView
    Definition Classes
    PageView
  24. val daysVisitedInLastWeek: Option[Int]
    Definition Classes
    ImmutablePageView
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def equals(other: Any): Boolean
    Definition Classes
    PageView → Equals → AnyRef → Any
  27. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. 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
    PageView
  30. 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
    PageView
  31. def hashCode(): Int
    Definition Classes
    PageView → AnyRef → Any
  32. val httpStatus: Short
    Definition Classes
    ImmutablePageView
  33. val ipAddress: Option[IpAddress]
    Definition Classes
    ImmutablePageView
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. val location: Option[GeoLocation]
    Definition Classes
    ImmutablePageView
  36. val membershipTier: Option[MembershipTier]
    Definition Classes
    ImmutablePageView
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. val page: Page
    Definition Classes
    ImmutablePageView
  41. def productArity: Int
    Definition Classes
    PageView → Product13 → Product
  42. def productElement(n: Int): Any
    Definition Classes
    PageView → Product13 → Product
  43. def productIterator: Iterator[Any]
    Definition Classes
    Product
  44. def productPrefix: String
    Definition Classes
    PageView → Product
  45. val referrer: Option[Referrer]
    Definition Classes
    ImmutablePageView
  46. val regular: Option[Boolean]
    Definition Classes
    ImmutablePageView
  47. def setField(_blob: TFieldBlob): PageView

    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
    PageView
  48. val subscriptionType: Option[SubscriptionType]
    Definition Classes
    ImmutablePageView
  49. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  50. def toString(): String
    Definition Classes
    PageView → AnyRef → Any
  51. def toTuple: (SuspectStatus, Page, Option[UserAgent], Option[GeoLocation], Option[IpAddress], Option[Referrer], Short, Option[Int], Option[Int], Option[Double], Option[Boolean], Option[SubscriptionType], Option[MembershipTier])
    Definition Classes
    PageView
  52. val totalDaysVisited: Option[Int]
    Definition Classes
    ImmutablePageView
  53. def unsetAverageDaysBetweenRecentVisits: PageView
    Definition Classes
    PageView
  54. def unsetDaysVisitedInLastWeek: PageView
    Definition Classes
    PageView
  55. def unsetField(_fieldId: Short): PageView

    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
    PageView
  56. def unsetHttpStatus: PageView
    Definition Classes
    PageView
  57. def unsetIpAddress: PageView
    Definition Classes
    PageView
  58. def unsetLocation: PageView
    Definition Classes
    PageView
  59. def unsetMembershipTier: PageView
    Definition Classes
    PageView
  60. def unsetPage: PageView
    Definition Classes
    PageView
  61. def unsetReferrer: PageView
    Definition Classes
    PageView
  62. def unsetRegular: PageView
    Definition Classes
    PageView
  63. def unsetSubscriptionType: PageView
    Definition Classes
    PageView
  64. def unsetTotalDaysVisited: PageView
    Definition Classes
    PageView
  65. def unsetUserAgent: PageView
    Definition Classes
    PageView
  66. def unsetValidity: PageView

    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
    PageView
  67. val userAgent: Option[UserAgent]
    Definition Classes
    ImmutablePageView
  68. val validity: SuspectStatus
    Definition Classes
    ImmutablePageView
  69. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  70. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  71. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  72. def write(_oprot: TProtocol): Unit
    Definition Classes
    PageView → ThriftStruct

Inherited from PageView

Inherited from Serializable

Inherited from HasThriftStructCodec3[PageView]

Inherited from Product13[SuspectStatus, Page, Option[UserAgent], Option[GeoLocation], Option[IpAddress], Option[Referrer], Short, Option[Int], Option[Int], Option[Double], Option[Boolean], Option[SubscriptionType], Option[MembershipTier]]

Inherited from scala.Product

Inherited from Equals

Inherited from ThriftStruct

Inherited from AnyRef

Inherited from Any

Ungrouped