com.gu.contentapi.client.model.v1

WitnessElementFields

trait WitnessElementFields extends ThriftStruct with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, ThriftStruct, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. WitnessElementFields
  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 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 title: Option[String]

  18. abstract def url: Option[String]

  19. abstract def width: Option[Int]

  20. abstract def witnessEmbedType: Option[String]

  21. abstract def youtubeAuthorName: Option[String]

  22. abstract def youtubeDescription: Option[String]

  23. abstract def youtubeHtml: Option[String]

  24. abstract def youtubeSource: Option[String]

  25. abstract def youtubeTitle: Option[String]

  26. abstract def youtubeUrl: Option[String]

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

  8. def _11: Option[String]

  9. def _12: Option[String]

  10. def _13: Option[String]

  11. def _14: Option[Int]

  12. def _15: Option[Int]

  13. def _16: Option[String]

  14. def _17: Option[String]

  15. def _18: Option[String]

  16. def _19: Option[CapiDateTime]

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

  24. def _26: Option[String]

  25. def _3: Option[String]

  26. def _4: Option[String]

  27. def _5: Option[String]

  28. def _6: Option[String]

  29. def _7: Option[String]

  30. def _8: Option[String]

  31. def _9: Option[String]

  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[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, _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. def finalize(): Unit

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

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

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

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

  43. def hashCode(): Int

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

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

    Definition Classes
    AnyRef
  46. final def notify(): Unit

    Definition Classes
    AnyRef
  47. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  48. def productArity: Int

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

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

    Definition Classes
    Product
  51. def productPrefix: String

    Definition Classes
    WitnessElementFields → Product
  52. 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.

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

    Definition Classes
    AnyRef
  54. def toString(): String

    Definition Classes
    WitnessElementFields → AnyRef → Any
  55. def unsetAlt: WitnessElementFields

  56. def unsetApiUrl: WitnessElementFields

  57. def unsetAuthorGuardianProfileUrl: WitnessElementFields

  58. def unsetAuthorName: WitnessElementFields

  59. def unsetAuthorUsername: WitnessElementFields

  60. def unsetAuthorWitnessProfileUrl: WitnessElementFields

  61. def unsetCaption: WitnessElementFields

  62. def unsetDateCreated: WitnessElementFields

  63. def unsetDescription: WitnessElementFields

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

  65. def unsetHeight: WitnessElementFields

  66. def unsetHtml: WitnessElementFields

  67. def unsetMediaId: WitnessElementFields

  68. def unsetOriginalUrl: WitnessElementFields

  69. def unsetPhotographer: WitnessElementFields

  70. def unsetRole: WitnessElementFields

  71. def unsetSource: WitnessElementFields

  72. def unsetTitle: WitnessElementFields

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

  74. def unsetWidth: WitnessElementFields

  75. def unsetWitnessEmbedType: WitnessElementFields

  76. def unsetYoutubeAuthorName: WitnessElementFields

  77. def unsetYoutubeDescription: WitnessElementFields

  78. def unsetYoutubeHtml: WitnessElementFields

  79. def unsetYoutubeSource: WitnessElementFields

  80. def unsetYoutubeTitle: WitnessElementFields

  81. def unsetYoutubeUrl: WitnessElementFields

  82. final def wait(): Unit

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

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

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

    Definition Classes
    WitnessElementFields → ThriftStruct

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ThriftStruct

Inherited from AnyRef

Inherited from Any

Ungrouped