Packages

trait AudioElementFields extends ThriftStruct with Product16[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], Option[Int], Option[Int], Option[PodcastEpisodeType]] 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], Product16[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], Option[Int], Option[Int], Option[PodcastEpisodeType]], Product, Equals, ThriftStruct, ThriftStructIface, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AudioElementFields
  2. Serializable
  3. ValidatingThriftStruct
  4. HasThriftStructCodec3
  5. Product16
  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 podcastEpisodeNumber: Option[Int]
  11. abstract def podcastEpisodeType: Option[PodcastEpisodeType]
  12. abstract def podcastSeasonNumber: Option[Int]
  13. abstract def role: Option[String]
  14. abstract def source: Option[String]
  15. abstract def sourceDomain: Option[String]
  16. 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 → Product16
  5. def _10: Option[Boolean]
    Definition Classes
    AudioElementFields → Product16
  6. def _11: Option[String]
    Definition Classes
    AudioElementFields → Product16
  7. def _12: Option[String]
    Definition Classes
    AudioElementFields → Product16
  8. def _13: Option[Boolean]
    Definition Classes
    AudioElementFields → Product16
  9. def _14: Option[Int]
    Definition Classes
    AudioElementFields → Product16
  10. def _15: Option[Int]
    Definition Classes
    AudioElementFields → Product16
  11. def _16: Option[PodcastEpisodeType]
    Definition Classes
    AudioElementFields → Product16
  12. def _2: Option[String]
    Definition Classes
    AudioElementFields → Product16
  13. def _3: Option[String]
    Definition Classes
    AudioElementFields → Product16
  14. def _4: Option[String]
    Definition Classes
    AudioElementFields → Product16
  15. def _5: Option[String]
    Definition Classes
    AudioElementFields → Product16
  16. def _6: Option[String]
    Definition Classes
    AudioElementFields → Product16
  17. def _7: Option[Int]
    Definition Classes
    AudioElementFields → Product16
  18. def _8: Option[Int]
    Definition Classes
    AudioElementFields → Product16
  19. def _9: Option[Boolean]
    Definition Classes
    AudioElementFields → Product16
  20. def _codec: ValidatingThriftStructCodec3[AudioElementFields]
    Definition Classes
    AudioElementFields → ValidatingThriftStruct → HasThriftStructCodec3
  21. def _passthroughFields: Map[Short, TFieldBlob]
  22. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  23. def canEqual(other: Any): Boolean
    Definition Classes
    AudioElementFields → Equals
  24. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  25. 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, podcastEpisodeNumber: Option[Int] = this.podcastEpisodeNumber, podcastSeasonNumber: Option[Int] = this.podcastSeasonNumber, podcastEpisodeType: Option[PodcastEpisodeType] = this.podcastEpisodeType, _passthroughFields: Map[Short, TFieldBlob] = this._passthroughFields): AudioElementFields
  26. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def equals(other: Any): Boolean
    Definition Classes
    AudioElementFields → 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.

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

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

  31. def hashCode(): Int
    Definition Classes
    AudioElementFields → AnyRef → Any
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. def newBuilder(): StructBuilder[AudioElementFields]
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  37. def productArity: Int
    Definition Classes
    Product16 → Product
  38. def productElement(n: Int): Any
    Definition Classes
    Product16 → Product
    Annotations
    @throws(classOf[java.lang.IndexOutOfBoundsException])
  39. def productElementName(n: Int): String
    Definition Classes
    Product
  40. def productElementNames: Iterator[String]
    Definition Classes
    Product
  41. def productIterator: Iterator[Any]
    Definition Classes
    Product
  42. def productPrefix: String
    Definition Classes
    AudioElementFields → Product
  43. 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.

  44. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  45. def toString(): String
    Definition Classes
    AudioElementFields → AnyRef → Any
  46. 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], Option[Int], Option[Int], Option[PodcastEpisodeType])
  47. def unsetCaption: AudioElementFields
  48. def unsetClean: AudioElementFields
  49. def unsetCredit: AudioElementFields
  50. def unsetDescription: AudioElementFields
  51. def unsetDurationMinutes: AudioElementFields
  52. def unsetDurationSeconds: AudioElementFields
  53. def unsetExplicit: AudioElementFields
  54. 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.

  55. 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.

  56. def unsetIsMandatory: AudioElementFields
  57. def unsetPodcastEpisodeNumber: AudioElementFields
  58. def unsetPodcastEpisodeType: AudioElementFields
  59. def unsetPodcastSeasonNumber: AudioElementFields
  60. def unsetRole: AudioElementFields
  61. def unsetSource: AudioElementFields
  62. def unsetSourceDomain: AudioElementFields
  63. def unsetTitle: AudioElementFields
  64. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  65. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  66. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  67. 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 Product16[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], Option[Int], Option[Int], Option[PodcastEpisodeType]]

Inherited from Product

Inherited from Equals

Inherited from ThriftStruct

Inherited from ThriftStructIface

Inherited from AnyRef

Inherited from Any

Ungrouped