Object/Trait

com.gu.contententity.thrift

Address

Related Docs: trait Address | package thrift

Permalink

object Address extends ThriftStructCodec3[Address] with Serializable

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

Type Members

  1. class Immutable extends Address

    Permalink

    The default read-only implementation of Address.

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

  2. trait Proxy extends Address

    Permalink

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

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val AdministrativeAreaLevelOneField: TField

    Permalink
  5. val AdministrativeAreaLevelOneFieldManifest: Manifest[String]

    Permalink
  6. val AdministrativeAreaLevelTwoField: TField

    Permalink
  7. val AdministrativeAreaLevelTwoFieldManifest: Manifest[String]

    Permalink
  8. val CountryField: TField

    Permalink
  9. val CountryFieldManifest: Manifest[String]

    Permalink
  10. val FormattedAddressField: TField

    Permalink
  11. val FormattedAddressFieldManifest: Manifest[String]

    Permalink
  12. object Immutable extends ThriftStructCodec3[Address] with Serializable

    Permalink
  13. val LocalityField: TField

    Permalink
  14. val LocalityFieldManifest: Manifest[String]

    Permalink
  15. val NeighbourhoodField: TField

    Permalink
  16. val NeighbourhoodFieldManifest: Manifest[String]

    Permalink
  17. val PostCodeField: TField

    Permalink
  18. val PostCodeFieldManifest: Manifest[String]

    Permalink
  19. val PostTownField: TField

    Permalink
  20. val PostTownFieldManifest: Manifest[String]

    Permalink
  21. val StreetNameField: TField

    Permalink
  22. val StreetNameFieldManifest: Manifest[String]

    Permalink
  23. val StreetNumberField: TField

    Permalink
  24. val StreetNumberFieldManifest: Manifest[Short]

    Permalink
  25. val Struct: TStruct

    Permalink
  26. def apply(formattedAddress: Option[String] = _root_.scala.None, streetNumber: Option[Short] = _root_.scala.None, streetName: Option[String] = _root_.scala.None, neighbourhood: Option[String] = _root_.scala.None, postTown: Option[String] = _root_.scala.None, locality: Option[String] = _root_.scala.None, country: Option[String] = _root_.scala.None, administrativeAreaLevelOne: Option[String] = _root_.scala.None, administrativeAreaLevelTwo: Option[String] = _root_.scala.None, postCode: Option[String] = _root_.scala.None): Address

    Permalink
  27. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  28. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. def decode(_iprot: TProtocol): Address

    Permalink
    Definition Classes
    Address → ThriftStructCodec
  30. def encode(_item: Address, _oproto: TProtocol): Unit

    Permalink
    Definition Classes
    Address → ThriftStructCodec
  31. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  33. lazy val fieldInfos: List[ThriftStructFieldInfo]

    Permalink

    Field information in declaration order.

  34. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  35. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  36. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  37. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  38. lazy val metaData: ThriftStructMetaData[Address]

    Permalink
    Definition Classes
    ThriftStructCodec
  39. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  40. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  41. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  42. lazy val structAnnotations: Map[String, String]

    Permalink
  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  44. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  45. def ttypeToString(byte: Byte): String

    Permalink
    Attributes
    protected
    Definition Classes
    ThriftStructCodec3
  46. def unapply(_item: Address): Option[(Option[String], Option[Short], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String])]

    Permalink
  47. def validate(_item: Address): Unit

    Permalink

    Checks that all required fields are non-null.

  48. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. def withoutPassthroughFields(original: Address): Address

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from ThriftStructCodec3[Address]

Inherited from ThriftStructCodec[Address]

Inherited from AnyRef

Inherited from Any

Ungrouped