Packages

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.

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

    Field information in declaration order.

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

    Checks that all required fields are non-null.

  58. final def validateField[U <: ValidatingThriftStruct[U]](any: Any): Seq[Issue]
    Attributes
    protected
    Definition Classes
    ValidatingThriftStructCodec3
  59. final def validateFieldValue[U <: ValidatingThriftStruct[U]](fieldName: String, fieldValue: Any, fieldAnnotations: Map[String, String], thriftValidatorOpt: Option[ThriftValidator]): Set[ThriftValidationViolation]
    Attributes
    protected
    Definition Classes
    ValidatingThriftStructCodec3
  60. def validateInstanceValue(item: ContentStats): Set[ThriftValidationViolation]

    Validate that all validation annotations on the struct meet the criteria defined in the corresponding com.twitter.scrooge.validation.ThriftConstraintValidator.

    Validate that all validation annotations on the struct meet the criteria defined in the corresponding com.twitter.scrooge.validation.ThriftConstraintValidator.

    Definition Classes
    ContentStats → ValidatingThriftStructCodec3
  61. 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
  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 withoutPassthroughFields(original: ContentStats): ContentStats
  66. 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

    (Since version 9)

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