Class/Object

com.gu.contentapi.client.model.v1.CommentElementFields

Immutable

Related Docs: object Immutable | package CommentElementFields

Permalink

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], 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. Immutable
  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. All

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)

    Permalink
  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], _passthroughFields: Map[Short, TFieldBlob])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def _1: Option[String]

    Permalink
    Definition Classes
    CommentElementFields → Product11
  5. def _10: Option[Int]

    Permalink
    Definition Classes
    CommentElementFields → Product11
  6. def _11: Option[String]

    Permalink
    Definition Classes
    CommentElementFields → Product11
  7. def _2: Option[String]

    Permalink
    Definition Classes
    CommentElementFields → Product11
  8. def _3: Option[String]

    Permalink
    Definition Classes
    CommentElementFields → Product11
  9. def _4: Option[String]

    Permalink
    Definition Classes
    CommentElementFields → Product11
  10. def _5: Option[String]

    Permalink
    Definition Classes
    CommentElementFields → Product11
  11. def _6: Option[String]

    Permalink
    Definition Classes
    CommentElementFields → Product11
  12. def _7: Option[String]

    Permalink
    Definition Classes
    CommentElementFields → Product11
  13. def _8: Option[String]

    Permalink
    Definition Classes
    CommentElementFields → Product11
  14. def _9: Option[String]

    Permalink
    Definition Classes
    CommentElementFields → Product11
  15. def _codec: ValidatingThriftStructCodec3[CommentElementFields]

    Permalink
    Definition Classes
    CommentElementFields → ValidatingThriftStruct → HasThriftStructCodec3
  16. val _passthroughFields: Map[Short, TFieldBlob]

    Permalink
    Definition Classes
    ImmutableCommentElementFields
  17. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  18. val authorName: Option[String]

    Permalink
    Definition Classes
    ImmutableCommentElementFields
  19. val authorUrl: Option[String]

    Permalink
    Definition Classes
    ImmutableCommentElementFields
  20. def canEqual(other: Any): Boolean

    Permalink
    Definition Classes
    CommentElementFields → Equals
  21. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. val commentId: Option[Int]

    Permalink
    Definition Classes
    ImmutableCommentElementFields
  23. val commentUrl: Option[String]

    Permalink
    Definition Classes
    ImmutableCommentElementFields
  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

    Permalink
    Definition Classes
    CommentElementFields
  25. val discussionKey: Option[String]

    Permalink
    Definition Classes
    ImmutableCommentElementFields
  26. val discussionUrl: Option[String]

    Permalink
    Definition Classes
    ImmutableCommentElementFields
  27. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    CommentElementFields → Equals → AnyRef → Any
  29. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  30. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  31. def getFieldBlob(_fieldId: Short): Option[TFieldBlob]

    Permalink

    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]

    Permalink

    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

    Permalink
    Definition Classes
    CommentElementFields → AnyRef → Any
  34. val html: Option[String]

    Permalink
    Definition Classes
    ImmutableCommentElementFields
  35. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  36. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  37. def newBuilder(): StructBuilder[CommentElementFields]

    Permalink
    Definition Classes
    CommentElementFields
  38. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  39. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  40. val originalUrl: Option[String]

    Permalink
    Definition Classes
    ImmutableCommentElementFields
  41. def productArity: Int

    Permalink
    Definition Classes
    Product11 → Product
  42. def productElement(n: Int): Any

    Permalink
    Definition Classes
    Product11 → Product
    Annotations
    @throws( ... )
  43. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  44. def productPrefix: String

    Permalink
    Definition Classes
    CommentElementFields → Product
  45. val role: Option[String]

    Permalink
    Definition Classes
    ImmutableCommentElementFields
  46. def setField(_blob: TFieldBlob): CommentElementFields

    Permalink

    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
  47. val source: Option[String]

    Permalink
    Definition Classes
    ImmutableCommentElementFields
  48. val sourceUrl: Option[String]

    Permalink
    Definition Classes
    ImmutableCommentElementFields
  49. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  50. def toString(): String

    Permalink
    Definition Classes
    CommentElementFields → AnyRef → Any
  51. def toTuple: (Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[Int], Option[String])

    Permalink
    Definition Classes
    CommentElementFields
  52. def unsetAuthorName: CommentElementFields

    Permalink
    Definition Classes
    CommentElementFields
  53. def unsetAuthorUrl: CommentElementFields

    Permalink
    Definition Classes
    CommentElementFields
  54. def unsetCommentId: CommentElementFields

    Permalink
    Definition Classes
    CommentElementFields
  55. def unsetCommentUrl: CommentElementFields

    Permalink
    Definition Classes
    CommentElementFields
  56. def unsetDiscussionKey: CommentElementFields

    Permalink
    Definition Classes
    CommentElementFields
  57. def unsetDiscussionUrl: CommentElementFields

    Permalink
    Definition Classes
    CommentElementFields
  58. def unsetField(_fieldId: Short): CommentElementFields

    Permalink

    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
  59. def unsetHtml: CommentElementFields

    Permalink
    Definition Classes
    CommentElementFields
  60. def unsetOriginalUrl: CommentElementFields

    Permalink
    Definition Classes
    CommentElementFields
  61. def unsetRole: CommentElementFields

    Permalink
    Definition Classes
    CommentElementFields
  62. def unsetSource: CommentElementFields

    Permalink

    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
  63. def unsetSourceUrl: CommentElementFields

    Permalink
    Definition Classes
    CommentElementFields
  64. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  66. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. def write(_oprot: TProtocol): Unit

    Permalink
    Definition Classes
    CommentElementFields → ThriftStruct

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