Object/Trait

com.gu.storypackage.model.v1

Article

Related Docs: trait Article | package v1

Permalink

object Article extends ThriftStructCodec3[Article] with Serializable

this stucture represents articles and its overrides

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

    Permalink

    The default read-only implementation of Article.

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

  2. trait Proxy extends Article

    Permalink

    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.

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. val ArticleTypeField: TField

    Permalink
  5. val ArticleTypeFieldI32: TField

    Permalink
  6. val ArticleTypeFieldManifest: Manifest[ArticleType]

    Permalink
  7. val BylineField: TField

    Permalink
  8. val BylineFieldManifest: Manifest[String]

    Permalink
  9. val CustomKickerField: TField

    Permalink
  10. val CustomKickerFieldManifest: Manifest[String]

    Permalink
  11. val GroupField: TField

    Permalink
  12. val GroupFieldI32: TField

    Permalink
  13. val GroupFieldManifest: Manifest[Group]

    Permalink
  14. val HeadlineField: TField

    Permalink
  15. val HeadlineFieldManifest: Manifest[String]

    Permalink
  16. val HrefField: TField

    Permalink
  17. val HrefFieldManifest: Manifest[String]

    Permalink
  18. val IdField: TField

    Permalink
  19. val IdFieldManifest: Manifest[String]

    Permalink
  20. val ImageHideField: TField

    Permalink
  21. val ImageHideFieldManifest: Manifest[Boolean]

    Permalink
  22. val ImageSrcField: TField

    Permalink
  23. val ImageSrcFieldManifest: Manifest[String]

    Permalink
  24. object Immutable extends ThriftStructCodec3[Article] with Serializable

    Permalink
  25. val IsBoostedField: TField

    Permalink
  26. val IsBoostedFieldManifest: Manifest[Boolean]

    Permalink
  27. val ShowBoostedHeadlineField: TField

    Permalink
  28. val ShowBoostedHeadlineFieldManifest: Manifest[Boolean]

    Permalink
  29. val ShowKickerSectionField: TField

    Permalink
  30. val ShowKickerSectionFieldManifest: Manifest[Boolean]

    Permalink
  31. val ShowKickerTagField: TField

    Permalink
  32. val ShowKickerTagFieldManifest: Manifest[Boolean]

    Permalink
  33. val ShowMainVideoField: TField

    Permalink
  34. val ShowMainVideoFieldManifest: Manifest[Boolean]

    Permalink
  35. val ShowQuotedHeadlineField: TField

    Permalink
  36. val ShowQuotedHeadlineFieldManifest: Manifest[Boolean]

    Permalink
  37. val Struct: TStruct

    Permalink
  38. val TrailTextField: TField

    Permalink
  39. val TrailTextFieldManifest: Manifest[String]

    Permalink
  40. def apply(id: String, articleType: ArticleType, group: Group, headline: Option[String] = _root_.scala.None, href: Option[String] = _root_.scala.None, trailText: Option[String] = _root_.scala.None, imageSrc: Option[String] = _root_.scala.None, isBoosted: Option[Boolean] = _root_.scala.None, imageHide: Option[Boolean] = _root_.scala.None, showMainVideo: Option[Boolean] = _root_.scala.None, showKickerTag: Option[Boolean] = _root_.scala.None, showKickerSection: Option[Boolean] = _root_.scala.None, byline: Option[String] = _root_.scala.None, customKicker: Option[String] = _root_.scala.None, showBoostedHeadline: Option[Boolean] = _root_.scala.None, showQuotedHeadline: Option[Boolean] = _root_.scala.None): Article

    Permalink
  41. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  42. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. def decode(_iprot: TProtocol): Article

    Permalink
    Definition Classes
    Article → ThriftStructCodec
  44. val decoder: (TProtocol) ⇒ Article

    Permalink
    Definition Classes
    ThriftStructCodec3 → ThriftStructCodec
  45. def encode(_item: Article, _oproto: TProtocol): Unit

    Permalink
    Definition Classes
    Article → ThriftStructCodec
  46. val encoder: (Article, TProtocol) ⇒ Unit

    Permalink
    Definition Classes
    ThriftStructCodec3 → ThriftStructCodec
  47. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  48. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  49. lazy val fieldInfos: List[ThriftStructFieldInfo]

    Permalink

    Field information in declaration order.

  50. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  52. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  53. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  54. lazy val metaData: ThriftStructMetaData[Article]

    Permalink
    Definition Classes
    ThriftStructCodec
  55. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  56. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  57. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  58. lazy val structAnnotations: Map[String, String]

    Permalink
  59. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  60. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  61. def ttypeToString(byte: Byte): String

    Permalink
    Attributes
    protected
    Definition Classes
    ThriftStructCodec3
  62. def unapply(_item: Article): Option[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]]]

    Permalink
  63. def validate(_item: Article): Unit

    Permalink

    Checks that all required fields are non-null.

  64. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. def withoutPassthroughFields(original: Article): Article

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from ThriftStructCodec3[Article]

Inherited from ThriftStructCodec[Article]

Inherited from AnyRef

Inherited from Any

Ungrouped