Packages

trait AudioElementFields extends ThriftStruct with Product13[Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[Int], Option[Int], Option[Boolean], Option[Boolean], Option[String], Option[String], Option[Boolean]] with ValidatingThriftStruct[AudioElementFields] with Serializable

Prefer the companion object's com.gu.contentapi.client.model.v1.AudioElementFields.apply for construction if you don't need to specify passthrough fields.

Linear Supertypes
Serializable, ValidatingThriftStruct[AudioElementFields], HasThriftStructCodec3[AudioElementFields], Product13[Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[Int], Option[Int], Option[Boolean], Option[Boolean], Option[String], Option[String], Option[Boolean]], Product, Equals, ThriftStruct, ThriftStructIface, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AudioElementFields
  2. Serializable
  3. ValidatingThriftStruct
  4. HasThriftStructCodec3
  5. Product13
  6. Product
  7. Equals
  8. ThriftStruct
  9. ThriftStructIface
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def caption: Option[String]
  2. abstract def clean: Option[Boolean]
  3. abstract def credit: Option[String]
  4. abstract def description: Option[String]
  5. abstract def durationMinutes: Option[Int]
  6. abstract def durationSeconds: Option[Int]
  7. abstract def explicit: Option[Boolean]
  8. abstract def html: Option[String]
  9. abstract def isMandatory: Option[Boolean]
  10. abstract def role: Option[String]
  11. abstract def source: Option[String]
  12. abstract def sourceDomain: Option[String]
  13. abstract def title: Option[String]

Concrete 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: Option[String]
    Definition Classes
    AudioElementFields → Product13
  5. def _10: Option[Boolean]
    Definition Classes
    AudioElementFields → Product13
  6. def _11: Option[String]
    Definition Classes
    AudioElementFields → Product13
  7. def _12: Option[String]
    Definition Classes
    AudioElementFields → Product13
  8. def _13: Option[Boolean]
    Definition Classes
    AudioElementFields → Product13
  9. def _2: Option[String]
    Definition Classes
    AudioElementFields → Product13
  10. def _3: Option[String]
    Definition Classes
    AudioElementFields → Product13
  11. def _4: Option[String]
    Definition Classes
    AudioElementFields → Product13
  12. def _5: Option[String]
    Definition Classes
    AudioElementFields → Product13
  13. def _6: Option[String]
    Definition Classes
    AudioElementFields → Product13
  14. def _7: Option[Int]
    Definition Classes
    AudioElementFields → Product13
  15. def _8: Option[Int]
    Definition Classes
    AudioElementFields → Product13
  16. def _9: Option[Boolean]
    Definition Classes
    AudioElementFields → Product13
  17. def _codec: ValidatingThriftStructCodec3[AudioElementFields]
    Definition Classes
    AudioElementFields → ValidatingThriftStruct → HasThriftStructCodec3
  18. def _passthroughFields: Map[Short, TFieldBlob]
  19. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  20. def canEqual(other: Any): Boolean
    Definition Classes
    AudioElementFields → Equals
  21. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  22. 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, isMandatory: Option[Boolean] = this.isMandatory, _passthroughFields: Map[Short, TFieldBlob] = this._passthroughFields): AudioElementFields
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(other: Any): Boolean
    Definition Classes
    AudioElementFields → Equals → AnyRef → Any
  25. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  26. 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.

  27. def getFieldBlobs(ids: TraversableOnce[Short]): Map[Short, TFieldBlob]

    Collects TCompactProtocol-encoded field values according to getFieldBlob into a map.

  28. def hashCode(): Int
    Definition Classes
    AudioElementFields → AnyRef → Any
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. def newBuilder(): StructBuilder[AudioElementFields]
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  34. def productArity: Int
    Definition Classes
    Product13 → Product
  35. def productElement(n: Int): Any
    Definition Classes
    Product13 → Product
    Annotations
    @throws(classOf[java.lang.IndexOutOfBoundsException])
  36. def productElementName(n: Int): String
    Definition Classes
    Product
  37. def productElementNames: Iterator[String]
    Definition Classes
    Product
  38. def productIterator: Iterator[Any]
    Definition Classes
    Product
  39. def productPrefix: String
    Definition Classes
    AudioElementFields → Product
  40. def setField(_blob: TFieldBlob): AudioElementFields

    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.

  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. def toString(): String
    Definition Classes
    AudioElementFields → AnyRef → Any
  43. 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], Option[Boolean])
  44. def unsetCaption: AudioElementFields
  45. def unsetClean: AudioElementFields
  46. def unsetCredit: AudioElementFields
  47. def unsetDescription: AudioElementFields
  48. def unsetDurationMinutes: AudioElementFields
  49. def unsetDurationSeconds: AudioElementFields
  50. def unsetExplicit: AudioElementFields
  51. def unsetField(_fieldId: Short): AudioElementFields

    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.

  52. def unsetHtml: AudioElementFields

    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.

  53. def unsetIsMandatory: AudioElementFields
  54. def unsetRole: AudioElementFields
  55. def unsetSource: AudioElementFields
  56. def unsetSourceDomain: AudioElementFields
  57. def unsetTitle: AudioElementFields
  58. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  59. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  60. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  61. def write(_oprot: TProtocol): Unit
    Definition Classes
    AudioElementFields → 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 Serializable

Inherited from ValidatingThriftStruct[AudioElementFields]

Inherited from HasThriftStructCodec3[AudioElementFields]

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

Inherited from Product

Inherited from Equals

Inherited from ThriftStruct

Inherited from ThriftStructIface

Inherited from AnyRef

Inherited from Any

Ungrouped