Class

io.fsq.twofishes.gen

BulkSlugLookupResponseMeta

Related Doc: package gen

Permalink

class BulkSlugLookupResponseMeta extends MetaRecord[BulkSlugLookupResponse, BulkSlugLookupResponseMeta] with RecordProvider[BulkSlugLookupResponse]

Linear Supertypes
RecordProvider[BulkSlugLookupResponse], MetaRecord[BulkSlugLookupResponse, BulkSlugLookupResponseMeta], UntypedMetaRecord, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BulkSlugLookupResponseMeta
  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 BulkSlugLookupResponseMeta()

    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 BULKSLUGLOOKUPRESPONSE_SDESC: TStruct

    Permalink
  5. val DEBUGLINES_FDESC: TField

    Permalink
  6. val INTERPRETATIONINDEXES_FDESC: TField

    Permalink
  7. val INTERPRETATIONS_FDESC: TField

    Permalink
  8. val PARENTFEATURES_FDESC: TField

    Permalink
  9. val UNKNOWN_FIELD: TField

    Permalink
  10. object _Fields

    Permalink
  11. val annotations: Annotations

    Permalink
    Definition Classes
    BulkSlugLookupResponseMeta → UntypedMetaRecord
  12. def apply(interpretations: Seq[GeocodeInterpretation], interpretationIndexes: Seq[Seq[Int]], parentFeatures: Seq[GeocodeFeature], debugLines: Seq[String]): BulkSlugLookupResponse

    Permalink
  13. final def asInstanceOf[T0]: T0

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

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

    Permalink
    Definition Classes
    BulkSlugLookupResponseMeta → MetaRecord
  16. def createRecord: BulkSlugLookupResponse

    Permalink
    Definition Classes
    BulkSlugLookupResponseMeta → RecordProvider → MetaRecord
  17. def createUntypedRawRecord: UntypedRecord

    Permalink
    Definition Classes
    BulkSlugLookupResponseMeta → UntypedMetaRecord
  18. val debugLines: OptionalFieldDescriptor[Seq[String], BulkSlugLookupResponse, BulkSlugLookupResponseMeta]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. val fields: Seq[FieldDescriptor[_, BulkSlugLookupResponse, BulkSlugLookupResponseMeta]]

    Permalink
    Definition Classes
    BulkSlugLookupResponseMeta → MetaRecord
  22. def finalize(): Unit

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

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

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

    Permalink
  26. def ifInstanceFrom(x: AnyRef): Option[BulkSlugLookupResponse]

    Permalink
    Definition Classes
    BulkSlugLookupResponseMeta → MetaRecord
  27. val interpretationIndexes: OptionalFieldDescriptor[Seq[Seq[Int]], BulkSlugLookupResponse, BulkSlugLookupResponseMeta]

    Permalink
  28. val interpretations: OptionalFieldDescriptor[Seq[GeocodeInterpretation], BulkSlugLookupResponse, BulkSlugLookupResponseMeta]

    Permalink
  29. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  33. val parentFeatures: OptionalFieldDescriptor[Seq[GeocodeFeature], BulkSlugLookupResponse, BulkSlugLookupResponseMeta]

    Permalink
  34. def recordName: String

    Permalink
    Definition Classes
    BulkSlugLookupResponseMeta → UntypedMetaRecord
  35. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

    Permalink
    Definition Classes
    BulkSlugLookupResponseMeta → UntypedMetaRecord
  39. final def wait(): Unit

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

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

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

    Permalink

Inherited from RecordProvider[BulkSlugLookupResponse]

Inherited from UntypedMetaRecord

Inherited from AnyRef

Inherited from Any

Ungrouped