Object/Trait

com.gu.contentapi.client.model.v1

VideoElementFields

Related Docs: trait VideoElementFields | package v1

Permalink

object VideoElementFields extends ValidatingThriftStructCodec3[VideoElementFields] with StructBuilderFactory[VideoElementFields] with Serializable

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

Type Members

  1. class Immutable extends VideoElementFields

    Permalink

    The default read-only implementation of VideoElementFields.

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

  2. trait Proxy extends VideoElementFields

    Permalink

    This Proxy trait allows you to extend the VideoElementFields trait with additional state or behavior and implement the read-only methods from VideoElementFields 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 CaptionField: TField

    Permalink
  5. val CaptionFieldManifest: Manifest[String]

    Permalink
  6. val ContentAuthSystemField: TField

    Permalink
  7. val ContentAuthSystemFieldManifest: Manifest[String]

    Permalink
  8. val CreditField: TField

    Permalink
  9. val CreditFieldManifest: Manifest[String]

    Permalink
  10. val DescriptionField: TField

    Permalink
  11. val DescriptionFieldManifest: Manifest[String]

    Permalink
  12. val DurationField: TField

    Permalink
  13. val DurationFieldManifest: Manifest[Int]

    Permalink
  14. val EmbeddableField: TField

    Permalink
  15. val EmbeddableFieldManifest: Manifest[String]

    Permalink
  16. val HeightField: TField

    Permalink
  17. val HeightFieldManifest: Manifest[Int]

    Permalink
  18. val HtmlField: TField

    Permalink
  19. val HtmlFieldManifest: Manifest[String]

    Permalink
  20. object Immutable extends ThriftStructCodec3[VideoElementFields] with Serializable

    Permalink
  21. val IsInappropriateForAdvertsField: TField

    Permalink
  22. val IsInappropriateForAdvertsFieldManifest: Manifest[Boolean]

    Permalink
  23. val MediaIdField: TField

    Permalink
  24. val MediaIdFieldManifest: Manifest[String]

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

    Permalink
  26. val OriginalUrlField: TField

    Permalink
  27. val OriginalUrlFieldManifest: Manifest[String]

    Permalink
  28. val RoleField: TField

    Permalink
  29. val RoleFieldManifest: Manifest[String]

    Permalink
  30. val ShortUrlField: TField

    Permalink
  31. val ShortUrlFieldManifest: Manifest[String]

    Permalink
  32. val SourceDomainField: TField

    Permalink
  33. val SourceDomainFieldManifest: Manifest[String]

    Permalink
  34. val SourceField: TField

    Permalink
  35. val SourceFieldManifest: Manifest[String]

    Permalink
  36. val StillImageUrlField: TField

    Permalink
  37. val StillImageUrlFieldManifest: Manifest[String]

    Permalink
  38. val Struct: TStruct

    Permalink
  39. val ThumbnailUrlField: TField

    Permalink
  40. val ThumbnailUrlFieldManifest: Manifest[String]

    Permalink
  41. val TitleField: TField

    Permalink
  42. val TitleFieldManifest: Manifest[String]

    Permalink
  43. val UrlField: TField

    Permalink
  44. val UrlFieldManifest: Manifest[String]

    Permalink
  45. val WidthField: TField

    Permalink
  46. val WidthFieldManifest: Manifest[Int]

    Permalink
  47. def apply(url: Option[String] = _root_.scala.None, description: Option[String] = _root_.scala.None, title: Option[String] = _root_.scala.None, html: Option[String] = _root_.scala.None, source: Option[String] = _root_.scala.None, credit: Option[String] = _root_.scala.None, caption: Option[String] = _root_.scala.None, height: Option[Int] = _root_.scala.None, width: Option[Int] = _root_.scala.None, duration: Option[Int] = _root_.scala.None, contentAuthSystem: Option[String] = _root_.scala.None, embeddable: Option[String] = _root_.scala.None, isInappropriateForAdverts: Option[Boolean] = _root_.scala.None, mediaId: Option[String] = _root_.scala.None, stillImageUrl: Option[String] = _root_.scala.None, thumbnailUrl: Option[String] = _root_.scala.None, shortUrl: Option[String] = _root_.scala.None, role: Option[String] = _root_.scala.None, originalUrl: Option[String] = _root_.scala.None, sourceDomain: Option[String] = _root_.scala.None): VideoElementFields

    Permalink
  48. final def asInstanceOf[T0]: T0

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

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

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

    Permalink
    Definition Classes
    VideoElementFields → ThriftStructCodec
  52. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink

    Field information in declaration order.

  55. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  56. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  57. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  58. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  59. lazy val metaData: ThriftStructMetaData[VideoElementFields]

    Permalink
    Definition Classes
    VideoElementFields → ThriftStructCodec
  60. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  61. def newBuilder(): StructBuilder[VideoElementFields]

    Permalink
    Definition Classes
    VideoElementFields → StructBuilderFactory
  62. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  64. val structAnnotations: Map[String, String]

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

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

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

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

    Permalink
  69. def validate(_item: VideoElementFields): Unit

    Permalink

    Checks that all required fields are non-null.

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

    Permalink
    Attributes
    protected
    Definition Classes
    ValidatingThriftStructCodec3
  71. def validateNewInstance(item: VideoElementFields): 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
    VideoElementFields → ValidatingThriftStructCodec3
  72. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  73. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  75. def withoutPassthroughFields(original: VideoElementFields): VideoElementFields

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from StructBuilderFactory[VideoElementFields]

Inherited from ValidatingThriftStructCodec3[VideoElementFields]

Inherited from ThriftStructCodec3[VideoElementFields]

Inherited from ThriftStructCodec[VideoElementFields]

Inherited from AnyRef

Inherited from Any

Ungrouped