Object/Trait

com.gu.contentapi.client.model.v1

ContentStats

Related Docs: trait ContentStats | package v1

Permalink

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

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

    Permalink
  20. val PullquotesField: TField

    Permalink
  21. val PullquotesFieldManifest: Manifest[Int]

    Permalink
  22. val RichlinksField: TField

    Permalink
  23. val RichlinksFieldManifest: Manifest[Int]

    Permalink
  24. val Struct: TStruct

    Permalink
  25. val TextField: TField

    Permalink
  26. val TextFieldManifest: Manifest[Int]

    Permalink
  27. val TweetsField: TField

    Permalink
  28. val TweetsFieldManifest: Manifest[Int]

    Permalink
  29. val VideosField: TField

    Permalink
  30. val VideosFieldManifest: Manifest[Int]

    Permalink
  31. val VinesField: TField

    Permalink
  32. val VinesFieldManifest: Manifest[Int]

    Permalink
  33. val WitnessField: TField

    Permalink
  34. val WitnessFieldManifest: Manifest[Int]

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

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

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

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

    Permalink
    Definition Classes
    ContentStats → ThriftStructCodec
  40. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink

    Field information in declaration order.

  43. def finalize(): Unit

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

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

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

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

    Permalink
    Definition Classes
    ContentStats → ThriftStructCodec
  48. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  49. def newBuilder(): StructBuilder[ContentStats]

    Permalink
    Definition Classes
    ContentStats → StructBuilderFactory
  50. final def notify(): Unit

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ValidatingThriftStructCodec3
  59. def validateNewInstance(item: ContentStats): 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
    ContentStats → ValidatingThriftStructCodec3
  60. final def wait(): Unit

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

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

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

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from StructBuilderFactory[ContentStats]

Inherited from ValidatingThriftStructCodec3[ContentStats]

Inherited from ThriftStructCodec3[ContentStats]

Inherited from ThriftStructCodec[ContentStats]

Inherited from AnyRef

Inherited from Any

Ungrouped