Class

io.fsq.twofishes.gen

GeocoderLogMeta

Related Doc: package gen

Permalink

class GeocoderLogMeta extends MetaRecord[GeocoderLog, GeocoderLogMeta] with RecordProvider[GeocoderLog]

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

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

    Permalink
  5. val EXCEPTIONDETAILS_FDESC: TField

    Permalink
  6. val GEOCODERLOG_SDESC: TStruct

    Permalink
  7. val METHOD_FDESC: TField

    Permalink
  8. val REASON_FDESC: TField

    Permalink
  9. val REQUEST_FDESC: TField

    Permalink
  10. val UNKNOWN_FIELD: TField

    Permalink
  11. object _Fields

    Permalink
  12. val annotations: Annotations

    Permalink
    Definition Classes
    GeocoderLogMeta → UntypedMetaRecord
  13. def apply(method: String, className: String, request: GeocodeRequest, reason: GeocoderLogReason, exceptionDetails: GeocoderException): GeocoderLog

    Permalink
  14. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  15. val className: OptionalFieldDescriptor[String, GeocoderLog, GeocoderLogMeta]

    Permalink
  16. def clone(): AnyRef

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

    Permalink
    Definition Classes
    GeocoderLogMeta → MetaRecord
  18. def createRecord: GeocoderLog

    Permalink
    Definition Classes
    GeocoderLogMeta → RecordProvider → MetaRecord
  19. def createUntypedRawRecord: UntypedRecord

    Permalink
    Definition Classes
    GeocoderLogMeta → UntypedMetaRecord
  20. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. val exceptionDetails: StructFieldDescriptor[GeocoderLog, GeocoderLogMeta, GeocoderException, GeocoderExceptionMeta]

    Permalink
  23. val fields: Seq[FieldDescriptor[_, GeocoderLog, GeocoderLogMeta]]

    Permalink
    Definition Classes
    GeocoderLogMeta → MetaRecord
  24. def finalize(): Unit

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

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

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

    Permalink
  28. def ifInstanceFrom(x: AnyRef): Option[GeocoderLog]

    Permalink
    Definition Classes
    GeocoderLogMeta → MetaRecord
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. val method: OptionalFieldDescriptor[String, GeocoderLog, GeocoderLogMeta]

    Permalink
  31. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  34. val reason: OptionalFieldDescriptor[GeocoderLogReason, GeocoderLog, GeocoderLogMeta] with EnumField with EnumIntField

    Permalink
  35. def recordName: String

    Permalink
    Definition Classes
    GeocoderLogMeta → UntypedMetaRecord
  36. val request: StructFieldDescriptor[GeocoderLog, GeocoderLogMeta, GeocodeRequest, GeocodeRequestMeta]

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

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

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

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

    Permalink
    Definition Classes
    GeocoderLogMeta → UntypedMetaRecord
  41. final def wait(): Unit

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

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

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

    Permalink

Inherited from RecordProvider[GeocoderLog]

Inherited from MetaRecord[GeocoderLog, GeocoderLogMeta]

Inherited from UntypedMetaRecord

Inherited from AnyRef

Inherited from Any

Ungrouped