object Referrer extends ThriftStructCodec3[Referrer] with Serializable

Information about the referrer - previous page - that the reader navigated to this one from.

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

    The default read-only implementation of Referrer.

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

  2. trait Proxy extends Referrer

    This Proxy trait allows you to extend the Referrer trait with additional state or behavior and implement the read-only methods from Referrer 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 ComponentField: TField
  5. val ComponentFieldManifest: Manifest[String]
  6. val EmailField: TField
  7. val EmailFieldManifest: Manifest[String]
  8. val GoogleField: TField
  9. val GoogleFieldManifest: Manifest[GoogleReferral]
  10. val LinkNameField: TField
  11. val LinkNameFieldManifest: Manifest[LinkName]
  12. val NativeAppSourceField: TField
  13. val NativeAppSourceFieldI32: TField
  14. val NativeAppSourceFieldManifest: Manifest[Source]
  15. val NoPassthroughFields: Map[Short, TFieldBlob]
  16. val PlatformField: TField
  17. val PlatformFieldI32: TField
  18. val PlatformFieldManifest: Manifest[Platform]
  19. val Struct: TStruct
  20. val TagIdFollowedField: TField
  21. val TagIdFollowedFieldManifest: Manifest[String]
  22. val UrlField: TField
  23. val UrlFieldManifest: Manifest[Url]
  24. val ViewIdField: TField
  25. val ViewIdFieldManifest: Manifest[String]
  26. def apply(url: Option[Url] = _root_.scala.None, component: Option[String] = _root_.scala.None, linkName: Option[LinkName] = _root_.scala.None, platform: Option[Platform] = _root_.scala.None, viewId: Option[String] = _root_.scala.None, email: Option[String] = _root_.scala.None, nativeAppSource: Option[Source] = _root_.scala.None, google: Option[GoogleReferral] = _root_.scala.None, tagIdFollowed: Option[String] = _root_.scala.None): Referrer
  27. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  28. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  29. def decode(_iprot: TProtocol): Referrer
    Definition Classes
    Referrer → ThriftStructCodec
  30. def encode(_item: Referrer, _oproto: TProtocol): Unit
    Definition Classes
    Referrer → ThriftStructCodec
  31. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  33. lazy val fieldInfos: List[ThriftStructFieldInfo]

    Field information in declaration order.

  34. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  35. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  36. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  37. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  38. lazy val metaData: ThriftStructMetaData[Referrer]
    Definition Classes
    ThriftStructCodec
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  42. lazy val structAnnotations: Map[String, String]
  43. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  44. def toString(): String
    Definition Classes
    AnyRef → Any
  45. def ttypeToString(byte: Byte): String
    Attributes
    protected
    Definition Classes
    ThriftStructCodec3
  46. def unapply(_item: Referrer): Option[(Option[Url], Option[String], Option[LinkName], Option[Platform], Option[String], Option[String], Option[Source], Option[GoogleReferral], Option[String])]
  47. def validate(_item: Referrer): Unit

    Checks that all required fields are non-null.

  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  51. def withoutPassthroughFields(original: Referrer): Referrer
  52. object Immutable extends ThriftStructCodec3[Referrer] with Serializable

Inherited from Serializable

Inherited from Serializable

Inherited from ThriftStructCodec3[Referrer]

Inherited from ThriftStructCodec[Referrer]

Inherited from AnyRef

Inherited from Any

Ungrouped