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

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

    The default read-only implementation of WitnessElementFields.

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

  2. trait Proxy extends WitnessElementFields

    This Proxy trait allows you to extend the WitnessElementFields trait with additional state or behavior and implement the read-only methods from WitnessElementFields 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 ApiUrlField: TField
  7. val ApiUrlFieldManifest: Manifest[String]
  8. val AuthorGuardianProfileUrlField: TField
  9. val AuthorGuardianProfileUrlFieldManifest: Manifest[String]
  10. val AuthorNameField: TField
  11. val AuthorNameFieldManifest: Manifest[String]
  12. val AuthorUsernameField: TField
  13. val AuthorUsernameFieldManifest: Manifest[String]
  14. val AuthorWitnessProfileUrlField: TField
  15. val AuthorWitnessProfileUrlFieldManifest: Manifest[String]
  16. val CaptionField: TField
  17. val CaptionFieldManifest: Manifest[String]
  18. val DateCreatedField: TField
  19. val DateCreatedFieldManifest: Manifest[CapiDateTime]
  20. val DescriptionField: TField
  21. val DescriptionFieldManifest: Manifest[String]
  22. val HeightField: TField
  23. val HeightFieldManifest: Manifest[Int]
  24. val HtmlField: TField
  25. val HtmlFieldManifest: Manifest[String]
  26. val MediaIdField: TField
  27. val MediaIdFieldManifest: Manifest[String]
  28. val NoPassthroughFields: Map[Short, TFieldBlob]
  29. val OriginalUrlField: TField
  30. val OriginalUrlFieldManifest: Manifest[String]
  31. val PhotographerField: TField
  32. val PhotographerFieldManifest: Manifest[String]
  33. val RoleField: TField
  34. val RoleFieldManifest: Manifest[String]
  35. val SourceDomainField: TField
  36. val SourceDomainFieldManifest: Manifest[String]
  37. val SourceField: TField
  38. val SourceFieldManifest: Manifest[String]
  39. val Struct: TStruct
  40. val TitleField: TField
  41. val TitleFieldManifest: Manifest[String]
  42. val UrlField: TField
  43. val UrlFieldManifest: Manifest[String]
  44. val WidthField: TField
  45. val WidthFieldManifest: Manifest[Int]
  46. val WitnessEmbedTypeField: TField
  47. val WitnessEmbedTypeFieldManifest: Manifest[String]
  48. val YoutubeAuthorNameField: TField
  49. val YoutubeAuthorNameFieldManifest: Manifest[String]
  50. val YoutubeDescriptionField: TField
  51. val YoutubeDescriptionFieldManifest: Manifest[String]
  52. val YoutubeHtmlField: TField
  53. val YoutubeHtmlFieldManifest: Manifest[String]
  54. val YoutubeSourceField: TField
  55. val YoutubeSourceFieldManifest: Manifest[String]
  56. val YoutubeTitleField: TField
  57. val YoutubeTitleFieldManifest: Manifest[String]
  58. val YoutubeUrlField: TField
  59. val YoutubeUrlFieldManifest: Manifest[String]
  60. def apply(url: Option[String] = _root_.scala.None, originalUrl: Option[String] = _root_.scala.None, witnessEmbedType: Option[String] = _root_.scala.None, mediaId: Option[String] = _root_.scala.None, source: Option[String] = _root_.scala.None, title: Option[String] = _root_.scala.None, description: Option[String] = _root_.scala.None, authorName: Option[String] = _root_.scala.None, authorUsername: Option[String] = _root_.scala.None, authorWitnessProfileUrl: Option[String] = _root_.scala.None, authorGuardianProfileUrl: Option[String] = _root_.scala.None, caption: Option[String] = _root_.scala.None, alt: Option[String] = _root_.scala.None, width: Option[Int] = _root_.scala.None, height: Option[Int] = _root_.scala.None, html: Option[String] = _root_.scala.None, apiUrl: Option[String] = _root_.scala.None, photographer: Option[String] = _root_.scala.None, dateCreated: Option[CapiDateTime] = _root_.scala.None, youtubeUrl: Option[String] = _root_.scala.None, youtubeSource: Option[String] = _root_.scala.None, youtubeTitle: Option[String] = _root_.scala.None, youtubeDescription: Option[String] = _root_.scala.None, youtubeAuthorName: Option[String] = _root_.scala.None, youtubeHtml: Option[String] = _root_.scala.None, role: Option[String] = _root_.scala.None, sourceDomain: Option[String] = _root_.scala.None): WitnessElementFields
  61. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  62. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  63. def decode(_iprot: TProtocol): WitnessElementFields
    Definition Classes
    WitnessElementFields → ThriftStructCodec
  64. def encode(_item: WitnessElementFields, _oproto: TProtocol): Unit
    Definition Classes
    WitnessElementFields → ThriftStructCodec
  65. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  66. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  67. lazy val fieldInfos: List[ThriftStructFieldInfo]

    Field information in declaration order.

  68. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  69. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  70. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  71. lazy val metaData: ThriftStructMetaData[WitnessElementFields]
    Definition Classes
    WitnessElementFields → ThriftStructCodec
  72. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  73. def newBuilder(): StructBuilder[WitnessElementFields]
    Definition Classes
    WitnessElementFields → StructBuilderFactory
  74. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  75. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  76. val structAnnotations: Map[String, String]
  77. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  78. def toString(): String
    Definition Classes
    AnyRef → Any
  79. def ttypeToString(byte: Byte): String
    Attributes
    protected
    Definition Classes
    ThriftStructCodec3
  80. def validate(_item: WitnessElementFields): Unit

    Checks that all required fields are non-null.

  81. final def validateField[U <: ValidatingThriftStruct[U]](any: Any): Seq[Issue]
    Attributes
    protected
    Definition Classes
    ValidatingThriftStructCodec3
  82. def validateNewInstance(item: WitnessElementFields): 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
    WitnessElementFields → ValidatingThriftStructCodec3
  83. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  84. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  85. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  86. def withoutPassthroughFields(original: WitnessElementFields): WitnessElementFields
  87. object Immutable extends ThriftStructCodec3[WitnessElementFields] 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[WitnessElementFields]

Inherited from ValidatingThriftStructCodec3[WitnessElementFields]

Inherited from ThriftStructCodec3[WitnessElementFields]

Inherited from ThriftStructCodec[WitnessElementFields]

Inherited from AnyRef

Inherited from Any

Ungrouped