Packages

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

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

    The default read-only implementation of LinkElementFields.

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

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 LabelField: TField
  5. val LabelFieldManifest: Manifest[String]
  6. val LinkTypeField: TField
  7. val LinkTypeFieldI32: TField
  8. val LinkTypeFieldManifest: Manifest[LinkType]
  9. val Struct: TStruct
  10. val UrlField: TField
  11. val UrlFieldManifest: Manifest[String]
  12. def apply(label: Option[String] = _root_.scala.None, url: Option[String] = _root_.scala.None, linkType: Option[LinkType] = _root_.scala.None): LinkElementFields
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  15. def decode(_iprot: TProtocol): LinkElementFields
    Definition Classes
    LinkElementFields → ThriftStructCodec
  16. def encode(_item: LinkElementFields, _oproto: TProtocol): Unit
    Definition Classes
    LinkElementFields → ThriftStructCodec
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. lazy val fieldInfos: List[ThriftStructFieldInfo]

    Field information in declaration order.

  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. lazy val metaData: ThriftStructMetaData[LinkElementFields]
    Definition Classes
    LinkElementFields → ThriftStructCodec
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def newBuilder(): StructBuilder[LinkElementFields]
    Definition Classes
    LinkElementFields → StructBuilderFactory
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  28. val structAnnotations: Map[String, String]
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. def ttypeToString(byte: Byte): String
    Attributes
    protected
    Definition Classes
    ThriftStructCodec3
  32. def unapply(_item: LinkElementFields): Option[(Option[String], Option[String], Option[LinkType])]
  33. lazy val unsafeEmpty: LinkElementFields
  34. def validate(_item: LinkElementFields): Unit

    Checks that all required fields are non-null.

  35. final def validateField[U <: ValidatingThriftStruct[U]](any: Any): Seq[Issue]
    Attributes
    protected
    Definition Classes
    ValidatingThriftStructCodec3
  36. final def validateFieldValue[U <: ValidatingThriftStruct[U]](fieldName: String, fieldValue: Any, fieldAnnotations: Map[String, String], thriftValidatorOpt: Option[ThriftValidator]): Set[ThriftValidationViolation]
    Attributes
    protected
    Definition Classes
    ValidatingThriftStructCodec3
  37. def validateInstanceValue(item: LinkElementFields): Set[ThriftValidationViolation]

    Validate that all validation annotations on the struct meet the criteria defined in the corresponding com.twitter.scrooge.validation.ThriftConstraintValidator.

    Validate that all validation annotations on the struct meet the criteria defined in the corresponding com.twitter.scrooge.validation.ThriftConstraintValidator.

    Definition Classes
    LinkElementFields → ValidatingThriftStructCodec3
  38. def validateNewInstance(item: LinkElementFields): 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
    LinkElementFields → ValidatingThriftStructCodec3
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. def withoutPassthroughFields(original: LinkElementFields): LinkElementFields
  43. object Immutable extends ThriftStructCodec3[LinkElementFields] with Serializable

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 StructBuilderFactory[LinkElementFields]

Inherited from ValidatingThriftStructCodec3[LinkElementFields]

Inherited from ThriftStructCodec3[LinkElementFields]

Inherited from ThriftStructCodec[LinkElementFields]

Inherited from AnyRef

Inherited from Any

Ungrouped