Class/Object

com.gu.contentapi.client.model.v1.VineElementFields

Immutable

Related Docs: object Immutable | package VineElementFields

Permalink

class Immutable extends VineElementFields

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

Linear Supertypes
VineElementFields, Serializable, ValidatingThriftStruct[VineElementFields], HasThriftStructCodec3[VineElementFields], Product11[String, String, String, String, String, Option[String], Option[Int], Option[Int], Option[String], Option[String], Option[String]], Product, Equals, ThriftStruct, ThriftStructIface, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Immutable
  2. VineElementFields
  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(originalUrl: String, title: String, source: String, authorUrl: String, authorUsername: String, html: Option[String] = _root_.scala.None, width: Option[Int] = _root_.scala.None, height: Option[Int] = _root_.scala.None, alt: Option[String] = _root_.scala.None, caption: Option[String] = _root_.scala.None, role: Option[String] = _root_.scala.None)

    Permalink
  2. new Immutable(originalUrl: String, title: String, source: String, authorUrl: String, authorUsername: String, html: Option[String], width: Option[Int], height: Option[Int], alt: Option[String], caption: Option[String], 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: String

    Permalink
    Definition Classes
    VineElementFields → Product11
  5. def _10: Option[String]

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

    Permalink
    Definition Classes
    VineElementFields → Product11
  7. def _2: String

    Permalink
    Definition Classes
    VineElementFields → Product11
  8. def _3: String

    Permalink
    Definition Classes
    VineElementFields → Product11
  9. def _4: String

    Permalink
    Definition Classes
    VineElementFields → Product11
  10. def _5: String

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

    Permalink
    Definition Classes
    VineElementFields → Product11
  12. def _7: Option[Int]

    Permalink
    Definition Classes
    VineElementFields → Product11
  13. def _8: Option[Int]

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

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

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

    Permalink
    Definition Classes
    ImmutableVineElementFields
  17. val alt: Option[String]

    Permalink
    Definition Classes
    ImmutableVineElementFields
  18. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  19. val authorUrl: String

    Permalink
    Definition Classes
    ImmutableVineElementFields
  20. val authorUsername: String

    Permalink
    Definition Classes
    ImmutableVineElementFields
  21. def canEqual(other: Any): Boolean

    Permalink
    Definition Classes
    VineElementFields → Equals
  22. val caption: Option[String]

    Permalink
    Definition Classes
    ImmutableVineElementFields
  23. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. def copy(originalUrl: String = this.originalUrl, title: String = this.title, source: String = this.source, authorUrl: String = this.authorUrl, authorUsername: String = this.authorUsername, html: Option[String] = this.html, width: Option[Int] = this.width, height: Option[Int] = this.height, alt: Option[String] = this.alt, caption: Option[String] = this.caption, role: Option[String] = this.role, _passthroughFields: Map[Short, TFieldBlob] = this._passthroughFields): VineElementFields

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

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

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

    Permalink
    Definition Classes
    VineElementFields → AnyRef → Any
  32. val height: Option[Int]

    Permalink
    Definition Classes
    ImmutableVineElementFields
  33. val html: Option[String]

    Permalink
    Definition Classes
    ImmutableVineElementFields
  34. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  36. def newBuilder(): StructBuilder[VineElementFields]

    Permalink
    Definition Classes
    VineElementFields
  37. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  39. val originalUrl: String

    Permalink
    Definition Classes
    ImmutableVineElementFields
  40. def productArity: Int

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

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

    Permalink
    Definition Classes
    Product
  43. def productPrefix: String

    Permalink
    Definition Classes
    VineElementFields → Product
  44. val role: Option[String]

    Permalink
    Definition Classes
    ImmutableVineElementFields
  45. def setField(_blob: TFieldBlob): VineElementFields

    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
    VineElementFields
  46. val source: String

    Permalink
    Definition Classes
    ImmutableVineElementFields
  47. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  48. val title: String

    Permalink
    Definition Classes
    ImmutableVineElementFields
  49. def toString(): String

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

    Permalink
    Definition Classes
    VineElementFields
  51. def unsetAlt: VineElementFields

    Permalink
    Definition Classes
    VineElementFields
  52. def unsetAuthorUrl: VineElementFields

    Permalink
    Definition Classes
    VineElementFields
  53. def unsetAuthorUsername: VineElementFields

    Permalink
    Definition Classes
    VineElementFields
  54. def unsetCaption: VineElementFields

    Permalink
    Definition Classes
    VineElementFields
  55. def unsetField(_fieldId: Short): VineElementFields

    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
    VineElementFields
  56. def unsetHeight: VineElementFields

    Permalink
    Definition Classes
    VineElementFields
  57. def unsetHtml: VineElementFields

    Permalink
    Definition Classes
    VineElementFields
  58. def unsetOriginalUrl: VineElementFields

    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
    VineElementFields
  59. def unsetRole: VineElementFields

    Permalink
    Definition Classes
    VineElementFields
  60. def unsetSource: VineElementFields

    Permalink
    Definition Classes
    VineElementFields
  61. def unsetTitle: VineElementFields

    Permalink
    Definition Classes
    VineElementFields
  62. def unsetWidth: VineElementFields

    Permalink
    Definition Classes
    VineElementFields
  63. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  66. val width: Option[Int]

    Permalink
    Definition Classes
    ImmutableVineElementFields
  67. def write(_oprot: TProtocol): Unit

    Permalink
    Definition Classes
    VineElementFields → ThriftStruct

Inherited from VineElementFields

Inherited from Serializable

Inherited from ValidatingThriftStruct[VineElementFields]

Inherited from HasThriftStructCodec3[VineElementFields]

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

Inherited from Product

Inherited from Equals

Inherited from ThriftStruct

Inherited from ThriftStructIface

Inherited from AnyRef

Inherited from Any

Ungrouped