Packages

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

Linear Supertypes
Page, Serializable, HasThriftStructCodec3[Page], Product9[Url, Option[Set[String]], Option[Platform], Option[String], Option[String], Option[Set[String]], Option[Set[String]], Option[Set[Tag]], Option[Podcast]], scala.Product, Equals, ThriftStruct, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Immutable
  2. Page
  3. Serializable
  4. HasThriftStructCodec3
  5. Product9
  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(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)
  2. new Immutable(url: Url, campaignCodes: Option[Set[String]], platform: Option[Platform], section: Option[String], publicationDate: Option[String], contentTypes: Option[Set[String]], renderedComponents: Option[Set[String]], tags: Option[Set[Tag]], podcast: Option[Podcast], _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: Url
    Definition Classes
    Page → Product9
  5. def _2: Option[Set[String]]
    Definition Classes
    Page → Product9
  6. def _3: Option[Platform]
    Definition Classes
    Page → Product9
  7. def _4: Option[String]
    Definition Classes
    Page → Product9
  8. def _5: Option[String]
    Definition Classes
    Page → Product9
  9. def _6: Option[Set[String]]
    Definition Classes
    Page → Product9
  10. def _7: Option[Set[String]]
    Definition Classes
    Page → Product9
  11. def _8: Option[Set[Tag]]
    Definition Classes
    Page → Product9
  12. def _9: Option[Podcast]
    Definition Classes
    Page → Product9
  13. def _codec: ThriftStructCodec3[Page]
    Definition Classes
    Page → HasThriftStructCodec3
  14. val _passthroughFields: Map[Short, TFieldBlob]
    Definition Classes
    ImmutablePage
  15. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  16. val campaignCodes: Option[Set[String]]
    Definition Classes
    ImmutablePage
  17. def canEqual(other: Any): Boolean
    Definition Classes
    Page → Equals
  18. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  19. val contentTypes: Option[Set[String]]
    Definition Classes
    ImmutablePage
  20. def copy(url: Url = this.url, campaignCodes: Option[Set[String]] = this.campaignCodes, platform: Option[Platform] = this.platform, section: Option[String] = this.section, publicationDate: Option[String] = this.publicationDate, contentTypes: Option[Set[String]] = this.contentTypes, renderedComponents: Option[Set[String]] = this.renderedComponents, tags: Option[Set[Tag]] = this.tags, podcast: Option[Podcast] = this.podcast, _passthroughFields: Map[Short, TFieldBlob] = this._passthroughFields): Page
    Definition Classes
    Page
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(other: Any): Boolean
    Definition Classes
    Page → Equals → AnyRef → Any
  23. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. 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
    Page
  26. 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
    Page
  27. def hashCode(): Int
    Definition Classes
    Page → AnyRef → Any
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. val platform: Option[Platform]
    Definition Classes
    ImmutablePage
  33. val podcast: Option[Podcast]
    Definition Classes
    ImmutablePage
  34. def productArity: Int
    Definition Classes
    Page → Product9 → Product
  35. def productElement(n: Int): Any
    Definition Classes
    Page → Product9 → Product
  36. def productIterator: Iterator[Any]
    Definition Classes
    Product
  37. def productPrefix: String
    Definition Classes
    Page → Product
  38. val publicationDate: Option[String]
    Definition Classes
    ImmutablePage
  39. val renderedComponents: Option[Set[String]]
    Definition Classes
    ImmutablePage
  40. val section: Option[String]
    Definition Classes
    ImmutablePage
  41. def setField(_blob: TFieldBlob): Page

    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
    Page
  42. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  43. val tags: Option[Set[Tag]]
    Definition Classes
    ImmutablePage
  44. def toString(): String
    Definition Classes
    Page → AnyRef → Any
  45. def toTuple: (Url, Option[Set[String]], Option[Platform], Option[String], Option[String], Option[Set[String]], Option[Set[String]], Option[Set[Tag]], Option[Podcast])
    Definition Classes
    Page
  46. def unsetCampaignCodes: Page
    Definition Classes
    Page
  47. def unsetContentTypes: Page
    Definition Classes
    Page
  48. def unsetField(_fieldId: Short): Page

    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
    Page
  49. def unsetPlatform: Page
    Definition Classes
    Page
  50. def unsetPodcast: Page
    Definition Classes
    Page
  51. def unsetPublicationDate: Page
    Definition Classes
    Page
  52. def unsetRenderedComponents: Page
    Definition Classes
    Page
  53. def unsetSection: Page
    Definition Classes
    Page
  54. def unsetTags: Page
    Definition Classes
    Page
  55. def unsetUrl: Page

    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
    Page
  56. val url: Url
    Definition Classes
    ImmutablePage
  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 write(_oprot: TProtocol): Unit
    Definition Classes
    Page → ThriftStruct

Inherited from Page

Inherited from Serializable

Inherited from HasThriftStructCodec3[Page]

Inherited from Product9[Url, Option[Set[String]], Option[Platform], Option[String], Option[String], Option[Set[String]], Option[Set[String]], Option[Set[Tag]], Option[Podcast]]

Inherited from scala.Product

Inherited from Equals

Inherited from ThriftStruct

Inherited from AnyRef

Inherited from Any

Ungrouped