Object/Trait

com.gu.flexiblecontent.model.thrift

AudioElementFields

Related Docs: trait AudioElementFields | package thrift

Permalink

object AudioElementFields extends ValidatingThriftStructCodec3[AudioElementFields] with Serializable

The metadata relating to an audio element

Linear Supertypes
Serializable, Serializable, ValidatingThriftStructCodec3[AudioElementFields], ThriftStructCodec3[AudioElementFields], ThriftStructCodec[AudioElementFields], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AudioElementFields
  2. Serializable
  3. Serializable
  4. ValidatingThriftStructCodec3
  5. ThriftStructCodec3
  6. ThriftStructCodec
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Immutable extends AudioElementFields

    Permalink

    The default read-only implementation of AudioElementFields.

    The default read-only implementation of AudioElementFields. You typically should not need to directly reference this class; instead, use the AudioElementFields.apply method to construct new instances.

  2. trait Proxy extends AudioElementFields

    Permalink

    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.

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. val AuthorNameField: TField

    Permalink
  5. val AuthorNameFieldManifest: Manifest[String]

    Permalink
  6. val CaptionField: TField

    Permalink
  7. val CaptionFieldManifest: Manifest[String]

    Permalink
  8. val CleanField: TField

    Permalink
  9. val CleanFieldManifest: Manifest[Boolean]

    Permalink
  10. val CreditField: TField

    Permalink
  11. val CreditFieldManifest: Manifest[String]

    Permalink
  12. val DescriptionField: TField

    Permalink
  13. val DescriptionFieldManifest: Manifest[String]

    Permalink
  14. val DurationMinutesField: TField

    Permalink
  15. val DurationMinutesFieldManifest: Manifest[Int]

    Permalink
  16. val DurationSecondsField: TField

    Permalink
  17. val DurationSecondsFieldManifest: Manifest[Int]

    Permalink
  18. val ExplicitField: TField

    Permalink
  19. val ExplicitFieldManifest: Manifest[Boolean]

    Permalink
  20. val HeightField: TField

    Permalink
  21. val HeightFieldManifest: Manifest[Int]

    Permalink
  22. val HtmlField: TField

    Permalink
  23. val HtmlFieldManifest: Manifest[String]

    Permalink
  24. object Immutable extends ThriftStructCodec3[AudioElementFields] with Serializable

    Permalink
  25. val IsMandatoryField: TField

    Permalink
  26. val IsMandatoryFieldManifest: Manifest[Boolean]

    Permalink
  27. val MediaIdField: TField

    Permalink
  28. val MediaIdFieldManifest: Manifest[String]

    Permalink
  29. val NoPassthroughFields: Map[Short, TFieldBlob]

    Permalink
  30. val OriginalUrlField: TField

    Permalink
  31. val OriginalUrlFieldManifest: Manifest[String]

    Permalink
  32. val RoleField: TField

    Permalink
  33. val RoleFieldManifest: Manifest[String]

    Permalink
  34. val SourceField: TField

    Permalink
  35. val SourceFieldManifest: Manifest[String]

    Permalink
  36. val Struct: TStruct

    Permalink
  37. val TitleField: TField

    Permalink
  38. val TitleFieldManifest: Manifest[String]

    Permalink
  39. val WidthField: TField

    Permalink
  40. val WidthFieldManifest: Manifest[Int]

    Permalink
  41. def apply(html: Option[String] = _root_.scala.None, description: Option[String] = _root_.scala.None, source: Option[String] = _root_.scala.None, title: Option[String] = _root_.scala.None, credit: Option[String] = _root_.scala.None, caption: Option[String] = _root_.scala.None, authorName: Option[String] = _root_.scala.None, originalUrl: Option[String] = _root_.scala.None, height: Option[Int] = _root_.scala.None, width: Option[Int] = _root_.scala.None, durationMinutes: Option[Int] = _root_.scala.None, durationSeconds: Option[Int] = _root_.scala.None, clean: Option[Boolean] = _root_.scala.None, explicit: Option[Boolean] = _root_.scala.None, mediaId: Option[String] = _root_.scala.None, role: Option[String] = _root_.scala.None, isMandatory: Option[Boolean] = _root_.scala.None): AudioElementFields

    Permalink
  42. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  43. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  44. def decode(_iprot: TProtocol): AudioElementFields

    Permalink
    Definition Classes
    AudioElementFields → ThriftStructCodec
  45. def encode(_item: AudioElementFields, _oproto: TProtocol): Unit

    Permalink
    Definition Classes
    AudioElementFields → ThriftStructCodec
  46. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  47. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  48. lazy val fieldInfos: List[ThriftStructFieldInfo]

    Permalink

    Field information in declaration order.

  49. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  50. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  51. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  52. lazy val metaData: ThriftStructMetaData[AudioElementFields]

    Permalink
    Definition Classes
    ThriftStructCodec
  53. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  54. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  55. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  56. lazy val structAnnotations: Map[String, String]

    Permalink
  57. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  58. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  59. def ttypeToString(byte: Byte): String

    Permalink
    Attributes
    protected
    Definition Classes
    ThriftStructCodec3
  60. def unapply(_item: AudioElementFields): Option[(Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[Int], Option[Int], Option[Int], Option[Int], Option[Boolean], Option[Boolean], Option[String], Option[String], Option[Boolean])]

    Permalink
  61. def validate(_item: AudioElementFields): Unit

    Permalink

    Checks that all required fields are non-null.

  62. final def validateField[U <: ValidatingThriftStruct[U]](any: Any): Seq[Issue]

    Permalink
    Attributes
    protected
    Definition Classes
    ValidatingThriftStructCodec3
  63. def validateNewInstance(item: AudioElementFields): Seq[Issue]

    Permalink

    Checks that the struct is a valid as a new instance.

    Checks that the struct is a valid as a new instance. If there are any missing required or construction required fields, return a non-empty list.

    Definition Classes
    AudioElementFields → ValidatingThriftStructCodec3
  64. final def wait(arg0: Long, arg1: Int): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. def withoutPassthroughFields(original: AudioElementFields): AudioElementFields

    Permalink

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 Serializable

Inherited from Serializable

Inherited from ValidatingThriftStructCodec3[AudioElementFields]

Inherited from ThriftStructCodec3[AudioElementFields]

Inherited from ThriftStructCodec[AudioElementFields]

Inherited from AnyRef

Inherited from Any

Ungrouped