Trait/Object

com.gu.contentapi.client.model.v1

AssetFields

Related Docs: object AssetFields | package v1

Permalink

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
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def altText: Option[String]

    Permalink
  2. abstract def aspectRatio: Option[String]

    Permalink
  3. abstract def blockAds: Option[Boolean]

    Permalink
  4. abstract def caption: Option[String]

    Permalink
  5. abstract def credit: Option[String]

    Permalink
  6. abstract def displayCredit: Option[Boolean]

    Permalink
  7. abstract def durationMinutes: Option[Int]

    Permalink
  8. abstract def durationSeconds: Option[Int]

    Permalink
  9. abstract def embeddable: Option[Boolean]

    Permalink
  10. abstract def height: Option[Int]

    Permalink
  11. abstract def iframeUrl: Option[String]

    Permalink
  12. abstract def isInappropriateForAdverts: Option[Boolean]

    Permalink
  13. abstract def isMaster: Option[Boolean]

    Permalink
  14. abstract def mediaId: Option[String]

    Permalink
  15. abstract def name: Option[String]

    Permalink
  16. abstract def photographer: Option[String]

    Permalink
  17. abstract def role: Option[String]

    Permalink
  18. abstract def scriptName: Option[String]

    Permalink
  19. abstract def scriptUrl: Option[String]

    Permalink
  20. abstract def secureFile: Option[String]

    Permalink
  21. abstract def sizeInBytes: Option[Long]

    Permalink
  22. abstract def source: Option[String]

    Permalink
  23. abstract def stillImageUrl: Option[String]

    Permalink
  24. abstract def thumbnailUrl: Option[String]

    Permalink
  25. 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[Int]

    Permalink
  7. def _12: Option[String]

    Permalink
  8. def _13: Option[String]

    Permalink
  9. def _14: Option[Boolean]

    Permalink
  10. def _15: Option[Long]

    Permalink
  11. def _16: Option[Int]

    Permalink
  12. def _17: Option[Int]

    Permalink
  13. def _18: Option[Boolean]

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

    Permalink
  22. def _3: Option[Boolean]

    Permalink
  23. def _4: Option[String]

    Permalink
  24. def _5: Option[String]

    Permalink
  25. def _6: Option[Boolean]

    Permalink
  26. def _7: Option[String]

    Permalink
  27. def _8: Option[String]

    Permalink
  28. def _9: Option[String]

    Permalink
  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
    AssetFields → Equals
  32. def clone(): AnyRef

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

    Permalink
  34. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AssetFields → 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 returend. 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
    AssetFields → 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
    AssetFields → Product
  46. def productElement(n: Int): Any

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

    Permalink
    Definition Classes
    Product
  48. def productPrefix: String

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

    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
    AssetFields → AnyRef → Any
  52. def unsetAltText: AssetFields

    Permalink
  53. def unsetAspectRatio: AssetFields

    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 subtracked from the passthroughFields map, if present.

  54. def unsetBlockAds: AssetFields

    Permalink
  55. def unsetCaption: AssetFields

    Permalink
  56. def unsetCredit: AssetFields

    Permalink
  57. def unsetDisplayCredit: AssetFields

    Permalink
  58. def unsetDurationMinutes: AssetFields

    Permalink
  59. def unsetDurationSeconds: AssetFields

    Permalink
  60. def unsetEmbeddable: AssetFields

    Permalink
  61. def unsetField(_fieldId: Short): AssetFields

    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 subtracked from the passthroughFields map, if present.

  62. def unsetHeight: AssetFields

    Permalink
  63. def unsetIframeUrl: AssetFields

    Permalink
  64. def unsetIsInappropriateForAdverts: AssetFields

    Permalink
  65. def unsetIsMaster: AssetFields

    Permalink
  66. def unsetMediaId: AssetFields

    Permalink
  67. def unsetName: AssetFields

    Permalink
  68. def unsetPhotographer: AssetFields

    Permalink
  69. def unsetRole: AssetFields

    Permalink
  70. def unsetScriptName: AssetFields

    Permalink
  71. def unsetScriptUrl: AssetFields

    Permalink
  72. def unsetSecureFile: AssetFields

    Permalink
  73. def unsetSizeInBytes: AssetFields

    Permalink
  74. def unsetSource: AssetFields

    Permalink
  75. def unsetStillImageUrl: AssetFields

    Permalink
  76. def unsetThumbnailUrl: AssetFields

    Permalink
  77. def unsetWidth: AssetFields

    Permalink
  78. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    AssetFields → ThriftStruct

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ThriftStruct

Inherited from AnyRef

Inherited from Any

Ungrouped