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 clean: Option[Boolean]

  6. abstract def credit: Option[String]

  7. abstract def displayCredit: Option[Boolean]

  8. abstract def durationMinutes: Option[Int]

  9. abstract def durationSeconds: Option[Int]

  10. abstract def embedType: Option[String]

  11. abstract def embeddable: Option[Boolean]

  12. abstract def explicit: Option[Boolean]

  13. abstract def height: Option[Int]

  14. abstract def html: Option[String]

  15. abstract def iframeUrl: Option[String]

  16. abstract def isInappropriateForAdverts: Option[Boolean]

  17. abstract def isMaster: Option[Boolean]

  18. abstract def mediaId: Option[String]

  19. abstract def name: Option[String]

  20. abstract def photographer: Option[String]

  21. abstract def role: Option[String]

  22. abstract def scriptName: Option[String]

  23. abstract def scriptUrl: Option[String]

  24. abstract def secureFile: Option[String]

  25. abstract def sizeInBytes: Option[Long]

  26. abstract def source: Option[String]

  27. abstract def stillImageUrl: Option[String]

  28. abstract def thumbnailUrl: Option[String]

  29. 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 _26: Option[String]

  25. def _27: Option[String]

  26. def _28: Option[Boolean]

  27. def _29: Option[Boolean]

  28. def _3: Option[Boolean]

  29. def _4: Option[String]

  30. def _5: Option[String]

  31. def _6: Option[Boolean]

  32. def _7: Option[String]

  33. def _8: Option[String]

  34. def _9: Option[String]

  35. def _passthroughFields: Map[Short, TFieldBlob]

  36. final def asInstanceOf[T0]: T0

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. 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, html: Option[String] = this.html, embedType: Option[String] = this.embedType, explicit: Option[Boolean] = this.explicit, clean: Option[Boolean] = this.clean, _passthroughFields: Map[Short, TFieldBlob] = this._passthroughFields): AssetFields

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

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

    Definition Classes
    AssetFields → Equals → AnyRef → Any
  42. def finalize(): Unit

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

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

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

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

  46. def hashCode(): Int

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

    Definition Classes
    Any
  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 productArity: Int

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

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

    Definition Classes
    Product
  54. def productPrefix: String

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

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

    Definition Classes
    AnyRef
  57. def toString(): String

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

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

  60. def unsetBlockAds: AssetFields

  61. def unsetCaption: AssetFields

  62. def unsetClean: AssetFields

  63. def unsetCredit: AssetFields

  64. def unsetDisplayCredit: AssetFields

  65. def unsetDurationMinutes: AssetFields

  66. def unsetDurationSeconds: AssetFields

  67. def unsetEmbedType: AssetFields

  68. def unsetEmbeddable: AssetFields

  69. def unsetExplicit: AssetFields

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

  71. def unsetHeight: AssetFields

  72. def unsetHtml: AssetFields

  73. def unsetIframeUrl: AssetFields

  74. def unsetIsInappropriateForAdverts: AssetFields

  75. def unsetIsMaster: AssetFields

  76. def unsetMediaId: AssetFields

  77. def unsetName: AssetFields

  78. def unsetPhotographer: AssetFields

  79. def unsetRole: AssetFields

  80. def unsetScriptName: AssetFields

  81. def unsetScriptUrl: AssetFields

  82. def unsetSecureFile: AssetFields

  83. def unsetSizeInBytes: AssetFields

  84. def unsetSource: AssetFields

  85. def unsetStillImageUrl: AssetFields

  86. def unsetThumbnailUrl: AssetFields

  87. def unsetWidth: AssetFields

  88. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  91. 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