Packages

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.

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

Abstract Value Members

  1. abstract def _underlying_CommentElementFields: CommentElementFields
    Attributes
    protected

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: Option[String]
    Definition Classes
    CommentElementFields → Product11
  5. def _10: Option[Int]
    Definition Classes
    CommentElementFields → Product11
  6. def _11: Option[String]
    Definition Classes
    CommentElementFields → Product11
  7. def _2: Option[String]
    Definition Classes
    CommentElementFields → Product11
  8. def _3: Option[String]
    Definition Classes
    CommentElementFields → Product11
  9. def _4: Option[String]
    Definition Classes
    CommentElementFields → Product11
  10. def _5: Option[String]
    Definition Classes
    CommentElementFields → Product11
  11. def _6: Option[String]
    Definition Classes
    CommentElementFields → Product11
  12. def _7: Option[String]
    Definition Classes
    CommentElementFields → Product11
  13. def _8: Option[String]
    Definition Classes
    CommentElementFields → Product11
  14. def _9: Option[String]
    Definition Classes
    CommentElementFields → Product11
  15. def _codec: ValidatingThriftStructCodec3[CommentElementFields]
    Definition Classes
    CommentElementFields → ValidatingThriftStruct → HasThriftStructCodec3
  16. def _passthroughFields: Map[Short, TFieldBlob]
    Definition Classes
    ProxyCommentElementFields
  17. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  18. def authorName: Option[String]
    Definition Classes
    ProxyCommentElementFields
  19. def authorUrl: Option[String]
    Definition Classes
    ProxyCommentElementFields
  20. def canEqual(other: Any): Boolean
    Definition Classes
    CommentElementFields → Equals
  21. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  22. def commentId: Option[Int]
    Definition Classes
    ProxyCommentElementFields
  23. def commentUrl: Option[String]
    Definition Classes
    ProxyCommentElementFields
  24. 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, _passthroughFields: Map[Short, TFieldBlob] = this._passthroughFields): CommentElementFields
    Definition Classes
    CommentElementFields
  25. def discussionKey: Option[String]
    Definition Classes
    ProxyCommentElementFields
  26. def discussionUrl: Option[String]
    Definition Classes
    ProxyCommentElementFields
  27. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def equals(other: Any): Boolean
    Definition Classes
    CommentElementFields → Equals → AnyRef → Any
  29. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. 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
  31. 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
  32. def hashCode(): Int
    Definition Classes
    CommentElementFields → AnyRef → Any
  33. def html: Option[String]
    Definition Classes
    ProxyCommentElementFields
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. def newBuilder(): StructBuilder[CommentElementFields]
    Definition Classes
    CommentElementFields
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. def originalUrl: Option[String]
    Definition Classes
    ProxyCommentElementFields
  40. def productArity: Int
    Definition Classes
    Product11 → Product
  41. def productElement(n: Int): Any
    Definition Classes
    Product11 → Product
    Annotations
    @throws(classOf[java.lang.IndexOutOfBoundsException])
  42. def productElementName(n: Int): String
    Definition Classes
    Product
  43. def productElementNames: Iterator[String]
    Definition Classes
    Product
  44. def productIterator: Iterator[Any]
    Definition Classes
    Product
  45. def productPrefix: String
    Definition Classes
    CommentElementFields → Product
  46. def role: Option[String]
    Definition Classes
    ProxyCommentElementFields
  47. 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
  48. def source: Option[String]
    Definition Classes
    ProxyCommentElementFields
  49. def sourceUrl: Option[String]
    Definition Classes
    ProxyCommentElementFields
  50. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  51. def toString(): String
    Definition Classes
    CommentElementFields → AnyRef → Any
  52. def toTuple: (Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[Int], Option[String])
    Definition Classes
    CommentElementFields
  53. def unsetAuthorName: CommentElementFields
    Definition Classes
    CommentElementFields
  54. def unsetAuthorUrl: CommentElementFields
    Definition Classes
    CommentElementFields
  55. def unsetCommentId: CommentElementFields
    Definition Classes
    CommentElementFields
  56. def unsetCommentUrl: CommentElementFields
    Definition Classes
    CommentElementFields
  57. def unsetDiscussionKey: CommentElementFields
    Definition Classes
    CommentElementFields
  58. def unsetDiscussionUrl: CommentElementFields
    Definition Classes
    CommentElementFields
  59. 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
  60. def unsetHtml: CommentElementFields
    Definition Classes
    CommentElementFields
  61. def unsetOriginalUrl: CommentElementFields
    Definition Classes
    CommentElementFields
  62. def unsetRole: CommentElementFields
    Definition Classes
    CommentElementFields
  63. 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
  64. def unsetSourceUrl: CommentElementFields
    Definition Classes
    CommentElementFields
  65. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  66. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  67. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  68. 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
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from CommentElementFields

Inherited from Serializable

Inherited from ValidatingThriftStruct[CommentElementFields]

Inherited from HasThriftStructCodec3[CommentElementFields]

Inherited from Product11[Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[Int], Option[String]]

Inherited from Product

Inherited from Equals

Inherited from ThriftStruct

Inherited from ThriftStructIface

Inherited from AnyRef

Inherited from Any

Ungrouped