Packages

trait ContentStats extends ThriftStruct with Product15[Int, 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], Product15[Int, 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. Product15
  6. Product
  7. Equals
  8. ThriftStruct
  9. ThriftStructIface
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def audio: Int
  2. abstract def callouts: Int
  3. abstract def comments: Int
  4. abstract def embeds: Int
  5. abstract def images: Int
  6. abstract def instagram: Int
  7. abstract def interactives: Int
  8. abstract def membership: Int
  9. abstract def pullquotes: Int
  10. abstract def richlinks: Int
  11. abstract def text: Int
  12. abstract def tweets: Int
  13. abstract def videos: Int
  14. abstract def vines: Int
  15. abstract def witness: Int

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def _1: Int
    Definition Classes
    ContentStats → Product15
  5. def _10: Int
    Definition Classes
    ContentStats → Product15
  6. def _11: Int
    Definition Classes
    ContentStats → Product15
  7. def _12: Int
    Definition Classes
    ContentStats → Product15
  8. def _13: Int
    Definition Classes
    ContentStats → Product15
  9. def _14: Int
    Definition Classes
    ContentStats → Product15
  10. def _15: Int
    Definition Classes
    ContentStats → Product15
  11. def _2: Int
    Definition Classes
    ContentStats → Product15
  12. def _3: Int
    Definition Classes
    ContentStats → Product15
  13. def _4: Int
    Definition Classes
    ContentStats → Product15
  14. def _5: Int
    Definition Classes
    ContentStats → Product15
  15. def _6: Int
    Definition Classes
    ContentStats → Product15
  16. def _7: Int
    Definition Classes
    ContentStats → Product15
  17. def _8: Int
    Definition Classes
    ContentStats → Product15
  18. def _9: Int
    Definition Classes
    ContentStats → Product15
  19. def _codec: ValidatingThriftStructCodec3[ContentStats]
    Definition Classes
    ContentStats → ValidatingThriftStruct → HasThriftStructCodec3
  20. def _passthroughFields: Map[Short, TFieldBlob]
  21. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  22. def canEqual(other: Any): Boolean
    Definition Classes
    ContentStats → Equals
  23. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  24. 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, callouts: Int = this.callouts, _passthroughFields: Map[Short, TFieldBlob] = this._passthroughFields): ContentStats
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def equals(other: Any): Boolean
    Definition Classes
    ContentStats → Equals → AnyRef → Any
  27. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  28. def getFieldBlob(_fieldId: Short): Option[TFieldBlob]

    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]

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

  30. def hashCode(): Int
    Definition Classes
    ContentStats → AnyRef → Any
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. def newBuilder(): StructBuilder[ContentStats]
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  36. def productArity: Int
    Definition Classes
    Product15 → Product
  37. def productElement(n: Int): Any
    Definition Classes
    Product15 → Product
    Annotations
    @throws(classOf[java.lang.IndexOutOfBoundsException])
  38. def productElementName(n: Int): String
    Definition Classes
    Product
  39. def productElementNames: Iterator[String]
    Definition Classes
    Product
  40. def productIterator: Iterator[Any]
    Definition Classes
    Product
  41. def productPrefix: String
    Definition Classes
    ContentStats → Product
  42. def setField(_blob: TFieldBlob): ContentStats

    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.

  43. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  44. def toString(): String
    Definition Classes
    ContentStats → AnyRef → Any
  45. def toTuple: (Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int)
  46. def unsetAudio: ContentStats
  47. def unsetCallouts: ContentStats
  48. def unsetComments: ContentStats
  49. def unsetEmbeds: ContentStats
  50. def unsetField(_fieldId: Short): ContentStats

    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.

  51. def unsetImages: ContentStats
  52. def unsetInstagram: ContentStats
  53. def unsetInteractives: ContentStats
  54. def unsetMembership: ContentStats
  55. def unsetPullquotes: ContentStats
  56. def unsetRichlinks: ContentStats
  57. def unsetText: ContentStats
  58. def unsetTweets: ContentStats
  59. def unsetVideos: ContentStats

    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.

  60. def unsetVines: ContentStats
  61. def unsetWitness: ContentStats
  62. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  63. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  64. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  65. def write(_oprot: TProtocol): Unit
    Definition Classes
    ContentStats → ThriftStruct

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from ValidatingThriftStruct[ContentStats]

Inherited from HasThriftStructCodec3[ContentStats]

Inherited from Product15[Int, 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