com.gu.contentapi.client.model.v1

AssetFields

trait AssetFields extends ThriftStruct with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, ThriftStruct, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AssetFields
  2. Serializable
  3. Product
  4. Equals
  5. ThriftStruct
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def altText: Option[String]

  2. abstract def aspectRatio: Option[String]

  3. abstract def blockAds: Option[Boolean]

  4. abstract def caption: Option[String]

  5. abstract def credit: Option[String]

  6. abstract def displayCredit: Option[Boolean]

  7. abstract def durationMinutes: Option[Int]

  8. abstract def durationSeconds: Option[Int]

  9. abstract def embeddable: Option[Boolean]

  10. abstract def height: Option[Int]

  11. abstract def iframeUrl: Option[String]

  12. abstract def isInappropriateForAdverts: Option[Boolean]

  13. abstract def isMaster: Option[Boolean]

  14. abstract def mediaId: Option[String]

  15. abstract def name: Option[String]

  16. abstract def photographer: Option[String]

  17. abstract def role: Option[String]

  18. abstract def scriptName: Option[String]

  19. abstract def scriptUrl: Option[String]

  20. abstract def secureFile: Option[String]

  21. abstract def sizeInBytes: Option[Long]

  22. abstract def source: Option[String]

  23. abstract def stillImageUrl: Option[String]

  24. abstract def thumbnailUrl: Option[String]

  25. 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]

  7. def _10: Option[Int]

  8. def _11: Option[Int]

  9. def _12: Option[String]

  10. def _13: Option[String]

  11. def _14: Option[Boolean]

  12. def _15: Option[Long]

  13. def _16: Option[Int]

  14. def _17: Option[Int]

  15. def _18: Option[Boolean]

  16. def _19: Option[String]

  17. def _2: Option[String]

  18. def _20: Option[String]

  19. def _21: Option[String]

  20. def _22: Option[String]

  21. def _23: Option[String]

  22. def _24: Option[String]

  23. def _25: Option[Boolean]

  24. def _3: Option[Boolean]

  25. def _4: Option[String]

  26. def _5: Option[String]

  27. def _6: Option[Boolean]

  28. def _7: Option[String]

  29. def _8: Option[String]

  30. def _9: Option[String]

  31. def _passthroughFields: Map[Short, TFieldBlob]

  32. final def asInstanceOf[T0]: T0

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

    Definition Classes
    AssetFields → Equals
  34. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def copy(aspectRatio: Option[String] = this.aspectRatio, altText: Option[String] = this.altText, isInappropriateForAdverts: Option[Boolean] = this.isInappropriateForAdverts, caption: Option[String] = this.caption, credit: Option[String] = this.credit, embeddable: Option[Boolean] = this.embeddable, photographer: Option[String] = this.photographer, source: Option[String] = this.source, stillImageUrl: Option[String] = this.stillImageUrl, width: Option[Int] = this.width, height: Option[Int] = this.height, name: Option[String] = this.name, secureFile: Option[String] = this.secureFile, isMaster: Option[Boolean] = this.isMaster, sizeInBytes: Option[Long] = this.sizeInBytes, durationMinutes: Option[Int] = this.durationMinutes, durationSeconds: Option[Int] = this.durationSeconds, displayCredit: Option[Boolean] = this.displayCredit, thumbnailUrl: Option[String] = this.thumbnailUrl, role: Option[String] = this.role, mediaId: Option[String] = this.mediaId, iframeUrl: Option[String] = this.iframeUrl, scriptName: Option[String] = this.scriptName, scriptUrl: Option[String] = this.scriptUrl, blockAds: Option[Boolean] = this.blockAds, _passthroughFields: Map[Short, TFieldBlob] = this._passthroughFields): AssetFields

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

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

    Definition Classes
    AssetFields → 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.

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

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

  42. def hashCode(): Int

    Definition Classes
    AssetFields → AnyRef → Any
  43. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  47. def productArity: Int

    Definition Classes
    AssetFields → Product
  48. def productElement(n: Int): Any

    Definition Classes
    AssetFields → Product
  49. def productIterator: Iterator[Any]

    Definition Classes
    Product
  50. def productPrefix: String

    Definition Classes
    AssetFields → Product
  51. def setField(_blob: TFieldBlob): AssetFields

    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.

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

    Definition Classes
    AnyRef
  53. def toString(): String

    Definition Classes
    AssetFields → AnyRef → Any
  54. def unsetAltText: AssetFields

  55. def unsetAspectRatio: AssetFields

    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.

  56. def unsetBlockAds: AssetFields

  57. def unsetCaption: AssetFields

  58. def unsetCredit: AssetFields

  59. def unsetDisplayCredit: AssetFields

  60. def unsetDurationMinutes: AssetFields

  61. def unsetDurationSeconds: AssetFields

  62. def unsetEmbeddable: AssetFields

  63. def unsetField(_fieldId: Short): AssetFields

    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.

  64. def unsetHeight: AssetFields

  65. def unsetIframeUrl: AssetFields

  66. def unsetIsInappropriateForAdverts: AssetFields

  67. def unsetIsMaster: AssetFields

  68. def unsetMediaId: AssetFields

  69. def unsetName: AssetFields

  70. def unsetPhotographer: AssetFields

  71. def unsetRole: AssetFields

  72. def unsetScriptName: AssetFields

  73. def unsetScriptUrl: AssetFields

  74. def unsetSecureFile: AssetFields

  75. def unsetSizeInBytes: AssetFields

  76. def unsetSource: AssetFields

  77. def unsetStillImageUrl: AssetFields

  78. def unsetThumbnailUrl: AssetFields

  79. def unsetWidth: AssetFields

  80. final def wait(): Unit

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

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

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

    Definition Classes
    AssetFields → ThriftStruct

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ThriftStruct

Inherited from AnyRef

Inherited from Any

Ungrouped