Trait/Object

com.gu.contentapi.client.model.v1

ContentStats

Related Docs: object ContentStats | package v1

Permalink

trait ContentStats extends ThriftStruct with Product14[Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int] with ValidatingThriftStruct[ContentStats] with Serializable

Prefer the companion object's com.gu.contentapi.client.model.v1.ContentStats.apply for construction if you don't need to specify passthrough fields.

Linear Supertypes
Serializable, ValidatingThriftStruct[ContentStats], HasThriftStructCodec3[ContentStats], Product14[Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int], Product, Equals, ThriftStruct, ThriftStructIface, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ContentStats
  2. Serializable
  3. ValidatingThriftStruct
  4. HasThriftStructCodec3
  5. Product14
  6. Product
  7. Equals
  8. ThriftStruct
  9. ThriftStructIface
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def audio: Int

    Permalink
  2. abstract def comments: Int

    Permalink
  3. abstract def embeds: Int

    Permalink
  4. abstract def images: Int

    Permalink
  5. abstract def instagram: Int

    Permalink
  6. abstract def interactives: Int

    Permalink
  7. abstract def membership: Int

    Permalink
  8. abstract def pullquotes: Int

    Permalink
  9. abstract def richlinks: Int

    Permalink
  10. abstract def text: Int

    Permalink
  11. abstract def tweets: Int

    Permalink
  12. abstract def videos: Int

    Permalink
  13. abstract def vines: Int

    Permalink
  14. abstract def witness: Int

    Permalink

Concrete 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. def _1: Int

    Permalink
    Definition Classes
    ContentStats → Product14
  5. def _10: Int

    Permalink
    Definition Classes
    ContentStats → Product14
  6. def _11: Int

    Permalink
    Definition Classes
    ContentStats → Product14
  7. def _12: Int

    Permalink
    Definition Classes
    ContentStats → Product14
  8. def _13: Int

    Permalink
    Definition Classes
    ContentStats → Product14
  9. def _14: Int

    Permalink
    Definition Classes
    ContentStats → Product14
  10. def _2: Int

    Permalink
    Definition Classes
    ContentStats → Product14
  11. def _3: Int

    Permalink
    Definition Classes
    ContentStats → Product14
  12. def _4: Int

    Permalink
    Definition Classes
    ContentStats → Product14
  13. def _5: Int

    Permalink
    Definition Classes
    ContentStats → Product14
  14. def _6: Int

    Permalink
    Definition Classes
    ContentStats → Product14
  15. def _7: Int

    Permalink
    Definition Classes
    ContentStats → Product14
  16. def _8: Int

    Permalink
    Definition Classes
    ContentStats → Product14
  17. def _9: Int

    Permalink
    Definition Classes
    ContentStats → Product14
  18. def _codec: ValidatingThriftStructCodec3[ContentStats]

    Permalink
    Definition Classes
    ContentStats → ValidatingThriftStruct → HasThriftStructCodec3
  19. def _passthroughFields: Map[Short, TFieldBlob]

    Permalink
  20. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  21. def canEqual(other: Any): Boolean

    Permalink
    Definition Classes
    ContentStats → Equals
  22. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. def copy(videos: Int = this.videos, images: Int = this.images, text: Int = this.text, tweets: Int = this.tweets, pullquotes: Int = this.pullquotes, audio: Int = this.audio, interactives: Int = this.interactives, witness: Int = this.witness, richlinks: Int = this.richlinks, membership: Int = this.membership, embeds: Int = this.embeds, comments: Int = this.comments, instagram: Int = this.instagram, vines: Int = this.vines, _passthroughFields: Map[Short, TFieldBlob] = this._passthroughFields): ContentStats

    Permalink
  24. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    ContentStats → Equals → AnyRef → Any
  26. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  28. def getFieldBlob(_fieldId: Short): Option[TFieldBlob]

    Permalink

    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 returned. Otherwise, if the specified field is known and not optional and set to None, then the field is serialized and returned.

  29. def getFieldBlobs(ids: TraversableOnce[Short]): Map[Short, TFieldBlob]

    Permalink

    Collects TCompactProtocol-encoded field values according to getFieldBlob into a map.

  30. def hashCode(): Int

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

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

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

    Permalink
  34. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  36. def productArity: Int

    Permalink
    Definition Classes
    Product14 → Product
  37. def productElement(n: Int): Any

    Permalink
    Definition Classes
    Product14 → Product
    Annotations
    @throws( ... )
  38. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  39. def productPrefix: String

    Permalink
    Definition Classes
    ContentStats → Product
  40. def setField(_blob: TFieldBlob): ContentStats

    Permalink

    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.

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

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

    Permalink
    Definition Classes
    ContentStats → AnyRef → Any
  43. def toTuple: (Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int)

    Permalink
  44. def unsetAudio: ContentStats

    Permalink
  45. def unsetComments: ContentStats

    Permalink
  46. def unsetEmbeds: ContentStats

    Permalink
  47. def unsetField(_fieldId: Short): ContentStats

    Permalink

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

  48. def unsetImages: ContentStats

    Permalink
  49. def unsetInstagram: ContentStats

    Permalink
  50. def unsetInteractives: ContentStats

    Permalink
  51. def unsetMembership: ContentStats

    Permalink
  52. def unsetPullquotes: ContentStats

    Permalink
  53. def unsetRichlinks: ContentStats

    Permalink
  54. def unsetText: ContentStats

    Permalink
  55. def unsetTweets: ContentStats

    Permalink
  56. def unsetVideos: ContentStats

    Permalink

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

  57. def unsetVines: ContentStats

    Permalink
  58. def unsetWitness: ContentStats

    Permalink
  59. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    ContentStats → ThriftStruct

Inherited from Serializable

Inherited from ValidatingThriftStruct[ContentStats]

Inherited from HasThriftStructCodec3[ContentStats]

Inherited from Product14[Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int]

Inherited from Product

Inherited from Equals

Inherited from ThriftStruct

Inherited from ThriftStructIface

Inherited from AnyRef

Inherited from Any

Ungrouped