Packages

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], Product12[String, String, String, String, String, Option[String], Option[Int], Option[Int], Option[String], 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. 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(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, sourceDomain: Option[String] = _root_.scala.None)
  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], sourceDomain: Option[String], _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: String
    Definition Classes
    VineElementFields → Product12
  5. def _10: Option[String]
    Definition Classes
    VineElementFields → Product12
  6. def _11: Option[String]
    Definition Classes
    VineElementFields → Product12
  7. def _12: Option[String]
    Definition Classes
    VineElementFields → Product12
  8. def _2: String
    Definition Classes
    VineElementFields → Product12
  9. def _3: String
    Definition Classes
    VineElementFields → Product12
  10. def _4: String
    Definition Classes
    VineElementFields → Product12
  11. def _5: String
    Definition Classes
    VineElementFields → Product12
  12. def _6: Option[String]
    Definition Classes
    VineElementFields → Product12
  13. def _7: Option[Int]
    Definition Classes
    VineElementFields → Product12
  14. def _8: Option[Int]
    Definition Classes
    VineElementFields → Product12
  15. def _9: Option[String]
    Definition Classes
    VineElementFields → Product12
  16. def _codec: ValidatingThriftStructCodec3[VineElementFields]
    Definition Classes
    VineElementFields → ValidatingThriftStruct → HasThriftStructCodec3
  17. val _passthroughFields: Map[Short, TFieldBlob]
    Definition Classes
    ImmutableVineElementFields
  18. val alt: Option[String]
    Definition Classes
    ImmutableVineElementFields
  19. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  20. val authorUrl: String
    Definition Classes
    ImmutableVineElementFields
  21. val authorUsername: String
    Definition Classes
    ImmutableVineElementFields
  22. def canEqual(other: Any): Boolean
    Definition Classes
    VineElementFields → Equals
  23. val caption: Option[String]
    Definition Classes
    ImmutableVineElementFields
  24. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  25. 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, sourceDomain: Option[String] = this.sourceDomain, _passthroughFields: Map[Short, TFieldBlob] = this._passthroughFields): VineElementFields
    Definition Classes
    VineElementFields
  26. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def equals(other: Any): Boolean
    Definition Classes
    VineElementFields → Equals → AnyRef → Any
  28. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  29. 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
    VineElementFields
  30. 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
    VineElementFields
  31. def hashCode(): Int
    Definition Classes
    VineElementFields → AnyRef → Any
  32. val height: Option[Int]
    Definition Classes
    ImmutableVineElementFields
  33. val html: Option[String]
    Definition Classes
    ImmutableVineElementFields
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. def newBuilder(): StructBuilder[VineElementFields]
    Definition Classes
    VineElementFields
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  39. val originalUrl: String
    Definition Classes
    ImmutableVineElementFields
  40. def productArity: Int
    Definition Classes
    Product12 → Product
  41. def productElement(n: Int): Any
    Definition Classes
    Product12 → 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
    VineElementFields → Product
  46. val role: Option[String]
    Definition Classes
    ImmutableVineElementFields
  47. def setField(_blob: TFieldBlob): VineElementFields

    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
  48. val source: String
    Definition Classes
    ImmutableVineElementFields
  49. val sourceDomain: Option[String]
    Definition Classes
    ImmutableVineElementFields
  50. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  51. val title: String
    Definition Classes
    ImmutableVineElementFields
  52. def toString(): String
    Definition Classes
    VineElementFields → AnyRef → Any
  53. def toTuple: (String, String, String, String, String, Option[String], Option[Int], Option[Int], Option[String], Option[String], Option[String], Option[String])
    Definition Classes
    VineElementFields
  54. def unsetAlt: VineElementFields
    Definition Classes
    VineElementFields
  55. def unsetAuthorUrl: VineElementFields
    Definition Classes
    VineElementFields
  56. def unsetAuthorUsername: VineElementFields
    Definition Classes
    VineElementFields
  57. def unsetCaption: VineElementFields
    Definition Classes
    VineElementFields
  58. def unsetField(_fieldId: Short): VineElementFields

    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 unsetHeight: VineElementFields
    Definition Classes
    VineElementFields
  60. def unsetHtml: VineElementFields
    Definition Classes
    VineElementFields
  61. def unsetOriginalUrl: VineElementFields

    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
  62. def unsetRole: VineElementFields
    Definition Classes
    VineElementFields
  63. def unsetSource: VineElementFields
    Definition Classes
    VineElementFields
  64. def unsetSourceDomain: VineElementFields
    Definition Classes
    VineElementFields
  65. def unsetTitle: VineElementFields
    Definition Classes
    VineElementFields
  66. def unsetWidth: VineElementFields
    Definition Classes
    VineElementFields
  67. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  68. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  69. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  70. val width: Option[Int]
    Definition Classes
    ImmutableVineElementFields
  71. def write(_oprot: TProtocol): Unit
    Definition Classes
    VineElementFields → 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 VineElementFields

Inherited from Serializable

Inherited from ValidatingThriftStruct[VineElementFields]

Inherited from HasThriftStructCodec3[VineElementFields]

Inherited from Product12[String, String, String, String, String, Option[String], Option[Int], Option[Int], Option[String], 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