object Page extends ThriftStructCodec3[Page] with Serializable

Details about the page that was served to the user

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

    The default read-only implementation of Page.

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

  2. trait Proxy extends Page

    This Proxy trait allows you to extend the Page trait with additional state or behavior and implement the read-only methods from Page 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 CampaignCodesField: TField
  5. val CampaignCodesFieldManifest: Manifest[Set[String]]
  6. val ContentTypesField: TField
  7. val ContentTypesFieldManifest: Manifest[Set[String]]
  8. val NoPassthroughFields: Map[Short, TFieldBlob]
  9. val PlatformField: TField
  10. val PlatformFieldI32: TField
  11. val PlatformFieldManifest: Manifest[Platform]
  12. val PodcastField: TField
  13. val PodcastFieldManifest: Manifest[Podcast]
  14. val PublicationDateField: TField
  15. val PublicationDateFieldManifest: Manifest[String]
  16. val RenderedComponentsField: TField
  17. val RenderedComponentsFieldManifest: Manifest[Set[String]]
  18. val SectionField: TField
  19. val SectionFieldManifest: Manifest[String]
  20. val Struct: TStruct
  21. val TagsField: TField
  22. val TagsFieldManifest: Manifest[Set[Tag]]
  23. val UrlField: TField
  24. val UrlFieldManifest: Manifest[Url]
  25. def apply(url: Url, campaignCodes: Option[Set[String]] = _root_.scala.None, platform: Option[Platform] = _root_.scala.None, section: Option[String] = _root_.scala.None, publicationDate: Option[String] = _root_.scala.None, contentTypes: Option[Set[String]] = _root_.scala.None, renderedComponents: Option[Set[String]] = _root_.scala.None, tags: Option[Set[Tag]] = _root_.scala.None, podcast: Option[Podcast] = _root_.scala.None): Page
  26. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  27. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  28. def decode(_iprot: TProtocol): Page
    Definition Classes
    Page → ThriftStructCodec
  29. def encode(_item: Page, _oproto: TProtocol): Unit
    Definition Classes
    Page → ThriftStructCodec
  30. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  32. lazy val fieldInfos: List[ThriftStructFieldInfo]

    Field information in declaration order.

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

    Checks that all required fields are non-null.

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

Inherited from Serializable

Inherited from Serializable

Inherited from ThriftStructCodec3[Page]

Inherited from ThriftStructCodec[Page]

Inherited from AnyRef

Inherited from Any

Ungrouped