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

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

    The default read-only implementation of CommentElementFields.

    The default read-only implementation of CommentElementFields. You typically should not need to directly reference this class; instead, use the CommentElementFields.apply method to construct new instances.

  2. trait Proxy extends CommentElementFields

    This Proxy trait allows you to extend the CommentElementFields trait with additional state or behavior and implement the read-only methods from CommentElementFields 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 AuthorNameField: TField
  5. val AuthorNameFieldManifest: Manifest[String]
  6. val AuthorUrlField: TField
  7. val AuthorUrlFieldManifest: Manifest[String]
  8. val CommentIdField: TField
  9. val CommentIdFieldManifest: Manifest[Int]
  10. val CommentUrlField: TField
  11. val CommentUrlFieldManifest: Manifest[String]
  12. val DiscussionKeyField: TField
  13. val DiscussionKeyFieldManifest: Manifest[String]
  14. val DiscussionUrlField: TField
  15. val DiscussionUrlFieldManifest: Manifest[String]
  16. val HtmlField: TField
  17. val HtmlFieldManifest: Manifest[String]
  18. val NoPassthroughFields: Map[Short, TFieldBlob]
  19. val OriginalUrlField: TField
  20. val OriginalUrlFieldManifest: Manifest[String]
  21. val RoleField: TField
  22. val RoleFieldManifest: Manifest[String]
  23. val SourceField: TField
  24. val SourceFieldManifest: Manifest[String]
  25. val SourceUrlField: TField
  26. val SourceUrlFieldManifest: Manifest[String]
  27. val Struct: TStruct
  28. def apply(source: Option[String] = _root_.scala.None, discussionKey: Option[String] = _root_.scala.None, commentUrl: Option[String] = _root_.scala.None, originalUrl: Option[String] = _root_.scala.None, sourceUrl: Option[String] = _root_.scala.None, discussionUrl: Option[String] = _root_.scala.None, authorUrl: Option[String] = _root_.scala.None, html: Option[String] = _root_.scala.None, authorName: Option[String] = _root_.scala.None, commentId: Option[Int] = _root_.scala.None, role: Option[String] = _root_.scala.None): CommentElementFields
  29. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  30. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  31. def decode(_iprot: TProtocol): CommentElementFields
    Definition Classes
    CommentElementFields → ThriftStructCodec
  32. def encode(_item: CommentElementFields, _oproto: TProtocol): Unit
    Definition Classes
    CommentElementFields → ThriftStructCodec
  33. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  35. lazy val fieldInfos: List[ThriftStructFieldInfo]

    Field information in declaration order.

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

    Checks that all required fields are non-null.

  50. final def validateField[U <: ValidatingThriftStruct[U]](any: Any): Seq[Issue]
    Attributes
    protected
    Definition Classes
    ValidatingThriftStructCodec3
  51. def validateNewInstance(item: CommentElementFields): 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
    CommentElementFields → ValidatingThriftStructCodec3
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  54. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  55. def withoutPassthroughFields(original: CommentElementFields): CommentElementFields
  56. object Immutable extends ThriftStructCodec3[CommentElementFields] 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[CommentElementFields]

Inherited from ValidatingThriftStructCodec3[CommentElementFields]

Inherited from ThriftStructCodec3[CommentElementFields]

Inherited from ThriftStructCodec[CommentElementFields]

Inherited from AnyRef

Inherited from Any

Ungrouped