Class

io.fsq.twofishes.gen

GeocodeInterpretationMeta

Related Doc: package gen

Permalink

class GeocodeInterpretationMeta extends JavaGeocodeInterpretationMeta[GeocodeInterpretation, RawGeocodeInterpretation, GeocodeInterpretationMeta] with RecordProvider[GeocodeInterpretation]

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

Instance Constructors

  1. new GeocodeInterpretationMeta()

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

    Permalink
  5. val FEATURE_FDESC: TField

    Permalink
  6. val GEOCODEINTERPRETATION_SDESC: TStruct

    Permalink
  7. val PARENTLONGIDS_FDESC: TField

    Permalink
  8. val PARENTS_FDESC: TField

    Permalink
  9. val SCORES_FDESC: TField

    Permalink
  10. val SCORINGFEATURES_DEPRECATED_FDESC: TField

    Permalink
  11. val UNKNOWN_FIELD: TField

    Permalink
  12. val WHAT_FDESC: TField

    Permalink
  13. val WHERE_FDESC: TField

    Permalink
  14. object _Fields

    Permalink
  15. val annotations: Annotations

    Permalink
    Definition Classes
    GeocodeInterpretationMeta → UntypedMetaRecord
  16. def apply(what: String, where: String, feature: GeocodeFeature, parents: Seq[GeocodeFeature], scoringFeatures_DEPRECATED: ScoringFeatures, scores: InterpretationScoringFeatures, debugInfo: InterpretationDebugInfo, parentLongIds: Seq[Long]): GeocodeInterpretation

    Permalink
  17. final def asInstanceOf[T0]: T0

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

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

    Permalink
    Definition Classes
    GeocodeInterpretationMeta → MetaRecord
  20. def createRecord: GeocodeInterpretation

    Permalink
    Definition Classes
    GeocodeInterpretationMeta → RecordProvider → MetaRecord
  21. def createUntypedRawRecord: UntypedRecord

    Permalink
    Definition Classes
    GeocodeInterpretationMeta → UntypedMetaRecord
  22. val debugInfo: StructFieldDescriptor[GeocodeInterpretation, GeocodeInterpretationMeta, InterpretationDebugInfo, InterpretationDebugInfoMeta]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  25. val feature: StructFieldDescriptor[GeocodeInterpretation, GeocodeInterpretationMeta, GeocodeFeature, GeocodeFeatureMeta]

    Permalink
  26. val fields: Seq[FieldDescriptor[_, GeocodeInterpretation, GeocodeInterpretationMeta]]

    Permalink
    Definition Classes
    GeocodeInterpretationMeta → MetaRecord
  27. def finalize(): Unit

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

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

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

    Permalink
  31. def ifInstanceFrom(x: AnyRef): Option[GeocodeInterpretation]

    Permalink
    Definition Classes
    GeocodeInterpretationMeta → MetaRecord
  32. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  36. val parentLongIds: OptionalFieldDescriptor[Seq[Long], GeocodeInterpretation, GeocodeInterpretationMeta]

    Permalink
  37. val parents: OptionalFieldDescriptor[Seq[GeocodeFeature], GeocodeInterpretation, GeocodeInterpretationMeta]

    Permalink
  38. def recordName: String

    Permalink
    Definition Classes
    GeocodeInterpretationMeta → UntypedMetaRecord
  39. val scores: StructFieldDescriptor[GeocodeInterpretation, GeocodeInterpretationMeta, InterpretationScoringFeatures, InterpretationScoringFeaturesMeta]

    Permalink
  40. val scoringFeatures_DEPRECATED: StructFieldDescriptor[GeocodeInterpretation, GeocodeInterpretationMeta, ScoringFeatures, ScoringFeaturesMeta]

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

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

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

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

    Permalink
    Definition Classes
    GeocodeInterpretationMeta → UntypedMetaRecord
  45. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. val what: OptionalFieldDescriptor[String, GeocodeInterpretation, GeocodeInterpretationMeta]

    Permalink
  49. val where: OptionalFieldDescriptor[String, GeocodeInterpretation, GeocodeInterpretationMeta]

    Permalink
  50. val wireNameToTField: Map[String, TField]

    Permalink

Inherited from RecordProvider[GeocodeInterpretation]

Inherited from JavaGeocodeInterpretationMeta[GeocodeInterpretation, RawGeocodeInterpretation, GeocodeInterpretationMeta]

Inherited from MetaRecord[GeocodeInterpretation, GeocodeInterpretationMeta]

Inherited from UntypedMetaRecord

Inherited from AnyRef

Inherited from Any

Ungrouped