Trait/Object

com.gu.contentapi.client.model.v1

WitnessElementFields

Related Docs: object WitnessElementFields | package v1

Permalink

trait WitnessElementFields extends ThriftStruct with Product with ValidatingThriftStruct[WitnessElementFields] with Serializable

Prefer the companion object's com.gu.contentapi.client.model.v1.WitnessElementFields.apply for construction if you don't need to specify passthrough fields.

Linear Supertypes
Serializable, ValidatingThriftStruct[WitnessElementFields], HasThriftStructCodec3[WitnessElementFields], Product, Equals, ThriftStruct, ThriftStructIface, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WitnessElementFields
  2. Serializable
  3. ValidatingThriftStruct
  4. HasThriftStructCodec3
  5. Product
  6. Equals
  7. ThriftStruct
  8. ThriftStructIface
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def alt: Option[String]

    Permalink
  2. abstract def apiUrl: Option[String]

    Permalink
  3. abstract def authorGuardianProfileUrl: Option[String]

    Permalink
  4. abstract def authorName: Option[String]

    Permalink
  5. abstract def authorUsername: Option[String]

    Permalink
  6. abstract def authorWitnessProfileUrl: Option[String]

    Permalink
  7. abstract def caption: Option[String]

    Permalink
  8. abstract def dateCreated: Option[CapiDateTime]

    Permalink
  9. abstract def description: Option[String]

    Permalink
  10. abstract def height: Option[Int]

    Permalink
  11. abstract def html: Option[String]

    Permalink
  12. abstract def mediaId: Option[String]

    Permalink
  13. abstract def originalUrl: Option[String]

    Permalink
  14. abstract def photographer: Option[String]

    Permalink
  15. abstract def role: Option[String]

    Permalink
  16. abstract def source: Option[String]

    Permalink
  17. abstract def sourceDomain: Option[String]

    Permalink
  18. abstract def title: Option[String]

    Permalink
  19. abstract def url: Option[String]

    Permalink
  20. abstract def width: Option[Int]

    Permalink
  21. abstract def witnessEmbedType: Option[String]

    Permalink
  22. abstract def youtubeAuthorName: Option[String]

    Permalink
  23. abstract def youtubeDescription: Option[String]

    Permalink
  24. abstract def youtubeHtml: Option[String]

    Permalink
  25. abstract def youtubeSource: Option[String]

    Permalink
  26. abstract def youtubeTitle: Option[String]

    Permalink
  27. abstract def youtubeUrl: Option[String]

    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[String]

    Permalink
  6. def _11: Option[String]

    Permalink
  7. def _12: Option[String]

    Permalink
  8. def _13: Option[String]

    Permalink
  9. def _14: Option[Int]

    Permalink
  10. def _15: Option[Int]

    Permalink
  11. def _16: Option[String]

    Permalink
  12. def _17: Option[String]

    Permalink
  13. def _18: Option[String]

    Permalink
  14. def _19: Option[CapiDateTime]

    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[String]

    Permalink
  22. def _26: Option[String]

    Permalink
  23. def _27: Option[String]

    Permalink
  24. def _3: Option[String]

    Permalink
  25. def _4: Option[String]

    Permalink
  26. def _5: Option[String]

    Permalink
  27. def _6: Option[String]

    Permalink
  28. def _7: Option[String]

    Permalink
  29. def _8: Option[String]

    Permalink
  30. def _9: Option[String]

    Permalink
  31. def _codec: ValidatingThriftStructCodec3[WitnessElementFields]

    Permalink
    Definition Classes
    WitnessElementFields → ValidatingThriftStruct → HasThriftStructCodec3
  32. def _passthroughFields: Map[Short, TFieldBlob]

    Permalink
  33. final def asInstanceOf[T0]: T0

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

    Permalink
    Definition Classes
    WitnessElementFields → Equals
  35. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def copy(url: Option[String] = this.url, originalUrl: Option[String] = this.originalUrl, witnessEmbedType: Option[String] = this.witnessEmbedType, mediaId: Option[String] = this.mediaId, source: Option[String] = this.source, title: Option[String] = this.title, description: Option[String] = this.description, authorName: Option[String] = this.authorName, authorUsername: Option[String] = this.authorUsername, authorWitnessProfileUrl: Option[String] = this.authorWitnessProfileUrl, authorGuardianProfileUrl: Option[String] = this.authorGuardianProfileUrl, caption: Option[String] = this.caption, alt: Option[String] = this.alt, width: Option[Int] = this.width, height: Option[Int] = this.height, html: Option[String] = this.html, apiUrl: Option[String] = this.apiUrl, photographer: Option[String] = this.photographer, dateCreated: Option[CapiDateTime] = this.dateCreated, youtubeUrl: Option[String] = this.youtubeUrl, youtubeSource: Option[String] = this.youtubeSource, youtubeTitle: Option[String] = this.youtubeTitle, youtubeDescription: Option[String] = this.youtubeDescription, youtubeAuthorName: Option[String] = this.youtubeAuthorName, youtubeHtml: Option[String] = this.youtubeHtml, role: Option[String] = this.role, sourceDomain: Option[String] = this.sourceDomain, _passthroughFields: Map[Short, TFieldBlob] = this._passthroughFields): WitnessElementFields

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

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

    Permalink
    Definition Classes
    WitnessElementFields → Equals → AnyRef → Any
  39. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  41. 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 returned. Otherwise, if the specified field is known and not optional and set to None, then the field is serialized and returned.

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

    Permalink

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

  43. def hashCode(): Int

    Permalink
    Definition Classes
    WitnessElementFields → AnyRef → Any
  44. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  46. def newBuilder(): StructBuilder[WitnessElementFields]

    Permalink
  47. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  49. def productArity: Int

    Permalink
    Definition Classes
    WitnessElementFields → Product
  50. def productElement(n: Int): Any

    Permalink
    Definition Classes
    WitnessElementFields → Product
  51. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  52. def productPrefix: String

    Permalink
    Definition Classes
    WitnessElementFields → Product
  53. def setField(_blob: TFieldBlob): WitnessElementFields

    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.

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

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

    Permalink
    Definition Classes
    WitnessElementFields → AnyRef → Any
  56. def unsetAlt: WitnessElementFields

    Permalink
  57. def unsetApiUrl: WitnessElementFields

    Permalink
  58. def unsetAuthorGuardianProfileUrl: WitnessElementFields

    Permalink
  59. def unsetAuthorName: WitnessElementFields

    Permalink
  60. def unsetAuthorUsername: WitnessElementFields

    Permalink
  61. def unsetAuthorWitnessProfileUrl: WitnessElementFields

    Permalink
  62. def unsetCaption: WitnessElementFields

    Permalink
  63. def unsetDateCreated: WitnessElementFields

    Permalink
  64. def unsetDescription: WitnessElementFields

    Permalink
  65. def unsetField(_fieldId: Short): WitnessElementFields

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

  66. def unsetHeight: WitnessElementFields

    Permalink
  67. def unsetHtml: WitnessElementFields

    Permalink
  68. def unsetMediaId: WitnessElementFields

    Permalink
  69. def unsetOriginalUrl: WitnessElementFields

    Permalink
  70. def unsetPhotographer: WitnessElementFields

    Permalink
  71. def unsetRole: WitnessElementFields

    Permalink
  72. def unsetSource: WitnessElementFields

    Permalink
  73. def unsetSourceDomain: WitnessElementFields

    Permalink
  74. def unsetTitle: WitnessElementFields

    Permalink
  75. def unsetUrl: WitnessElementFields

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

  76. def unsetWidth: WitnessElementFields

    Permalink
  77. def unsetWitnessEmbedType: WitnessElementFields

    Permalink
  78. def unsetYoutubeAuthorName: WitnessElementFields

    Permalink
  79. def unsetYoutubeDescription: WitnessElementFields

    Permalink
  80. def unsetYoutubeHtml: WitnessElementFields

    Permalink
  81. def unsetYoutubeSource: WitnessElementFields

    Permalink
  82. def unsetYoutubeTitle: WitnessElementFields

    Permalink
  83. def unsetYoutubeUrl: WitnessElementFields

    Permalink
  84. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    WitnessElementFields → ThriftStruct

Inherited from Serializable

Inherited from ValidatingThriftStruct[WitnessElementFields]

Inherited from HasThriftStructCodec3[WitnessElementFields]

Inherited from Product

Inherited from Equals

Inherited from ThriftStruct

Inherited from ThriftStructIface

Inherited from AnyRef

Inherited from Any

Ungrouped