Packages

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

Abstract Value Members

  1. abstract def alt: Option[String]
  2. abstract def apiUrl: Option[String]
  3. abstract def authorGuardianProfileUrl: Option[String]
  4. abstract def authorName: Option[String]
  5. abstract def authorUsername: Option[String]
  6. abstract def authorWitnessProfileUrl: Option[String]
  7. abstract def caption: Option[String]
  8. abstract def dateCreated: Option[CapiDateTime]
  9. abstract def description: Option[String]
  10. abstract def height: Option[Int]
  11. abstract def html: Option[String]
  12. abstract def mediaId: Option[String]
  13. abstract def originalUrl: Option[String]
  14. abstract def photographer: Option[String]
  15. abstract def role: Option[String]
  16. abstract def source: Option[String]
  17. abstract def sourceDomain: Option[String]
  18. abstract def title: Option[String]
  19. abstract def url: Option[String]
  20. abstract def width: Option[Int]
  21. abstract def witnessEmbedType: Option[String]
  22. abstract def youtubeAuthorName: Option[String]
  23. abstract def youtubeDescription: Option[String]
  24. abstract def youtubeHtml: Option[String]
  25. abstract def youtubeSource: Option[String]
  26. abstract def youtubeTitle: Option[String]
  27. abstract def youtubeUrl: Option[String]

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def _1: Option[String]
  5. def _10: Option[String]
  6. def _11: Option[String]
  7. def _12: Option[String]
  8. def _13: Option[String]
  9. def _14: Option[Int]
  10. def _15: Option[Int]
  11. def _16: Option[String]
  12. def _17: Option[String]
  13. def _18: Option[String]
  14. def _19: Option[CapiDateTime]
  15. def _2: Option[String]
  16. def _20: Option[String]
  17. def _21: Option[String]
  18. def _22: Option[String]
  19. def _23: Option[String]
  20. def _24: Option[String]
  21. def _25: Option[String]
  22. def _26: Option[String]
  23. def _27: Option[String]
  24. def _3: Option[String]
  25. def _4: Option[String]
  26. def _5: Option[String]
  27. def _6: Option[String]
  28. def _7: Option[String]
  29. def _8: Option[String]
  30. def _9: Option[String]
  31. def _codec: ValidatingThriftStructCodec3[WitnessElementFields]
    Definition Classes
    WitnessElementFields → ValidatingThriftStruct → HasThriftStructCodec3
  32. def _passthroughFields: Map[Short, TFieldBlob]
  33. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  34. def canEqual(other: Any): Boolean
    Definition Classes
    WitnessElementFields → Equals
  35. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  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
  37. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. def equals(other: Any): Boolean
    Definition Classes
    WitnessElementFields → Equals → AnyRef → Any
  39. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  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 returned. 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
    WitnessElementFields → AnyRef → Any
  43. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  44. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  45. def newBuilder(): StructBuilder[WitnessElementFields]
  46. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  47. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  48. def productArity: Int
    Definition Classes
    WitnessElementFields → Product
  49. def productElement(n: Int): Any
    Definition Classes
    WitnessElementFields → Product
  50. def productElementName(n: Int): String
    Definition Classes
    Product
  51. def productElementNames: Iterator[String]
    Definition Classes
    Product
  52. def productIterator: Iterator[Any]
    Definition Classes
    Product
  53. def productPrefix: String
    Definition Classes
    WitnessElementFields → Product
  54. def setField(_blob: TFieldBlob): WitnessElementFields

    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.

  55. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  56. def toString(): String
    Definition Classes
    WitnessElementFields → AnyRef → Any
  57. def unsetAlt: WitnessElementFields
  58. def unsetApiUrl: WitnessElementFields
  59. def unsetAuthorGuardianProfileUrl: WitnessElementFields
  60. def unsetAuthorName: WitnessElementFields
  61. def unsetAuthorUsername: WitnessElementFields
  62. def unsetAuthorWitnessProfileUrl: WitnessElementFields
  63. def unsetCaption: WitnessElementFields
  64. def unsetDateCreated: WitnessElementFields
  65. def unsetDescription: WitnessElementFields
  66. def unsetField(_fieldId: Short): WitnessElementFields

    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.

  67. def unsetHeight: WitnessElementFields
  68. def unsetHtml: WitnessElementFields
  69. def unsetMediaId: WitnessElementFields
  70. def unsetOriginalUrl: WitnessElementFields
  71. def unsetPhotographer: WitnessElementFields
  72. def unsetRole: WitnessElementFields
  73. def unsetSource: WitnessElementFields
  74. def unsetSourceDomain: WitnessElementFields
  75. def unsetTitle: WitnessElementFields
  76. def unsetUrl: WitnessElementFields

    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.

  77. def unsetWidth: WitnessElementFields
  78. def unsetWitnessEmbedType: WitnessElementFields
  79. def unsetYoutubeAuthorName: WitnessElementFields
  80. def unsetYoutubeDescription: WitnessElementFields
  81. def unsetYoutubeHtml: WitnessElementFields
  82. def unsetYoutubeSource: WitnessElementFields
  83. def unsetYoutubeTitle: WitnessElementFields
  84. def unsetYoutubeUrl: WitnessElementFields
  85. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  86. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  87. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  88. def write(_oprot: TProtocol): Unit
    Definition Classes
    WitnessElementFields → ThriftStruct

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

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