com.gu.contentapi.client.model.v1

VideoElementFields

trait VideoElementFields extends ThriftStruct with 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]] with Serializable

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

Abstract Value Members

  1. abstract def caption: Option[String]

  2. abstract def contentAuthSystem: Option[String]

  3. abstract def credit: Option[String]

  4. abstract def description: Option[String]

  5. abstract def duration: Option[Int]

  6. abstract def embeddable: Option[String]

  7. abstract def height: Option[Int]

  8. abstract def html: Option[String]

  9. abstract def isInappropriateForAdverts: Option[Boolean]

  10. abstract def mediaId: Option[String]

  11. abstract def originalUrl: Option[String]

  12. abstract def role: Option[String]

  13. abstract def shortUrl: Option[String]

  14. abstract def source: Option[String]

  15. abstract def stillImageUrl: Option[String]

  16. abstract def thumbnailUrl: Option[String]

  17. abstract def title: Option[String]

  18. abstract def url: Option[String]

  19. abstract def width: Option[Int]

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]

  26. final def asInstanceOf[T0]: T0

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. 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

  30. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

  36. def hashCode(): Int

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

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

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

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

    Definition Classes
    AnyRef
  41. def productArity: Int

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

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

    Definition Classes
    Product
  44. def productPrefix: String

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

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

    Definition Classes
    AnyRef
  47. def toString(): String

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

  49. def unsetContentAuthSystem: VideoElementFields

  50. def unsetCredit: VideoElementFields

  51. def unsetDescription: VideoElementFields

  52. def unsetDuration: VideoElementFields

  53. def unsetEmbeddable: VideoElementFields

  54. 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.

  55. def unsetHeight: VideoElementFields

  56. def unsetHtml: VideoElementFields

  57. def unsetIsInappropriateForAdverts: VideoElementFields

  58. def unsetMediaId: VideoElementFields

  59. def unsetOriginalUrl: VideoElementFields

  60. def unsetRole: VideoElementFields

  61. def unsetShortUrl: VideoElementFields

  62. def unsetSource: VideoElementFields

  63. def unsetStillImageUrl: VideoElementFields

  64. def unsetThumbnailUrl: VideoElementFields

  65. def unsetTitle: VideoElementFields

  66. 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.

  67. def unsetWidth: VideoElementFields

  68. final def wait(): Unit

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

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

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

    Definition Classes
    VideoElementFields → ThriftStruct

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