Trait

com.gu.flexiblecontent.model.thrift.VineElementFields

Proxy

Related Doc: package VineElementFields

Permalink

trait Proxy extends VineElementFields

This Proxy trait allows you to extend the VineElementFields trait with additional state or behavior and implement the read-only methods from VineElementFields using an underlying instance.

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, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Proxy
  2. VineElementFields
  3. Serializable
  4. ValidatingThriftStruct
  5. HasThriftStructCodec3
  6. Product11
  7. Product
  8. Equals
  9. ThriftStruct
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def _underlying_VineElementFields: VineElementFields

    Permalink
    Attributes
    protected

Concrete 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. def _passthroughFields: Map[Short, TFieldBlob]

    Permalink
    Definition Classes
    ProxyVineElementFields
  17. def alt: Option[String]

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

    Permalink
    Definition Classes
    Any
  19. def authorUrl: String

    Permalink
    Definition Classes
    ProxyVineElementFields
  20. def authorUsername: String

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @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. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    VineElementFields → AnyRef → Any
  31. def height: Option[Int]

    Permalink
    Definition Classes
    ProxyVineElementFields
  32. def html: Option[String]

    Permalink
    Definition Classes
    ProxyVineElementFields
  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
    Annotations
    @IntrinsicCandidate()
  36. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  37. def originalUrl: String

    Permalink
    Definition Classes
    ProxyVineElementFields
  38. def productArity: Int

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

    Permalink
    Definition Classes
    VineElementFields → Product11 → Product
  40. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  41. def productPrefix: String

    Permalink
    Definition Classes
    VineElementFields → Product
  42. def role: Option[String]

    Permalink

    The role of the element (i.e.

    The role of the element (i.e. a hint about how it should be displayed)

    Definition Classes
    ProxyVineElementFields
  43. 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
  44. def source: String

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

    Permalink
    Definition Classes
    AnyRef
  46. def title: String

    Permalink
    Definition Classes
    ProxyVineElementFields
  47. def toString(): String

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

    Permalink
    Definition Classes
    VineElementFields
  49. def unsetAlt: VineElementFields

    Permalink
    Definition Classes
    VineElementFields
  50. def unsetAuthorUrl: VineElementFields

    Permalink
    Definition Classes
    VineElementFields
  51. def unsetAuthorUsername: VineElementFields

    Permalink
    Definition Classes
    VineElementFields
  52. def unsetCaption: VineElementFields

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

    Permalink
    Definition Classes
    VineElementFields
  55. def unsetHtml: VineElementFields

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

    Permalink
    Definition Classes
    VineElementFields
  58. def unsetSource: VineElementFields

    Permalink
    Definition Classes
    VineElementFields
  59. def unsetTitle: VineElementFields

    Permalink
    Definition Classes
    VineElementFields
  60. def unsetWidth: VineElementFields

    Permalink
    Definition Classes
    VineElementFields
  61. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. final def wait(): Unit

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

    Permalink
    Definition Classes
    ProxyVineElementFields
  65. def write(_oprot: TProtocol): Unit

    Permalink
    Definition Classes
    VineElementFields → ThriftStruct

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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 AnyRef

Inherited from Any

Ungrouped