Trait/Object

com.gu.contentapi.client.model.v1

AssetFields

Related Docs: object AssetFields | package v1

Permalink

trait AssetFields extends ThriftStruct with Product17[Option[String], Option[String], Option[Boolean], Option[String], Option[String], Option[Boolean], Option[String], Option[String], Option[String], Option[Int], Option[Int], Option[String], Option[String], Option[Boolean], Option[Long], Option[Int], Option[Int]] with Serializable

Linear Supertypes
Serializable, Product17[Option[String], Option[String], Option[Boolean], Option[String], Option[String], Option[Boolean], Option[String], Option[String], Option[String], Option[Int], Option[Int], Option[String], Option[String], Option[Boolean], Option[Long], Option[Int], Option[Int]], Product, Equals, ThriftStruct, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AssetFields
  2. Serializable
  3. Product17
  4. Product
  5. Equals
  6. ThriftStruct
  7. AnyRef
  8. 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 caption: Option[String]

    Permalink
  4. abstract def credit: Option[String]

    Permalink
  5. abstract def durationMinutes: Option[Int]

    Permalink
  6. abstract def durationSeconds: Option[Int]

    Permalink
  7. abstract def embeddable: Option[Boolean]

    Permalink
  8. abstract def height: Option[Int]

    Permalink
  9. abstract def isInappropriateForAdverts: Option[Boolean]

    Permalink
  10. abstract def isMaster: Option[Boolean]

    Permalink
  11. abstract def name: Option[String]

    Permalink
  12. abstract def photographer: Option[String]

    Permalink
  13. abstract def secureFile: Option[String]

    Permalink
  14. abstract def sizeInBytes: Option[Long]

    Permalink
  15. abstract def source: Option[String]

    Permalink
  16. abstract def stillImageUrl: Option[String]

    Permalink
  17. 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
    Definition Classes
    AssetFields → Product17
  5. def _10: Option[Int]

    Permalink
    Definition Classes
    AssetFields → Product17
  6. def _11: Option[Int]

    Permalink
    Definition Classes
    AssetFields → Product17
  7. def _12: Option[String]

    Permalink
    Definition Classes
    AssetFields → Product17
  8. def _13: Option[String]

    Permalink
    Definition Classes
    AssetFields → Product17
  9. def _14: Option[Boolean]

    Permalink
    Definition Classes
    AssetFields → Product17
  10. def _15: Option[Long]

    Permalink
    Definition Classes
    AssetFields → Product17
  11. def _16: Option[Int]

    Permalink
    Definition Classes
    AssetFields → Product17
  12. def _17: Option[Int]

    Permalink
    Definition Classes
    AssetFields → Product17
  13. def _2: Option[String]

    Permalink
    Definition Classes
    AssetFields → Product17
  14. def _3: Option[Boolean]

    Permalink
    Definition Classes
    AssetFields → Product17
  15. def _4: Option[String]

    Permalink
    Definition Classes
    AssetFields → Product17
  16. def _5: Option[String]

    Permalink
    Definition Classes
    AssetFields → Product17
  17. def _6: Option[Boolean]

    Permalink
    Definition Classes
    AssetFields → Product17
  18. def _7: Option[String]

    Permalink
    Definition Classes
    AssetFields → Product17
  19. def _8: Option[String]

    Permalink
    Definition Classes
    AssetFields → Product17
  20. def _9: Option[String]

    Permalink
    Definition Classes
    AssetFields → Product17
  21. def _passthroughFields: Map[Short, TFieldBlob]

    Permalink
  22. final def asInstanceOf[T0]: T0

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. 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, _passthroughFields: Map[Short, TFieldBlob] = this._passthroughFields): AssetFields

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

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

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

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

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

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

    Permalink

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

  32. def hashCode(): Int

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  37. def productArity: Int

    Permalink
    Definition Classes
    AssetFields → Product17 → Product
  38. def productElement(n: Int): Any

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

    Permalink
    Definition Classes
    Product
  40. def productPrefix: String

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

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

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

    Permalink
    Definition Classes
    AssetFields → AnyRef → Any
  44. def unsetAltText: AssetFields

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

  46. def unsetCaption: AssetFields

    Permalink
  47. def unsetCredit: AssetFields

    Permalink
  48. def unsetDurationMinutes: AssetFields

    Permalink
  49. def unsetDurationSeconds: AssetFields

    Permalink
  50. def unsetEmbeddable: AssetFields

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

  52. def unsetHeight: AssetFields

    Permalink
  53. def unsetIsInappropriateForAdverts: AssetFields

    Permalink
  54. def unsetIsMaster: AssetFields

    Permalink
  55. def unsetName: AssetFields

    Permalink
  56. def unsetPhotographer: AssetFields

    Permalink
  57. def unsetSecureFile: AssetFields

    Permalink
  58. def unsetSizeInBytes: AssetFields

    Permalink
  59. def unsetSource: AssetFields

    Permalink
  60. def unsetStillImageUrl: AssetFields

    Permalink
  61. def unsetWidth: AssetFields

    Permalink
  62. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    AssetFields → ThriftStruct

Inherited from Serializable

Inherited from Product17[Option[String], Option[String], Option[Boolean], Option[String], Option[String], Option[Boolean], Option[String], Option[String], Option[String], Option[Int], Option[Int], Option[String], Option[String], Option[Boolean], Option[Long], Option[Int], Option[Int]]

Inherited from Product

Inherited from Equals

Inherited from ThriftStruct

Inherited from AnyRef

Inherited from Any

Ungrouped