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

Linear Supertypes
Serializable, StructBuilderFactory[ContentStats], ValidatingThriftStructCodec3[ContentStats], ThriftStructCodec3[ContentStats], ThriftStructCodec[ContentStats], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ContentStats
  2. Serializable
  3. StructBuilderFactory
  4. ValidatingThriftStructCodec3
  5. ThriftStructCodec3
  6. ThriftStructCodec
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class Immutable extends ContentStats

    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

    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
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val AudioField: TField
  5. val AudioFieldManifest: Manifest[Int]
  6. val CommentsField: TField
  7. val CommentsFieldManifest: Manifest[Int]
  8. val EmbedsField: TField
  9. val EmbedsFieldManifest: Manifest[Int]
  10. val ImagesField: TField
  11. val ImagesFieldManifest: Manifest[Int]
  12. val InstagramField: TField
  13. val InstagramFieldManifest: Manifest[Int]
  14. val InteractivesField: TField
  15. val InteractivesFieldManifest: Manifest[Int]
  16. val MembershipField: TField
  17. val MembershipFieldManifest: Manifest[Int]
  18. val NoPassthroughFields: Map[Short, TFieldBlob]
  19. val PullquotesField: TField
  20. val PullquotesFieldManifest: Manifest[Int]
  21. val RichlinksField: TField
  22. val RichlinksFieldManifest: Manifest[Int]
  23. val Struct: TStruct
  24. val TextField: TField
  25. val TextFieldManifest: Manifest[Int]
  26. val TweetsField: TField
  27. val TweetsFieldManifest: Manifest[Int]
  28. val VideosField: TField
  29. val VideosFieldManifest: Manifest[Int]
  30. val VinesField: TField
  31. val VinesFieldManifest: Manifest[Int]
  32. val WitnessField: TField
  33. val WitnessFieldManifest: Manifest[Int]
  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
  35. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  36. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  37. def decode(_iprot: TProtocol): ContentStats
    Definition Classes
    ContentStats → ThriftStructCodec
  38. def encode(_item: ContentStats, _oproto: TProtocol): Unit
    Definition Classes
    ContentStats → ThriftStructCodec
  39. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  41. lazy val fieldInfos: List[ThriftStructFieldInfo]

    Field information in declaration order.

  42. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  43. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  44. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  45. lazy val metaData: ThriftStructMetaData[ContentStats]
    Definition Classes
    ContentStats → ThriftStructCodec
  46. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  47. def newBuilder(): StructBuilder[ContentStats]
    Definition Classes
    ContentStats → StructBuilderFactory
  48. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  49. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  50. val structAnnotations: Map[String, String]
  51. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  52. def toString(): String
    Definition Classes
    AnyRef → Any
  53. def ttypeToString(byte: Byte): String
    Attributes
    protected
    Definition Classes
    ThriftStructCodec3
  54. def unapply(_item: ContentStats): Option[(Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int)]
  55. def validate(_item: ContentStats): Unit

    Checks that all required fields are non-null.

  56. final def validateField[U <: ValidatingThriftStruct[U]](any: Any): Seq[Issue]
    Attributes
    protected
    Definition Classes
    ValidatingThriftStructCodec3
  57. def validateNewInstance(item: ContentStats): Seq[Issue]

    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
  58. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  59. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  60. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  61. def withoutPassthroughFields(original: ContentStats): ContentStats
  62. object Immutable extends ThriftStructCodec3[ContentStats] with Serializable

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

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