Packages

class Immutable extends 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.

Linear Supertypes
CommentElementFields, Serializable, ValidatingThriftStruct[CommentElementFields], HasThriftStructCodec3[CommentElementFields], Product12[Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[Int], Option[String], Option[Boolean]], Product, Equals, ThriftStruct, ThriftStructIface, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Immutable
  2. CommentElementFields
  3. Serializable
  4. ValidatingThriftStruct
  5. HasThriftStructCodec3
  6. Product12
  7. Product
  8. Equals
  9. ThriftStruct
  10. ThriftStructIface
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Immutable(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, isMandatory: Option[Boolean] = _root_.scala.None)
  2. new Immutable(source: Option[String], discussionKey: Option[String], commentUrl: Option[String], originalUrl: Option[String], sourceUrl: Option[String], discussionUrl: Option[String], authorUrl: Option[String], html: Option[String], authorName: Option[String], commentId: Option[Int], role: Option[String], isMandatory: Option[Boolean], _passthroughFields: Map[Short, TFieldBlob])

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: Option[String]
    Definition Classes
    CommentElementFields → Product12
  5. def _10: Option[Int]
    Definition Classes
    CommentElementFields → Product12
  6. def _11: Option[String]
    Definition Classes
    CommentElementFields → Product12
  7. def _12: Option[Boolean]
    Definition Classes
    CommentElementFields → Product12
  8. def _2: Option[String]
    Definition Classes
    CommentElementFields → Product12
  9. def _3: Option[String]
    Definition Classes
    CommentElementFields → Product12
  10. def _4: Option[String]
    Definition Classes
    CommentElementFields → Product12
  11. def _5: Option[String]
    Definition Classes
    CommentElementFields → Product12
  12. def _6: Option[String]
    Definition Classes
    CommentElementFields → Product12
  13. def _7: Option[String]
    Definition Classes
    CommentElementFields → Product12
  14. def _8: Option[String]
    Definition Classes
    CommentElementFields → Product12
  15. def _9: Option[String]
    Definition Classes
    CommentElementFields → Product12
  16. def _codec: ValidatingThriftStructCodec3[CommentElementFields]
    Definition Classes
    CommentElementFields → ValidatingThriftStruct → HasThriftStructCodec3
  17. val _passthroughFields: Map[Short, TFieldBlob]
    Definition Classes
    ImmutableCommentElementFields
  18. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  19. val authorName: Option[String]
    Definition Classes
    ImmutableCommentElementFields
  20. val authorUrl: Option[String]
    Definition Classes
    ImmutableCommentElementFields
  21. def canEqual(other: Any): Boolean
    Definition Classes
    CommentElementFields → Equals
  22. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  23. val commentId: Option[Int]
    Definition Classes
    ImmutableCommentElementFields
  24. val commentUrl: Option[String]
    Definition Classes
    ImmutableCommentElementFields
  25. def copy(source: Option[String] = this.source, discussionKey: Option[String] = this.discussionKey, commentUrl: Option[String] = this.commentUrl, originalUrl: Option[String] = this.originalUrl, sourceUrl: Option[String] = this.sourceUrl, discussionUrl: Option[String] = this.discussionUrl, authorUrl: Option[String] = this.authorUrl, html: Option[String] = this.html, authorName: Option[String] = this.authorName, commentId: Option[Int] = this.commentId, role: Option[String] = this.role, isMandatory: Option[Boolean] = this.isMandatory, _passthroughFields: Map[Short, TFieldBlob] = this._passthroughFields): CommentElementFields
    Definition Classes
    CommentElementFields
  26. val discussionKey: Option[String]
    Definition Classes
    ImmutableCommentElementFields
  27. val discussionUrl: Option[String]
    Definition Classes
    ImmutableCommentElementFields
  28. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def equals(other: Any): Boolean
    Definition Classes
    CommentElementFields → Equals → AnyRef → Any
  30. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  31. 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.

    Definition Classes
    CommentElementFields
  32. def getFieldBlobs(ids: TraversableOnce[Short]): Map[Short, TFieldBlob]

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

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

    Definition Classes
    CommentElementFields
  33. def hashCode(): Int
    Definition Classes
    CommentElementFields → AnyRef → Any
  34. val html: Option[String]
    Definition Classes
    ImmutableCommentElementFields
  35. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  36. val isMandatory: Option[Boolean]
    Definition Classes
    ImmutableCommentElementFields
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. def newBuilder(): StructBuilder[CommentElementFields]
    Definition Classes
    CommentElementFields
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  41. val originalUrl: Option[String]
    Definition Classes
    ImmutableCommentElementFields
  42. def productArity: Int
    Definition Classes
    Product12 → Product
  43. def productElement(n: Int): Any
    Definition Classes
    Product12 → Product
    Annotations
    @throws(classOf[java.lang.IndexOutOfBoundsException])
  44. def productElementName(n: Int): String
    Definition Classes
    Product
  45. def productElementNames: Iterator[String]
    Definition Classes
    Product
  46. def productIterator: Iterator[Any]
    Definition Classes
    Product
  47. def productPrefix: String
    Definition Classes
    CommentElementFields → Product
  48. val role: Option[String]
    Definition Classes
    ImmutableCommentElementFields
  49. def setField(_blob: TFieldBlob): CommentElementFields

    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.

    Definition Classes
    CommentElementFields
  50. val source: Option[String]
    Definition Classes
    ImmutableCommentElementFields
  51. val sourceUrl: Option[String]
    Definition Classes
    ImmutableCommentElementFields
  52. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  53. def toString(): String
    Definition Classes
    CommentElementFields → AnyRef → Any
  54. def toTuple: (Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[Int], Option[String], Option[Boolean])
    Definition Classes
    CommentElementFields
  55. def unsetAuthorName: CommentElementFields
    Definition Classes
    CommentElementFields
  56. def unsetAuthorUrl: CommentElementFields
    Definition Classes
    CommentElementFields
  57. def unsetCommentId: CommentElementFields
    Definition Classes
    CommentElementFields
  58. def unsetCommentUrl: CommentElementFields
    Definition Classes
    CommentElementFields
  59. def unsetDiscussionKey: CommentElementFields
    Definition Classes
    CommentElementFields
  60. def unsetDiscussionUrl: CommentElementFields
    Definition Classes
    CommentElementFields
  61. def unsetField(_fieldId: Short): CommentElementFields

    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.

    Definition Classes
    CommentElementFields
  62. def unsetHtml: CommentElementFields
    Definition Classes
    CommentElementFields
  63. def unsetIsMandatory: CommentElementFields
    Definition Classes
    CommentElementFields
  64. def unsetOriginalUrl: CommentElementFields
    Definition Classes
    CommentElementFields
  65. def unsetRole: CommentElementFields
    Definition Classes
    CommentElementFields
  66. def unsetSource: CommentElementFields

    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.

    Definition Classes
    CommentElementFields
  67. def unsetSourceUrl: CommentElementFields
    Definition Classes
    CommentElementFields
  68. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  69. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  70. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  71. def write(_oprot: TProtocol): Unit
    Definition Classes
    CommentElementFields → 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 CommentElementFields

Inherited from Serializable

Inherited from ValidatingThriftStruct[CommentElementFields]

Inherited from HasThriftStructCodec3[CommentElementFields]

Inherited from Product12[Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[Int], Option[String], Option[Boolean]]

Inherited from Product

Inherited from Equals

Inherited from ThriftStruct

Inherited from ThriftStructIface

Inherited from AnyRef

Inherited from Any

Ungrouped