Trait/Object

com.gu.flexiblecontent.model.thrift

VideoElementFields

Related Docs: object VideoElementFields | package thrift

Permalink

trait VideoElementFields extends ThriftStruct with Product with ValidatingThriftStruct[VideoElementFields] with Serializable

Prefer the companion object's com.gu.flexiblecontent.model.thrift.VideoElementFields.apply for construction if you don't need to specify passthrough fields.

Linear Supertypes
Serializable, ValidatingThriftStruct[VideoElementFields], HasThriftStructCodec3[VideoElementFields], Product, Equals, ThriftStruct, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VideoElementFields
  2. Serializable
  3. ValidatingThriftStruct
  4. HasThriftStructCodec3
  5. Product
  6. Equals
  7. ThriftStruct
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def blockAds: Option[Boolean]

    Permalink
  2. abstract def caption: Option[String]

    Permalink
  3. abstract def contentAuthSystem: Option[String]

    Permalink
  4. abstract def credit: Option[String]

    Permalink
  5. abstract def description: Option[String]

    Permalink

    The description of the video

  6. abstract def duration: Option[Int]

    Permalink
  7. abstract def embeddable: Option[String]

    Permalink

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

  8. abstract def guardianHoldingImageCopyright: Option[String]

    Permalink
  9. abstract def guardianHoldingImagePhotographer: Option[String]

    Permalink
  10. abstract def guardianHoldingImagePicdarUrn: Option[String]

    Permalink
  11. abstract def guardianHoldingImageSource: Option[String]

    Permalink
  12. abstract def guardianHoldingImageSuppliersReference: Option[String]

    Permalink
  13. abstract def height: Option[Int]

    Permalink
  14. abstract def html: Option[String]

    Permalink

    The html for the video

  15. abstract def mediaId: Option[String]

    Permalink
  16. abstract def originalUrl: Option[String]

    Permalink

    This is used for e.g.

    This is used for e.g. Instagram video embeds

  17. abstract def role: Option[String]

    Permalink
  18. abstract def shortUrl: Option[String]

    Permalink
  19. abstract def source: Option[String]

    Permalink
  20. abstract def stillImageUrl: Option[String]

    Permalink
  21. abstract def thumbnailImageUrl: Option[String]

    Permalink
  22. abstract def title: Option[String]

    Permalink

    The title of the video

  23. abstract def url: Option[String]

    Permalink

    The url of the video

  24. abstract def width: Option[Int]

    Permalink

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
  5. def _10: Option[Int]

    Permalink
  6. def _11: Option[String]

    Permalink
  7. def _12: Option[String]

    Permalink
  8. def _13: Option[String]

    Permalink
  9. def _14: Option[Boolean]

    Permalink
  10. def _15: Option[String]

    Permalink
  11. def _16: Option[String]

    Permalink
  12. def _17: Option[String]

    Permalink
  13. def _18: Option[String]

    Permalink
  14. def _19: Option[String]

    Permalink
  15. def _2: Option[String]

    Permalink
  16. def _20: Option[String]

    Permalink
  17. def _21: Option[String]

    Permalink
  18. def _22: Option[String]

    Permalink
  19. def _23: Option[String]

    Permalink
  20. def _24: Option[String]

    Permalink
  21. def _3: Option[String]

    Permalink
  22. def _4: Option[String]

    Permalink
  23. def _5: Option[String]

    Permalink
  24. def _6: Option[String]

    Permalink
  25. def _7: Option[String]

    Permalink
  26. def _8: Option[Int]

    Permalink
  27. def _9: Option[Int]

    Permalink
  28. def _codec: ValidatingThriftStructCodec3[VideoElementFields]

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

    Permalink
  30. final def asInstanceOf[T0]: T0

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

    Permalink
    Definition Classes
    VideoElementFields → Equals
  32. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. 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
  34. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  38. 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.

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

    Permalink

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

  40. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  42. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  45. def productArity: Int

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

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

    Permalink
    Definition Classes
    Product
  48. def productPrefix: String

    Permalink
    Definition Classes
    VideoElementFields → Product
  49. 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.

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

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

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

    Permalink
  53. def unsetCaption: VideoElementFields

    Permalink
  54. def unsetContentAuthSystem: VideoElementFields

    Permalink
  55. def unsetCredit: VideoElementFields

    Permalink
  56. def unsetDescription: VideoElementFields

    Permalink
  57. def unsetDuration: VideoElementFields

    Permalink
  58. def unsetEmbeddable: VideoElementFields

    Permalink
  59. 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.

  60. def unsetGuardianHoldingImageCopyright: VideoElementFields

    Permalink
  61. def unsetGuardianHoldingImagePhotographer: VideoElementFields

    Permalink
  62. def unsetGuardianHoldingImagePicdarUrn: VideoElementFields

    Permalink
  63. def unsetGuardianHoldingImageSource: VideoElementFields

    Permalink
  64. def unsetGuardianHoldingImageSuppliersReference: VideoElementFields

    Permalink
  65. def unsetHeight: VideoElementFields

    Permalink
  66. def unsetHtml: VideoElementFields

    Permalink
  67. def unsetMediaId: VideoElementFields

    Permalink
  68. def unsetOriginalUrl: VideoElementFields

    Permalink
  69. def unsetRole: VideoElementFields

    Permalink
  70. def unsetShortUrl: VideoElementFields

    Permalink
  71. def unsetSource: VideoElementFields

    Permalink
  72. def unsetStillImageUrl: VideoElementFields

    Permalink
  73. def unsetThumbnailImageUrl: VideoElementFields

    Permalink
  74. def unsetTitle: VideoElementFields

    Permalink
  75. 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.

  76. def unsetWidth: VideoElementFields

    Permalink
  77. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  80. def write(_oprot: TProtocol): Unit

    Permalink
    Definition Classes
    VideoElementFields → ThriftStruct

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