Trait

com.gu.contentapi.client.model.v1.AudioElementFields

Proxy

Related Doc: package AudioElementFields

Permalink

trait Proxy extends AudioElementFields

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

Linear Supertypes
AudioElementFields, Serializable, ValidatingThriftStruct[AudioElementFields], HasThriftStructCodec3[AudioElementFields], Product12[Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[Int], Option[Int], Option[Boolean], Option[Boolean], Option[String], Option[String]], Product, Equals, ThriftStruct, ThriftStructIface, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Proxy
  2. AudioElementFields
  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. All

Abstract Value Members

  1. abstract def _underlying_AudioElementFields: AudioElementFields

    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: Option[String]

    Permalink
    Definition Classes
    AudioElementFields → Product12
  5. def _10: Option[Boolean]

    Permalink
    Definition Classes
    AudioElementFields → Product12
  6. def _11: Option[String]

    Permalink
    Definition Classes
    AudioElementFields → Product12
  7. def _12: Option[String]

    Permalink
    Definition Classes
    AudioElementFields → Product12
  8. def _2: Option[String]

    Permalink
    Definition Classes
    AudioElementFields → Product12
  9. def _3: Option[String]

    Permalink
    Definition Classes
    AudioElementFields → Product12
  10. def _4: Option[String]

    Permalink
    Definition Classes
    AudioElementFields → Product12
  11. def _5: Option[String]

    Permalink
    Definition Classes
    AudioElementFields → Product12
  12. def _6: Option[String]

    Permalink
    Definition Classes
    AudioElementFields → Product12
  13. def _7: Option[Int]

    Permalink
    Definition Classes
    AudioElementFields → Product12
  14. def _8: Option[Int]

    Permalink
    Definition Classes
    AudioElementFields → Product12
  15. def _9: Option[Boolean]

    Permalink
    Definition Classes
    AudioElementFields → Product12
  16. def _codec: ValidatingThriftStructCodec3[AudioElementFields]

    Permalink
    Definition Classes
    AudioElementFields → ValidatingThriftStruct → HasThriftStructCodec3
  17. def _passthroughFields: Map[Short, TFieldBlob]

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

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

    Permalink
    Definition Classes
    AudioElementFields → Equals
  20. def caption: Option[String]

    Permalink
    Definition Classes
    ProxyAudioElementFields
  21. def clean: Option[Boolean]

    Permalink
    Definition Classes
    ProxyAudioElementFields
  22. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. def copy(html: Option[String] = this.html, source: Option[String] = this.source, description: Option[String] = this.description, title: Option[String] = this.title, credit: Option[String] = this.credit, caption: Option[String] = this.caption, durationMinutes: Option[Int] = this.durationMinutes, durationSeconds: Option[Int] = this.durationSeconds, clean: Option[Boolean] = this.clean, explicit: Option[Boolean] = this.explicit, role: Option[String] = this.role, sourceDomain: Option[String] = this.sourceDomain, _passthroughFields: Map[Short, TFieldBlob] = this._passthroughFields): AudioElementFields

    Permalink
    Definition Classes
    AudioElementFields
  24. def credit: Option[String]

    Permalink
    Definition Classes
    ProxyAudioElementFields
  25. def description: Option[String]

    Permalink
    Definition Classes
    ProxyAudioElementFields
  26. def durationMinutes: Option[Int]

    Permalink
    Definition Classes
    ProxyAudioElementFields
  27. def durationSeconds: Option[Int]

    Permalink
    Definition Classes
    ProxyAudioElementFields
  28. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AudioElementFields → Equals → AnyRef → Any
  30. def explicit: Option[Boolean]

    Permalink
    Definition Classes
    ProxyAudioElementFields
  31. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  32. 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
    AudioElementFields
  33. 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
    AudioElementFields
  34. def hashCode(): Int

    Permalink
    Definition Classes
    AudioElementFields → AnyRef → Any
  35. def html: Option[String]

    Permalink
    Definition Classes
    ProxyAudioElementFields
  36. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  38. def newBuilder(): StructBuilder[AudioElementFields]

    Permalink
    Definition Classes
    AudioElementFields
  39. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  41. def productArity: Int

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

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

    Permalink
    Definition Classes
    Product
  44. def productPrefix: String

    Permalink
    Definition Classes
    AudioElementFields → Product
  45. def role: Option[String]

    Permalink
    Definition Classes
    ProxyAudioElementFields
  46. def setField(_blob: TFieldBlob): AudioElementFields

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

    Permalink
    Definition Classes
    ProxyAudioElementFields
  48. def sourceDomain: Option[String]

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

    Permalink
    Definition Classes
    AnyRef
  50. def title: Option[String]

    Permalink
    Definition Classes
    ProxyAudioElementFields
  51. def toString(): String

    Permalink
    Definition Classes
    AudioElementFields → AnyRef → Any
  52. def toTuple: (Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[Int], Option[Int], Option[Boolean], Option[Boolean], Option[String], Option[String])

    Permalink
    Definition Classes
    AudioElementFields
  53. def unsetCaption: AudioElementFields

    Permalink
    Definition Classes
    AudioElementFields
  54. def unsetClean: AudioElementFields

    Permalink
    Definition Classes
    AudioElementFields
  55. def unsetCredit: AudioElementFields

    Permalink
    Definition Classes
    AudioElementFields
  56. def unsetDescription: AudioElementFields

    Permalink
    Definition Classes
    AudioElementFields
  57. def unsetDurationMinutes: AudioElementFields

    Permalink
    Definition Classes
    AudioElementFields
  58. def unsetDurationSeconds: AudioElementFields

    Permalink
    Definition Classes
    AudioElementFields
  59. def unsetExplicit: AudioElementFields

    Permalink
    Definition Classes
    AudioElementFields
  60. def unsetField(_fieldId: Short): AudioElementFields

    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
    AudioElementFields
  61. def unsetHtml: AudioElementFields

    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
    AudioElementFields
  62. def unsetRole: AudioElementFields

    Permalink
    Definition Classes
    AudioElementFields
  63. def unsetSource: AudioElementFields

    Permalink
    Definition Classes
    AudioElementFields
  64. def unsetSourceDomain: AudioElementFields

    Permalink
    Definition Classes
    AudioElementFields
  65. def unsetTitle: AudioElementFields

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

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

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

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

    Permalink
    Definition Classes
    AudioElementFields → 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 AudioElementFields

Inherited from Serializable

Inherited from ValidatingThriftStruct[AudioElementFields]

Inherited from HasThriftStructCodec3[AudioElementFields]

Inherited from Product12[Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[Int], Option[Int], Option[Boolean], Option[Boolean], Option[String], Option[String]]

Inherited from Product

Inherited from Equals

Inherited from ThriftStruct

Inherited from ThriftStructIface

Inherited from AnyRef

Inherited from Any

Ungrouped