Class

io.fsq.twofishes.gen

GeocodeResponseMeta

Related Doc: package gen

Permalink

class GeocodeResponseMeta extends MetaRecord[GeocodeResponse, GeocodeResponseMeta] with RecordProvider[GeocodeResponse]

Linear Supertypes
RecordProvider[GeocodeResponse], MetaRecord[GeocodeResponse, GeocodeResponseMeta], UntypedMetaRecord, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeocodeResponseMeta
  2. RecordProvider
  3. MetaRecord
  4. UntypedMetaRecord
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GeocodeResponseMeta()

    Permalink

Type Members

  1. sealed abstract class _Fields extends TFieldIdEnum

    Permalink

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 DEBUGLINES_FDESC: TField

    Permalink
  5. val GEOCODERESPONSE_SDESC: TStruct

    Permalink
  6. val INTERPRETATIONS_FDESC: TField

    Permalink
  7. val REQUESTWKTGEOMETRY_FDESC: TField

    Permalink
  8. val UNKNOWN_FIELD: TField

    Permalink
  9. object _Fields

    Permalink
  10. val annotations: Annotations

    Permalink
    Definition Classes
    GeocodeResponseMeta → UntypedMetaRecord
  11. def apply(interpretations: Seq[GeocodeInterpretation], debugLines: Seq[String], requestWktGeometry: String): GeocodeResponse

    Permalink
  12. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def createRawRecord: RawGeocodeResponse

    Permalink
    Definition Classes
    GeocodeResponseMeta → MetaRecord
  15. def createRecord: GeocodeResponse

    Permalink
    Definition Classes
    GeocodeResponseMeta → RecordProvider → MetaRecord
  16. def createUntypedRawRecord: UntypedRecord

    Permalink
    Definition Classes
    GeocodeResponseMeta → UntypedMetaRecord
  17. val debugLines: OptionalFieldDescriptor[Seq[String], GeocodeResponse, GeocodeResponseMeta]

    Permalink
  18. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  20. val fields: Seq[FieldDescriptor[_, GeocodeResponse, GeocodeResponseMeta]]

    Permalink
    Definition Classes
    GeocodeResponseMeta → MetaRecord
  21. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  24. val idToTFieldIdEnum: Map[Short, TFieldIdEnum]

    Permalink
  25. def ifInstanceFrom(x: AnyRef): Option[GeocodeResponse]

    Permalink
    Definition Classes
    GeocodeResponseMeta → MetaRecord
  26. val interpretations: OptionalFieldDescriptor[Seq[GeocodeInterpretation], GeocodeResponse, GeocodeResponseMeta]

    Permalink
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  31. def recordName: String

    Permalink
    Definition Classes
    GeocodeResponseMeta → UntypedMetaRecord
  32. val requestWktGeometry: OptionalFieldDescriptor[String, GeocodeResponse, GeocodeResponseMeta]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  35. def untypedFields: Seq[UntypedFieldDescriptor]

    Permalink
    Definition Classes
    GeocodeResponseMeta → UntypedMetaRecord
  36. def untypedIfInstanceFrom(x: AnyRef): Option[UntypedRecord]

    Permalink
    Definition Classes
    GeocodeResponseMeta → UntypedMetaRecord
  37. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. val wireNameToTField: Map[String, TField]

    Permalink

Inherited from RecordProvider[GeocodeResponse]

Inherited from MetaRecord[GeocodeResponse, GeocodeResponseMeta]

Inherited from UntypedMetaRecord

Inherited from AnyRef

Inherited from Any

Ungrouped