Object/Trait

com.gu.storypackage.model.v1

Article

Related Docs: trait Article | package v1

Permalink

object Article extends ValidatingThriftStructCodec3[Article] with StructBuilderFactory[Article] with Serializable

this stucture represents articles and its overrides

Linear Supertypes
Serializable, Serializable, StructBuilderFactory[Article], ValidatingThriftStructCodec3[Article], ThriftStructCodec3[Article], ThriftStructCodec[Article], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Article
  2. Serializable
  3. Serializable
  4. StructBuilderFactory
  5. ValidatingThriftStructCodec3
  6. ThriftStructCodec3
  7. ThriftStructCodec
  8. AnyRef
  9. 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 NoPassthroughFields: Map[Short, TFieldBlob]

    Permalink
  28. val ShowBoostedHeadlineField: TField

    Permalink
  29. val ShowBoostedHeadlineFieldManifest: Manifest[Boolean]

    Permalink
  30. val ShowKickerSectionField: TField

    Permalink
  31. val ShowKickerSectionFieldManifest: Manifest[Boolean]

    Permalink
  32. val ShowKickerTagField: TField

    Permalink
  33. val ShowKickerTagFieldManifest: Manifest[Boolean]

    Permalink
  34. val ShowMainVideoField: TField

    Permalink
  35. val ShowMainVideoFieldManifest: Manifest[Boolean]

    Permalink
  36. val ShowQuotedHeadlineField: TField

    Permalink
  37. val ShowQuotedHeadlineFieldManifest: Manifest[Boolean]

    Permalink
  38. val Struct: TStruct

    Permalink
  39. val TrailTextField: TField

    Permalink
  40. val TrailTextFieldManifest: Manifest[String]

    Permalink
  41. 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
  42. final def asInstanceOf[T0]: T0

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

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

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

    Permalink
    Definition Classes
    Article → ThriftStructCodec
  46. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink

    Field information in declaration order.

  49. def finalize(): Unit

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

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

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

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

    Permalink
    Definition Classes
    Article → ThriftStructCodec
  54. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  55. def newBuilder(): StructBuilder[Article]

    Permalink
    Definition Classes
    Article → StructBuilderFactory
  56. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  58. 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[(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 validateField[U <: ValidatingThriftStruct[U]](any: Any): Seq[Issue]

    Permalink
    Attributes
    protected
    Definition Classes
    ValidatingThriftStructCodec3
  65. def validateNewInstance(item: Article): Seq[Issue]

    Permalink

    Checks that the struct is a valid as a new instance.

    Checks that the struct is a valid as a new instance. If there are any missing required or construction required fields, return a non-empty list.

    Definition Classes
    Article → ValidatingThriftStructCodec3
  66. final def wait(): Unit

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

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

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

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from StructBuilderFactory[Article]

Inherited from ValidatingThriftStructCodec3[Article]

Inherited from ThriftStructCodec3[Article]

Inherited from ThriftStructCodec[Article]

Inherited from AnyRef

Inherited from Any

Ungrouped