com.gu.storypackage.model.v1.Article

Proxy

trait Proxy extends Article

This Proxy trait allows you to extend the Article trait with additional state or behavior and implement the read-only methods from Article using an underlying instance.

Linear Supertypes
Article, Serializable, Product16[String, ArticleType, Group, Option[String], Option[String], Option[String], Option[String], Option[Boolean], Option[Boolean], Option[Boolean], Option[Boolean], Option[Boolean], Option[String], Option[String], Option[Boolean], Option[Boolean]], Product, Equals, ThriftStruct, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Proxy
  2. Article
  3. Serializable
  4. Product16
  5. Product
  6. Equals
  7. ThriftStruct
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def _underlying_Article: Article

    Attributes
    protected

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def _1: String

    Definition Classes
    Article → Product16
  7. def _10: Option[Boolean]

    Definition Classes
    Article → Product16
  8. def _11: Option[Boolean]

    Definition Classes
    Article → Product16
  9. def _12: Option[Boolean]

    Definition Classes
    Article → Product16
  10. def _13: Option[String]

    Definition Classes
    Article → Product16
  11. def _14: Option[String]

    Definition Classes
    Article → Product16
  12. def _15: Option[Boolean]

    Definition Classes
    Article → Product16
  13. def _16: Option[Boolean]

    Definition Classes
    Article → Product16
  14. def _2: ArticleType

    Definition Classes
    Article → Product16
  15. def _3: Group

    Definition Classes
    Article → Product16
  16. def _4: Option[String]

    Definition Classes
    Article → Product16
  17. def _5: Option[String]

    Definition Classes
    Article → Product16
  18. def _6: Option[String]

    Definition Classes
    Article → Product16
  19. def _7: Option[String]

    Definition Classes
    Article → Product16
  20. def _8: Option[Boolean]

    Definition Classes
    Article → Product16
  21. def _9: Option[Boolean]

    Definition Classes
    Article → Product16
  22. def _passthroughFields: Map[Short, TFieldBlob]

    Definition Classes
    ProxyArticle
  23. def articleType: ArticleType

    Definition Classes
    ProxyArticle
  24. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  25. def byline: Option[String]

    Definition Classes
    ProxyArticle
  26. def canEqual(other: Any): Boolean

    Definition Classes
    Article → Equals
  27. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. def copy(id: String = this.id, articleType: ArticleType = this.articleType, group: Group = this.group, headline: Option[String] = this.headline, href: Option[String] = this.href, trailText: Option[String] = this.trailText, imageSrc: Option[String] = this.imageSrc, isBoosted: Option[Boolean] = this.isBoosted, imageHide: Option[Boolean] = this.imageHide, showMainVideo: Option[Boolean] = this.showMainVideo, showKickerTag: Option[Boolean] = this.showKickerTag, showKickerSection: Option[Boolean] = this.showKickerSection, byline: Option[String] = this.byline, customKicker: Option[String] = this.customKicker, showBoostedHeadline: Option[Boolean] = this.showBoostedHeadline, showQuotedHeadline: Option[Boolean] = this.showQuotedHeadline, _passthroughFields: Map[Short, TFieldBlob] = this._passthroughFields): Article

    Definition Classes
    Article
  29. def customKicker: Option[String]

    Definition Classes
    ProxyArticle
  30. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. def equals(other: Any): Boolean

    Definition Classes
    Article → Equals → AnyRef → Any
  32. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  33. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  34. 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 returend. Otherwise, if the specified field is known and not optional and set to None, then the field is serialized and returned.

    Definition Classes
    Article
  35. 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
    Article
  36. def group: Group

    Definition Classes
    ProxyArticle
  37. def hashCode(): Int

    Definition Classes
    Article → AnyRef → Any
  38. def headline: Option[String]

    Definition Classes
    ProxyArticle
  39. def href: Option[String]

    Definition Classes
    ProxyArticle
  40. def id: String

    Definition Classes
    ProxyArticle
  41. def imageHide: Option[Boolean]

    Definition Classes
    ProxyArticle
  42. def imageSrc: Option[String]

    Definition Classes
    ProxyArticle
  43. def isBoosted: Option[Boolean]

    Definition Classes
    ProxyArticle
  44. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  45. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  46. final def notify(): Unit

    Definition Classes
    AnyRef
  47. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  48. def productArity: Int

    Definition Classes
    Article → Product16 → Product
  49. def productElement(n: Int): Any

    Definition Classes
    Article → Product16 → Product
  50. def productIterator: Iterator[Any]

    Definition Classes
    Product
  51. def productPrefix: String

    Definition Classes
    Article → Product
  52. def setField(_blob: TFieldBlob): Article

    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
    Article
  53. def showBoostedHeadline: Option[Boolean]

    Definition Classes
    ProxyArticle
  54. def showKickerSection: Option[Boolean]

    Definition Classes
    ProxyArticle
  55. def showKickerTag: Option[Boolean]

    Definition Classes
    ProxyArticle
  56. def showMainVideo: Option[Boolean]

    Definition Classes
    ProxyArticle
  57. def showQuotedHeadline: Option[Boolean]

    Definition Classes
    ProxyArticle
  58. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  59. def toString(): String

    Definition Classes
    Article → AnyRef → Any
  60. def trailText: Option[String]

    Definition Classes
    ProxyArticle
  61. def unsetArticleType: Article

    Definition Classes
    Article
  62. def unsetByline: Article

    Definition Classes
    Article
  63. def unsetCustomKicker: Article

    Definition Classes
    Article
  64. def unsetField(_fieldId: Short): Article

    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 subtracked from the passthroughFields map, if present.

    Definition Classes
    Article
  65. def unsetGroup: Article

    Definition Classes
    Article
  66. def unsetHeadline: Article

    Definition Classes
    Article
  67. def unsetHref: Article

    Definition Classes
    Article
  68. def unsetId: Article

    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 subtracked from the passthroughFields map, if present.

    Definition Classes
    Article
  69. def unsetImageHide: Article

    Definition Classes
    Article
  70. def unsetImageSrc: Article

    Definition Classes
    Article
  71. def unsetIsBoosted: Article

    Definition Classes
    Article
  72. def unsetShowBoostedHeadline: Article

    Definition Classes
    Article
  73. def unsetShowKickerSection: Article

    Definition Classes
    Article
  74. def unsetShowKickerTag: Article

    Definition Classes
    Article
  75. def unsetShowMainVideo: Article

    Definition Classes
    Article
  76. def unsetShowQuotedHeadline: Article

    Definition Classes
    Article
  77. def unsetTrailText: Article

    Definition Classes
    Article
  78. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  79. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  80. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  81. def write(_oprot: TProtocol): Unit

    Definition Classes
    Article → ThriftStruct

Inherited from Article

Inherited from Serializable

Inherited from Product16[String, ArticleType, Group, Option[String], Option[String], Option[String], Option[String], Option[Boolean], Option[Boolean], Option[Boolean], Option[Boolean], Option[Boolean], Option[String], Option[String], Option[Boolean], Option[Boolean]]

Inherited from Product

Inherited from Equals

Inherited from ThriftStruct

Inherited from AnyRef

Inherited from Any

Ungrouped