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

Linear Supertypes
Serializable, StructBuilderFactory[StandardElementFields], ValidatingThriftStructCodec3[StandardElementFields], ThriftStructCodec3[StandardElementFields], ThriftStructCodec[StandardElementFields], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StandardElementFields
  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 StandardElementFields

    The default read-only implementation of StandardElementFields.

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

  2. trait Proxy extends StandardElementFields

    This Proxy trait allows you to extend the StandardElementFields trait with additional state or behavior and implement the read-only methods from StandardElementFields 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 CaptionField: TField
  5. val CaptionFieldManifest: Manifest[String]
  6. val CreditField: TField
  7. val CreditFieldManifest: Manifest[String]
  8. val DescriptionField: TField
  9. val DescriptionFieldManifest: Manifest[String]
  10. val HeightField: TField
  11. val HeightFieldManifest: Manifest[Int]
  12. val HtmlField: TField
  13. val HtmlFieldManifest: Manifest[String]
  14. val IsMandatoryField: TField
  15. val IsMandatoryFieldManifest: Manifest[Boolean]
  16. val NoPassthroughFields: Map[Short, TFieldBlob]
  17. val OriginalUrlField: TField
  18. val OriginalUrlFieldManifest: Manifest[String]
  19. val RoleField: TField
  20. val RoleFieldManifest: Manifest[String]
  21. val SourceDomainField: TField
  22. val SourceDomainFieldManifest: Manifest[String]
  23. val SourceField: TField
  24. val SourceFieldManifest: Manifest[String]
  25. val Struct: TStruct
  26. val TitleField: TField
  27. val TitleFieldManifest: Manifest[String]
  28. val UrlField: TField
  29. val UrlFieldManifest: Manifest[String]
  30. val WidthField: TField
  31. val WidthFieldManifest: Manifest[Int]
  32. def apply(url: Option[String] = _root_.scala.None, originalUrl: Option[String] = _root_.scala.None, source: Option[String] = _root_.scala.None, title: Option[String] = _root_.scala.None, description: Option[String] = _root_.scala.None, credit: Option[String] = _root_.scala.None, caption: Option[String] = _root_.scala.None, width: Option[Int] = _root_.scala.None, height: Option[Int] = _root_.scala.None, html: Option[String] = _root_.scala.None, role: Option[String] = _root_.scala.None, isMandatory: Option[Boolean] = _root_.scala.None, sourceDomain: Option[String] = _root_.scala.None): StandardElementFields
  33. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  34. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  35. def decode(_iprot: TProtocol): StandardElementFields
    Definition Classes
    StandardElementFields → ThriftStructCodec
  36. def encode(_item: StandardElementFields, _oproto: TProtocol): Unit
    Definition Classes
    StandardElementFields → ThriftStructCodec
  37. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  39. lazy val fieldInfos: List[ThriftStructFieldInfo]

    Field information in declaration order.

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

    Checks that all required fields are non-null.

  54. final def validateField[U <: ValidatingThriftStruct[U]](any: Any): Seq[Issue]
    Attributes
    protected
    Definition Classes
    ValidatingThriftStructCodec3
  55. def validateNewInstance(item: StandardElementFields): 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
    StandardElementFields → ValidatingThriftStructCodec3
  56. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  57. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  58. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  59. def withoutPassthroughFields(original: StandardElementFields): StandardElementFields
  60. object Immutable extends ThriftStructCodec3[StandardElementFields] 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[StandardElementFields]

Inherited from ValidatingThriftStructCodec3[StandardElementFields]

Inherited from ThriftStructCodec3[StandardElementFields]

Inherited from ThriftStructCodec[StandardElementFields]

Inherited from AnyRef

Inherited from Any

Ungrouped