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, Product10[Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[Int]], Product, Equals, ThriftStruct, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Immutable
  2. CommentElementFields
  3. Serializable
  4. Product10
  5. Product
  6. Equals
  7. ThriftStruct
  8. AnyRef
  9. 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)

    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], _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 → Product10
  5. def _10: Option[Int]

    Permalink
    Definition Classes
    CommentElementFields → Product10
  6. def _2: Option[String]

    Permalink
    Definition Classes
    CommentElementFields → Product10
  7. def _3: Option[String]

    Permalink
    Definition Classes
    CommentElementFields → Product10
  8. def _4: Option[String]

    Permalink
    Definition Classes
    CommentElementFields → Product10
  9. def _5: Option[String]

    Permalink
    Definition Classes
    CommentElementFields → Product10
  10. def _6: Option[String]

    Permalink
    Definition Classes
    CommentElementFields → Product10
  11. def _7: Option[String]

    Permalink
    Definition Classes
    CommentElementFields → Product10
  12. def _8: Option[String]

    Permalink
    Definition Classes
    CommentElementFields → Product10
  13. def _9: Option[String]

    Permalink
    Definition Classes
    CommentElementFields → Product10
  14. val _passthroughFields: Map[Short, TFieldBlob]

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ImmutableCommentElementFields
  22. 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, _passthroughFields: Map[Short, TFieldBlob] = this._passthroughFields): CommentElementFields

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  29. 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
  30. 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
  31. def hashCode(): Int

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

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

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

    Permalink
    Definition Classes
    AnyRef
  35. final def notify(): Unit

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

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

    Permalink
    Definition Classes
    ImmutableCommentElementFields
  38. def productArity: Int

    Permalink
    Definition Classes
    CommentElementFields → Product10 → Product
  39. def productElement(n: Int): Any

    Permalink
    Definition Classes
    CommentElementFields → Product10 → Product
  40. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  41. def productPrefix: String

    Permalink
    Definition Classes
    CommentElementFields → Product
  42. 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
  43. val source: Option[String]

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

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

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

    Permalink
    Definition Classes
    CommentElementFields → AnyRef → Any
  47. def unsetAuthorName: CommentElementFields

    Permalink
    Definition Classes
    CommentElementFields
  48. def unsetAuthorUrl: CommentElementFields

    Permalink
    Definition Classes
    CommentElementFields
  49. def unsetCommentId: CommentElementFields

    Permalink
    Definition Classes
    CommentElementFields
  50. def unsetCommentUrl: CommentElementFields

    Permalink
    Definition Classes
    CommentElementFields
  51. def unsetDiscussionKey: CommentElementFields

    Permalink
    Definition Classes
    CommentElementFields
  52. def unsetDiscussionUrl: CommentElementFields

    Permalink
    Definition Classes
    CommentElementFields
  53. 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
  54. def unsetHtml: CommentElementFields

    Permalink
    Definition Classes
    CommentElementFields
  55. def unsetOriginalUrl: CommentElementFields

    Permalink
    Definition Classes
    CommentElementFields
  56. 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
  57. def unsetSourceUrl: CommentElementFields

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

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

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

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

    Permalink
    Definition Classes
    CommentElementFields → ThriftStruct

Inherited from CommentElementFields

Inherited from Serializable

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

Inherited from Product

Inherited from Equals

Inherited from ThriftStruct

Inherited from AnyRef

Inherited from Any

Ungrouped