com.gu.contentapi.client.model.v1.VideoElementFields

Proxy

trait Proxy extends VideoElementFields

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.

Linear Supertypes
VideoElementFields, Serializable, Product19[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]], Product, Equals, ThriftStruct, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Proxy
  2. VideoElementFields
  3. Serializable
  4. Product19
  5. Product
  6. Equals
  7. ThriftStruct
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def _underlying_VideoElementFields: VideoElementFields

    Attributes
    protected

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def _1: Option[String]

    Definition Classes
    VideoElementFields → Product19
  7. def _10: Option[Int]

    Definition Classes
    VideoElementFields → Product19
  8. def _11: Option[String]

    Definition Classes
    VideoElementFields → Product19
  9. def _12: Option[String]

    Definition Classes
    VideoElementFields → Product19
  10. def _13: Option[Boolean]

    Definition Classes
    VideoElementFields → Product19
  11. def _14: Option[String]

    Definition Classes
    VideoElementFields → Product19
  12. def _15: Option[String]

    Definition Classes
    VideoElementFields → Product19
  13. def _16: Option[String]

    Definition Classes
    VideoElementFields → Product19
  14. def _17: Option[String]

    Definition Classes
    VideoElementFields → Product19
  15. def _18: Option[String]

    Definition Classes
    VideoElementFields → Product19
  16. def _19: Option[String]

    Definition Classes
    VideoElementFields → Product19
  17. def _2: Option[String]

    Definition Classes
    VideoElementFields → Product19
  18. def _3: Option[String]

    Definition Classes
    VideoElementFields → Product19
  19. def _4: Option[String]

    Definition Classes
    VideoElementFields → Product19
  20. def _5: Option[String]

    Definition Classes
    VideoElementFields → Product19
  21. def _6: Option[String]

    Definition Classes
    VideoElementFields → Product19
  22. def _7: Option[String]

    Definition Classes
    VideoElementFields → Product19
  23. def _8: Option[Int]

    Definition Classes
    VideoElementFields → Product19
  24. def _9: Option[Int]

    Definition Classes
    VideoElementFields → Product19
  25. def _passthroughFields: Map[Short, TFieldBlob]

    Definition Classes
    ProxyVideoElementFields
  26. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  27. def canEqual(other: Any): Boolean

    Definition Classes
    VideoElementFields → Equals
  28. def caption: Option[String]

    Definition Classes
    ProxyVideoElementFields
  29. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. def contentAuthSystem: Option[String]

    Definition Classes
    ProxyVideoElementFields
  31. def copy(url: Option[String] = this.url, description: Option[String] = this.description, title: Option[String] = this.title, html: Option[String] = this.html, source: Option[String] = this.source, credit: Option[String] = this.credit, caption: Option[String] = this.caption, height: Option[Int] = this.height, width: Option[Int] = this.width, duration: Option[Int] = this.duration, contentAuthSystem: Option[String] = this.contentAuthSystem, embeddable: Option[String] = this.embeddable, isInappropriateForAdverts: Option[Boolean] = this.isInappropriateForAdverts, mediaId: Option[String] = this.mediaId, stillImageUrl: Option[String] = this.stillImageUrl, thumbnailUrl: Option[String] = this.thumbnailUrl, shortUrl: Option[String] = this.shortUrl, role: Option[String] = this.role, originalUrl: Option[String] = this.originalUrl, _passthroughFields: Map[Short, TFieldBlob] = this._passthroughFields): VideoElementFields

    Definition Classes
    VideoElementFields
  32. def credit: Option[String]

    Definition Classes
    ProxyVideoElementFields
  33. def description: Option[String]

    Definition Classes
    ProxyVideoElementFields
  34. def duration: Option[Int]

    Definition Classes
    ProxyVideoElementFields
  35. def embeddable: Option[String]

    Definition Classes
    ProxyVideoElementFields
  36. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    VideoElementFields → Equals → AnyRef → Any
  38. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  40. 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 returend. Otherwise, if the specified field is known and not optional and set to None, then the field is serialized and returned.

    Definition Classes
    VideoElementFields
  41. def getFieldBlobs(ids: TraversableOnce[Short]): Map[Short, TFieldBlob]

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

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

    Definition Classes
    VideoElementFields
  42. def hashCode(): Int

    Definition Classes
    VideoElementFields → AnyRef → Any
  43. def height: Option[Int]

    Definition Classes
    ProxyVideoElementFields
  44. def html: Option[String]

    Definition Classes
    ProxyVideoElementFields
  45. def isInappropriateForAdverts: Option[Boolean]

    Definition Classes
    ProxyVideoElementFields
  46. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  47. def mediaId: Option[String]

    Definition Classes
    ProxyVideoElementFields
  48. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  49. final def notify(): Unit

    Definition Classes
    AnyRef
  50. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  51. def originalUrl: Option[String]

    Definition Classes
    ProxyVideoElementFields
  52. def productArity: Int

    Definition Classes
    VideoElementFields → Product19 → Product
  53. def productElement(n: Int): Any

    Definition Classes
    VideoElementFields → Product19 → Product
  54. def productIterator: Iterator[Any]

    Definition Classes
    Product
  55. def productPrefix: String

    Definition Classes
    VideoElementFields → Product
  56. def role: Option[String]

    Definition Classes
    ProxyVideoElementFields
  57. def setField(_blob: TFieldBlob): VideoElementFields

    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
    VideoElementFields
  58. def shortUrl: Option[String]

    Definition Classes
    ProxyVideoElementFields
  59. def source: Option[String]

    Definition Classes
    ProxyVideoElementFields
  60. def stillImageUrl: Option[String]

    Definition Classes
    ProxyVideoElementFields
  61. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  62. def thumbnailUrl: Option[String]

    Definition Classes
    ProxyVideoElementFields
  63. def title: Option[String]

    Definition Classes
    ProxyVideoElementFields
  64. def toString(): String

    Definition Classes
    VideoElementFields → AnyRef → Any
  65. def unsetCaption: VideoElementFields

    Definition Classes
    VideoElementFields
  66. def unsetContentAuthSystem: VideoElementFields

    Definition Classes
    VideoElementFields
  67. def unsetCredit: VideoElementFields

    Definition Classes
    VideoElementFields
  68. def unsetDescription: VideoElementFields

    Definition Classes
    VideoElementFields
  69. def unsetDuration: VideoElementFields

    Definition Classes
    VideoElementFields
  70. def unsetEmbeddable: VideoElementFields

    Definition Classes
    VideoElementFields
  71. def unsetField(_fieldId: Short): VideoElementFields

    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 subtracked from the passthroughFields map, if present.

    Definition Classes
    VideoElementFields
  72. def unsetHeight: VideoElementFields

    Definition Classes
    VideoElementFields
  73. def unsetHtml: VideoElementFields

    Definition Classes
    VideoElementFields
  74. def unsetIsInappropriateForAdverts: VideoElementFields

    Definition Classes
    VideoElementFields
  75. def unsetMediaId: VideoElementFields

    Definition Classes
    VideoElementFields
  76. def unsetOriginalUrl: VideoElementFields

    Definition Classes
    VideoElementFields
  77. def unsetRole: VideoElementFields

    Definition Classes
    VideoElementFields
  78. def unsetShortUrl: VideoElementFields

    Definition Classes
    VideoElementFields
  79. def unsetSource: VideoElementFields

    Definition Classes
    VideoElementFields
  80. def unsetStillImageUrl: VideoElementFields

    Definition Classes
    VideoElementFields
  81. def unsetThumbnailUrl: VideoElementFields

    Definition Classes
    VideoElementFields
  82. def unsetTitle: VideoElementFields

    Definition Classes
    VideoElementFields
  83. def unsetUrl: VideoElementFields

    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 subtracked from the passthroughFields map, if present.

    Definition Classes
    VideoElementFields
  84. def unsetWidth: VideoElementFields

    Definition Classes
    VideoElementFields
  85. def url: Option[String]

    Definition Classes
    ProxyVideoElementFields
  86. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  89. def width: Option[Int]

    Definition Classes
    ProxyVideoElementFields
  90. def write(_oprot: TProtocol): Unit

    Definition Classes
    VideoElementFields → ThriftStruct

Inherited from VideoElementFields

Inherited from Serializable

Inherited from Product19[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]]

Inherited from Product

Inherited from Equals

Inherited from ThriftStruct

Inherited from AnyRef

Inherited from Any

Ungrouped