object GeoLocation extends ThriftStructCodec3[GeoLocation] with Serializable

Where this request was made from, derived by ip address lookup.

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

    The default read-only implementation of GeoLocation.

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

  2. trait Proxy extends GeoLocation

    This Proxy trait allows you to extend the GeoLocation trait with additional state or behavior and implement the read-only methods from GeoLocation 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 CityField: TField
  5. val CityFieldManifest: Manifest[String]
  6. val ContinentField: TField
  7. val ContinentFieldManifest: Manifest[String]
  8. val CountryCodeField: TField
  9. val CountryCodeFieldManifest: Manifest[String]
  10. val CountryNameField: TField
  11. val CountryNameFieldManifest: Manifest[String]
  12. val GeoField: TField
  13. val GeoFieldManifest: Manifest[GeoPoint]
  14. val MetroCodeField: TField
  15. val MetroCodeFieldManifest: Manifest[Int]
  16. val NoPassthroughFields: Map[Short, TFieldBlob]
  17. val Struct: TStruct
  18. val SubdivisionsField: TField
  19. val SubdivisionsFieldManifest: Manifest[Seq[String]]
  20. val TimezoneField: TField
  21. val TimezoneFieldManifest: Manifest[String]
  22. def apply(geo: Option[GeoPoint] = _root_.scala.None, countryCode: Option[String] = _root_.scala.None, countryName: Option[String] = _root_.scala.None, city: Option[String] = _root_.scala.None, metroCode: Option[Int] = _root_.scala.None, continent: Option[String] = _root_.scala.None, subdivisions: Option[Seq[String]] = _root_.scala.None, timezone: Option[String] = _root_.scala.None): GeoLocation
  23. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  24. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  25. def decode(_iprot: TProtocol): GeoLocation
    Definition Classes
    GeoLocation → ThriftStructCodec
  26. def encode(_item: GeoLocation, _oproto: TProtocol): Unit
    Definition Classes
    GeoLocation → ThriftStructCodec
  27. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  29. lazy val fieldInfos: List[ThriftStructFieldInfo]

    Field information in declaration order.

  30. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  31. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. lazy val metaData: ThriftStructMetaData[GeoLocation]
    Definition Classes
    ThriftStructCodec
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. lazy val structAnnotations: Map[String, String]
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. def ttypeToString(byte: Byte): String
    Attributes
    protected
    Definition Classes
    ThriftStructCodec3
  42. def unapply(_item: GeoLocation): Option[(Option[GeoPoint], Option[String], Option[String], Option[String], Option[Int], Option[String], Option[Seq[String]], Option[String])]
  43. def validate(_item: GeoLocation): Unit

    Checks that all required fields are non-null.

  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  47. def withoutPassthroughFields(original: GeoLocation): GeoLocation
  48. object Immutable extends ThriftStructCodec3[GeoLocation] with Serializable

Inherited from Serializable

Inherited from Serializable

Inherited from ThriftStructCodec3[GeoLocation]

Inherited from ThriftStructCodec[GeoLocation]

Inherited from AnyRef

Inherited from Any

Ungrouped