Object/Trait

com.gu.contentapi.client.model.v1

ContentStats

Related Docs: trait ContentStats | package v1

Permalink

object ContentStats extends ThriftStructCodec3[ContentStats] with Serializable

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

    Permalink

    The default read-only implementation of ContentStats.

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

  2. trait Proxy extends ContentStats

    Permalink

    This Proxy trait allows you to extend the ContentStats trait with additional state or behavior and implement the read-only methods from ContentStats 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 AudioField: TField

    Permalink
  5. val AudioFieldManifest: Manifest[Int]

    Permalink
  6. val CommentsField: TField

    Permalink
  7. val CommentsFieldManifest: Manifest[Int]

    Permalink
  8. val EmbedsField: TField

    Permalink
  9. val EmbedsFieldManifest: Manifest[Int]

    Permalink
  10. val ImagesField: TField

    Permalink
  11. val ImagesFieldManifest: Manifest[Int]

    Permalink
  12. object Immutable extends ThriftStructCodec3[ContentStats] with Serializable

    Permalink
  13. val InstagramField: TField

    Permalink
  14. val InstagramFieldManifest: Manifest[Int]

    Permalink
  15. val InteractivesField: TField

    Permalink
  16. val InteractivesFieldManifest: Manifest[Int]

    Permalink
  17. val MembershipField: TField

    Permalink
  18. val MembershipFieldManifest: Manifest[Int]

    Permalink
  19. val PullquotesField: TField

    Permalink
  20. val PullquotesFieldManifest: Manifest[Int]

    Permalink
  21. val RichlinksField: TField

    Permalink
  22. val RichlinksFieldManifest: Manifest[Int]

    Permalink
  23. val Struct: TStruct

    Permalink
  24. val TextField: TField

    Permalink
  25. val TextFieldManifest: Manifest[Int]

    Permalink
  26. val TweetsField: TField

    Permalink
  27. val TweetsFieldManifest: Manifest[Int]

    Permalink
  28. val VideosField: TField

    Permalink
  29. val VideosFieldManifest: Manifest[Int]

    Permalink
  30. val VinesField: TField

    Permalink
  31. val VinesFieldManifest: Manifest[Int]

    Permalink
  32. val WitnessField: TField

    Permalink
  33. val WitnessFieldManifest: Manifest[Int]

    Permalink
  34. def apply(videos: Int, images: Int, text: Int, tweets: Int, pullquotes: Int, audio: Int, interactives: Int, witness: Int, richlinks: Int, membership: Int, embeds: Int, comments: Int, instagram: Int, vines: Int): ContentStats

    Permalink
  35. final def asInstanceOf[T0]: T0

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

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

    Permalink
    Definition Classes
    ContentStats → ThriftStructCodec
  38. val decoder: (TProtocol) ⇒ ContentStats

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

    Permalink
    Definition Classes
    ContentStats → ThriftStructCodec
  40. val encoder: (ContentStats, TProtocol) ⇒ Unit

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

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

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

    Permalink

    Field information in declaration order.

  44. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    Any
  48. lazy val metaData: ThriftStructMetaData[ContentStats]

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ThriftStructCodec3
  56. def unapply(_item: ContentStats): Option[Product14[Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int]]

    Permalink
  57. def validate(_item: ContentStats): Unit

    Permalink

    Checks that all required fields are non-null.

  58. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. def withoutPassthroughFields(original: ContentStats): ContentStats

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from ThriftStructCodec3[ContentStats]

Inherited from ThriftStructCodec[ContentStats]

Inherited from AnyRef

Inherited from Any

Ungrouped