Packages

trait StandardElementFields extends ThriftStruct with Product13[Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[Int], Option[Int], Option[String], Option[String], Option[Boolean], Option[String]] with ValidatingThriftStruct[StandardElementFields] with Serializable

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

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

Abstract Value Members

  1. abstract def caption: Option[String]
  2. abstract def credit: Option[String]
  3. abstract def description: Option[String]
  4. abstract def height: Option[Int]
  5. abstract def html: Option[String]
  6. abstract def isMandatory: Option[Boolean]
  7. abstract def originalUrl: Option[String]
  8. abstract def role: Option[String]
  9. abstract def source: Option[String]
  10. abstract def sourceDomain: Option[String]
  11. abstract def title: Option[String]
  12. abstract def url: Option[String]
  13. abstract def width: Option[Int]

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]
    Definition Classes
    StandardElementFields → Product13
  5. def _10: Option[String]
    Definition Classes
    StandardElementFields → Product13
  6. def _11: Option[String]
    Definition Classes
    StandardElementFields → Product13
  7. def _12: Option[Boolean]
    Definition Classes
    StandardElementFields → Product13
  8. def _13: Option[String]
    Definition Classes
    StandardElementFields → Product13
  9. def _2: Option[String]
    Definition Classes
    StandardElementFields → Product13
  10. def _3: Option[String]
    Definition Classes
    StandardElementFields → Product13
  11. def _4: Option[String]
    Definition Classes
    StandardElementFields → Product13
  12. def _5: Option[String]
    Definition Classes
    StandardElementFields → Product13
  13. def _6: Option[String]
    Definition Classes
    StandardElementFields → Product13
  14. def _7: Option[String]
    Definition Classes
    StandardElementFields → Product13
  15. def _8: Option[Int]
    Definition Classes
    StandardElementFields → Product13
  16. def _9: Option[Int]
    Definition Classes
    StandardElementFields → Product13
  17. def _codec: ValidatingThriftStructCodec3[StandardElementFields]
    Definition Classes
    StandardElementFields → ValidatingThriftStruct → HasThriftStructCodec3
  18. def _passthroughFields: Map[Short, TFieldBlob]
  19. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  20. def canEqual(other: Any): Boolean
    Definition Classes
    StandardElementFields → Equals
  21. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  22. def copy(url: Option[String] = this.url, originalUrl: Option[String] = this.originalUrl, source: Option[String] = this.source, title: Option[String] = this.title, description: Option[String] = this.description, credit: Option[String] = this.credit, caption: Option[String] = this.caption, width: Option[Int] = this.width, height: Option[Int] = this.height, html: Option[String] = this.html, role: Option[String] = this.role, isMandatory: Option[Boolean] = this.isMandatory, sourceDomain: Option[String] = this.sourceDomain, _passthroughFields: Map[Short, TFieldBlob] = this._passthroughFields): StandardElementFields
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(other: Any): Boolean
    Definition Classes
    StandardElementFields → Equals → AnyRef → Any
  25. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  26. 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.

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

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

  28. def hashCode(): Int
    Definition Classes
    StandardElementFields → AnyRef → Any
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. def newBuilder(): StructBuilder[StandardElementFields]
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  34. def productArity: Int
    Definition Classes
    Product13 → Product
  35. def productElement(n: Int): Any
    Definition Classes
    Product13 → Product
    Annotations
    @throws(classOf[java.lang.IndexOutOfBoundsException])
  36. def productElementName(n: Int): String
    Definition Classes
    Product
  37. def productElementNames: Iterator[String]
    Definition Classes
    Product
  38. def productIterator: Iterator[Any]
    Definition Classes
    Product
  39. def productPrefix: String
    Definition Classes
    StandardElementFields → Product
  40. def setField(_blob: TFieldBlob): StandardElementFields

    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.

  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. def toString(): String
    Definition Classes
    StandardElementFields → AnyRef → Any
  43. def toTuple: (Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[Int], Option[Int], Option[String], Option[String], Option[Boolean], Option[String])
  44. def unsetCaption: StandardElementFields
  45. def unsetCredit: StandardElementFields
  46. def unsetDescription: StandardElementFields
  47. def unsetField(_fieldId: Short): StandardElementFields

    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.

  48. def unsetHeight: StandardElementFields
  49. def unsetHtml: StandardElementFields
  50. def unsetIsMandatory: StandardElementFields
  51. def unsetOriginalUrl: StandardElementFields
  52. def unsetRole: StandardElementFields
  53. def unsetSource: StandardElementFields
  54. def unsetSourceDomain: StandardElementFields
  55. def unsetTitle: StandardElementFields
  56. def unsetUrl: StandardElementFields

    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.

  57. def unsetWidth: StandardElementFields
  58. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  59. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  60. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  61. def write(_oprot: TProtocol): Unit
    Definition Classes
    StandardElementFields → 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[StandardElementFields]

Inherited from HasThriftStructCodec3[StandardElementFields]

Inherited from Product13[Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[Int], Option[Int], Option[String], Option[String], Option[Boolean], Option[String]]

Inherited from Product

Inherited from Equals

Inherited from ThriftStruct

Inherited from ThriftStructIface

Inherited from AnyRef

Inherited from Any

Ungrouped