object ImageElementFields extends ValidatingThriftStructCodec3[ImageElementFields] with StructBuilderFactory[ImageElementFields] with Serializable

Linear Supertypes
Serializable, StructBuilderFactory[ImageElementFields], ValidatingThriftStructCodec3[ImageElementFields], ThriftStructCodec3[ImageElementFields], ThriftStructCodec[ImageElementFields], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ImageElementFields
  2. Serializable
  3. StructBuilderFactory
  4. ValidatingThriftStructCodec3
  5. ThriftStructCodec3
  6. ThriftStructCodec
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class Immutable extends ImageElementFields

    The default read-only implementation of ImageElementFields.

    The default read-only implementation of ImageElementFields. You typically should not need to directly reference this class; instead, use the ImageElementFields.apply method to construct new instances.

  2. trait Proxy extends ImageElementFields

    This Proxy trait allows you to extend the ImageElementFields trait with additional state or behavior and implement the read-only methods from ImageElementFields using an underlying instance.

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. val AltField: TField
  5. val AltFieldManifest: Manifest[String]
  6. val CaptionField: TField
  7. val CaptionFieldManifest: Manifest[String]
  8. val CommentField: TField
  9. val CommentFieldManifest: Manifest[String]
  10. val CopyrightField: TField
  11. val CopyrightFieldManifest: Manifest[String]
  12. val CreditField: TField
  13. val CreditFieldManifest: Manifest[String]
  14. val DisplayCreditField: TField
  15. val DisplayCreditFieldManifest: Manifest[Boolean]
  16. val ImageTypeField: TField
  17. val ImageTypeFieldManifest: Manifest[String]
  18. val MediaApiUriField: TField
  19. val MediaApiUriFieldManifest: Manifest[String]
  20. val MediaIdField: TField
  21. val MediaIdFieldManifest: Manifest[String]
  22. val NoPassthroughFields: Map[Short, TFieldBlob]
  23. val PhotographerField: TField
  24. val PhotographerFieldManifest: Manifest[String]
  25. val PicdarUrnField: TField
  26. val PicdarUrnFieldManifest: Manifest[String]
  27. val RoleField: TField
  28. val RoleFieldManifest: Manifest[String]
  29. val SourceField: TField
  30. val SourceFieldManifest: Manifest[String]
  31. val Struct: TStruct
  32. val SuppliersReferenceField: TField
  33. val SuppliersReferenceFieldManifest: Manifest[String]
  34. def apply(caption: Option[String] = _root_.scala.None, copyright: Option[String] = _root_.scala.None, displayCredit: Option[Boolean] = _root_.scala.None, credit: Option[String] = _root_.scala.None, source: Option[String] = _root_.scala.None, photographer: Option[String] = _root_.scala.None, alt: Option[String] = _root_.scala.None, mediaId: Option[String] = _root_.scala.None, mediaApiUri: Option[String] = _root_.scala.None, picdarUrn: Option[String] = _root_.scala.None, suppliersReference: Option[String] = _root_.scala.None, imageType: Option[String] = _root_.scala.None, comment: Option[String] = _root_.scala.None, role: Option[String] = _root_.scala.None): ImageElementFields
  35. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  36. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  37. def decode(_iprot: TProtocol): ImageElementFields
    Definition Classes
    ImageElementFields → ThriftStructCodec
  38. def encode(_item: ImageElementFields, _oproto: TProtocol): Unit
    Definition Classes
    ImageElementFields → ThriftStructCodec
  39. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  41. lazy val fieldInfos: List[ThriftStructFieldInfo]

    Field information in declaration order.

  42. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  43. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  44. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  45. lazy val metaData: ThriftStructMetaData[ImageElementFields]
    Definition Classes
    ImageElementFields → ThriftStructCodec
  46. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  47. def newBuilder(): StructBuilder[ImageElementFields]
    Definition Classes
    ImageElementFields → StructBuilderFactory
  48. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  49. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  50. val structAnnotations: Map[String, String]
  51. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  52. def toString(): String
    Definition Classes
    AnyRef → Any
  53. def ttypeToString(byte: Byte): String
    Attributes
    protected
    Definition Classes
    ThriftStructCodec3
  54. def unapply(_item: ImageElementFields): Option[(Option[String], Option[String], Option[Boolean], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String])]
  55. def validate(_item: ImageElementFields): Unit

    Checks that all required fields are non-null.

  56. final def validateField[U <: ValidatingThriftStruct[U]](any: Any): Seq[Issue]
    Attributes
    protected
    Definition Classes
    ValidatingThriftStructCodec3
  57. def validateNewInstance(item: ImageElementFields): Seq[Issue]

    Checks that the struct is a valid as a new instance.

    Checks that the struct is a valid as a new instance. If there are any missing required or construction required fields, return a non-empty list.

    Definition Classes
    ImageElementFields → ValidatingThriftStructCodec3
  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]) @native()
  60. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  61. def withoutPassthroughFields(original: ImageElementFields): ImageElementFields
  62. object Immutable extends ThriftStructCodec3[ImageElementFields] with Serializable

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from StructBuilderFactory[ImageElementFields]

Inherited from ValidatingThriftStructCodec3[ImageElementFields]

Inherited from ThriftStructCodec3[ImageElementFields]

Inherited from ThriftStructCodec[ImageElementFields]

Inherited from AnyRef

Inherited from Any

Ungrouped