Trait

com.gu.flexiblecontent.model.thrift.VideoElementFields

Proxy

Related Doc: package VideoElementFields

Permalink

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, ValidatingThriftStruct[VideoElementFields], HasThriftStructCodec3[VideoElementFields], Product, Equals, ThriftStruct, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Proxy
  2. VideoElementFields
  3. Serializable
  4. ValidatingThriftStruct
  5. HasThriftStructCodec3
  6. Product
  7. Equals
  8. ThriftStruct
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def _underlying_VideoElementFields: VideoElementFields

    Permalink
    Attributes
    protected

Concrete 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. def _1: Option[String]

    Permalink
    Definition Classes
    VideoElementFields
  5. def _10: Option[Int]

    Permalink
    Definition Classes
    VideoElementFields
  6. def _11: Option[String]

    Permalink
    Definition Classes
    VideoElementFields
  7. def _12: Option[String]

    Permalink
    Definition Classes
    VideoElementFields
  8. def _13: Option[String]

    Permalink
    Definition Classes
    VideoElementFields
  9. def _14: Option[Boolean]

    Permalink
    Definition Classes
    VideoElementFields
  10. def _15: Option[String]

    Permalink
    Definition Classes
    VideoElementFields
  11. def _16: Option[String]

    Permalink
    Definition Classes
    VideoElementFields
  12. def _17: Option[String]

    Permalink
    Definition Classes
    VideoElementFields
  13. def _18: Option[String]

    Permalink
    Definition Classes
    VideoElementFields
  14. def _19: Option[String]

    Permalink
    Definition Classes
    VideoElementFields
  15. def _2: Option[String]

    Permalink
    Definition Classes
    VideoElementFields
  16. def _20: Option[String]

    Permalink
    Definition Classes
    VideoElementFields
  17. def _21: Option[String]

    Permalink
    Definition Classes
    VideoElementFields
  18. def _22: Option[String]

    Permalink
    Definition Classes
    VideoElementFields
  19. def _23: Option[String]

    Permalink
    Definition Classes
    VideoElementFields
  20. def _24: Option[String]

    Permalink
    Definition Classes
    VideoElementFields
  21. def _3: Option[String]

    Permalink
    Definition Classes
    VideoElementFields
  22. def _4: Option[String]

    Permalink
    Definition Classes
    VideoElementFields
  23. def _5: Option[String]

    Permalink
    Definition Classes
    VideoElementFields
  24. def _6: Option[String]

    Permalink
    Definition Classes
    VideoElementFields
  25. def _7: Option[String]

    Permalink
    Definition Classes
    VideoElementFields
  26. def _8: Option[Int]

    Permalink
    Definition Classes
    VideoElementFields
  27. def _9: Option[Int]

    Permalink
    Definition Classes
    VideoElementFields
  28. def _codec: ValidatingThriftStructCodec3[VideoElementFields]

    Permalink
    Definition Classes
    VideoElementFields → ValidatingThriftStruct → HasThriftStructCodec3
  29. def _passthroughFields: Map[Short, TFieldBlob]

    Permalink
    Definition Classes
    ProxyVideoElementFields
  30. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  31. def blockAds: Option[Boolean]

    Permalink
    Definition Classes
    ProxyVideoElementFields
  32. def canEqual(other: Any): Boolean

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

    Permalink
    Definition Classes
    ProxyVideoElementFields
  34. def clone(): AnyRef

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

    Permalink
    Definition Classes
    ProxyVideoElementFields
  36. 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, width: Option[Int] = this.width, height: Option[Int] = this.height, duration: Option[Int] = this.duration, contentAuthSystem: Option[String] = this.contentAuthSystem, mediaId: Option[String] = this.mediaId, embeddable: Option[String] = this.embeddable, blockAds: Option[Boolean] = this.blockAds, stillImageUrl: Option[String] = this.stillImageUrl, thumbnailImageUrl: Option[String] = this.thumbnailImageUrl, shortUrl: Option[String] = this.shortUrl, role: Option[String] = this.role, originalUrl: Option[String] = this.originalUrl, guardianHoldingImageSource: Option[String] = this.guardianHoldingImageSource, guardianHoldingImagePhotographer: Option[String] = ..., guardianHoldingImagePicdarUrn: Option[String] = this.guardianHoldingImagePicdarUrn, guardianHoldingImageCopyright: Option[String] = this.guardianHoldingImageCopyright, guardianHoldingImageSuppliersReference: Option[String] = ..., _passthroughFields: Map[Short, TFieldBlob] = this._passthroughFields): VideoElementFields

    Permalink
    Definition Classes
    VideoElementFields
  37. def credit: Option[String]

    Permalink
    Definition Classes
    ProxyVideoElementFields
  38. def description: Option[String]

    Permalink

    The description of the video

    The description of the video

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

    Permalink
    Definition Classes
    ProxyVideoElementFields
  40. def embeddable: Option[String]

    Permalink

    Not a bool, because I think that despite the boolean-sounding name it can actually contain arbitrary string values

    Not a bool, because I think that despite the boolean-sounding name it can actually contain arbitrary string values

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  45. def getFieldBlob(_fieldId: Short): Option[TFieldBlob]

    Permalink

    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.

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

    Permalink

    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
  47. def guardianHoldingImageCopyright: Option[String]

    Permalink
    Definition Classes
    ProxyVideoElementFields
  48. def guardianHoldingImagePhotographer: Option[String]

    Permalink
    Definition Classes
    ProxyVideoElementFields
  49. def guardianHoldingImagePicdarUrn: Option[String]

    Permalink
    Definition Classes
    ProxyVideoElementFields
  50. def guardianHoldingImageSource: Option[String]

    Permalink
    Definition Classes
    ProxyVideoElementFields
  51. def guardianHoldingImageSuppliersReference: Option[String]

    Permalink
    Definition Classes
    ProxyVideoElementFields
  52. def hashCode(): Int

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

    Permalink
    Definition Classes
    ProxyVideoElementFields
  54. def html: Option[String]

    Permalink

    The html for the video

    The html for the video

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

    Permalink
    Definition Classes
    Any
  56. def mediaId: Option[String]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  60. def originalUrl: Option[String]

    Permalink

    This is used for e.g.

    This is used for e.g. Instagram video embeds

    Definition Classes
    ProxyVideoElementFields
  61. def productArity: Int

    Permalink
    Definition Classes
    VideoElementFields → Product
  62. def productElement(n: Int): Any

    Permalink
    Definition Classes
    VideoElementFields → Product
  63. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  64. def productPrefix: String

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

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

    Permalink

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

    Permalink
    Definition Classes
    ProxyVideoElementFields
  68. def source: Option[String]

    Permalink
    Definition Classes
    ProxyVideoElementFields
  69. def stillImageUrl: Option[String]

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

    Permalink
    Definition Classes
    AnyRef
  71. def thumbnailImageUrl: Option[String]

    Permalink
    Definition Classes
    ProxyVideoElementFields
  72. def title: Option[String]

    Permalink

    The title of the video

    The title of the video

    Definition Classes
    ProxyVideoElementFields
  73. def toString(): String

    Permalink
    Definition Classes
    VideoElementFields → AnyRef → Any
  74. def unsetBlockAds: VideoElementFields

    Permalink
    Definition Classes
    VideoElementFields
  75. def unsetCaption: VideoElementFields

    Permalink
    Definition Classes
    VideoElementFields
  76. def unsetContentAuthSystem: VideoElementFields

    Permalink
    Definition Classes
    VideoElementFields
  77. def unsetCredit: VideoElementFields

    Permalink
    Definition Classes
    VideoElementFields
  78. def unsetDescription: VideoElementFields

    Permalink
    Definition Classes
    VideoElementFields
  79. def unsetDuration: VideoElementFields

    Permalink
    Definition Classes
    VideoElementFields
  80. def unsetEmbeddable: VideoElementFields

    Permalink
    Definition Classes
    VideoElementFields
  81. def unsetField(_fieldId: Short): VideoElementFields

    Permalink

    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.

    Definition Classes
    VideoElementFields
  82. def unsetGuardianHoldingImageCopyright: VideoElementFields

    Permalink
    Definition Classes
    VideoElementFields
  83. def unsetGuardianHoldingImagePhotographer: VideoElementFields

    Permalink
    Definition Classes
    VideoElementFields
  84. def unsetGuardianHoldingImagePicdarUrn: VideoElementFields

    Permalink
    Definition Classes
    VideoElementFields
  85. def unsetGuardianHoldingImageSource: VideoElementFields

    Permalink
    Definition Classes
    VideoElementFields
  86. def unsetGuardianHoldingImageSuppliersReference: VideoElementFields

    Permalink
    Definition Classes
    VideoElementFields
  87. def unsetHeight: VideoElementFields

    Permalink
    Definition Classes
    VideoElementFields
  88. def unsetHtml: VideoElementFields

    Permalink
    Definition Classes
    VideoElementFields
  89. def unsetMediaId: VideoElementFields

    Permalink
    Definition Classes
    VideoElementFields
  90. def unsetOriginalUrl: VideoElementFields

    Permalink
    Definition Classes
    VideoElementFields
  91. def unsetRole: VideoElementFields

    Permalink
    Definition Classes
    VideoElementFields
  92. def unsetShortUrl: VideoElementFields

    Permalink
    Definition Classes
    VideoElementFields
  93. def unsetSource: VideoElementFields

    Permalink
    Definition Classes
    VideoElementFields
  94. def unsetStillImageUrl: VideoElementFields

    Permalink
    Definition Classes
    VideoElementFields
  95. def unsetThumbnailImageUrl: VideoElementFields

    Permalink
    Definition Classes
    VideoElementFields
  96. def unsetTitle: VideoElementFields

    Permalink
    Definition Classes
    VideoElementFields
  97. def unsetUrl: VideoElementFields

    Permalink

    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.

    Definition Classes
    VideoElementFields
  98. def unsetWidth: VideoElementFields

    Permalink
    Definition Classes
    VideoElementFields
  99. def url: Option[String]

    Permalink

    The url of the video

    The url of the video

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

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

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

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

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

    Permalink
    Definition Classes
    VideoElementFields → ThriftStruct

Inherited from VideoElementFields

Inherited from Serializable

Inherited from ValidatingThriftStruct[VideoElementFields]

Inherited from HasThriftStructCodec3[VideoElementFields]

Inherited from Product

Inherited from Equals

Inherited from ThriftStruct

Inherited from AnyRef

Inherited from Any

Ungrouped