Trait

io.fsq.twofishes.model.gen

ThriftGeocodeRecordProxy

Related Doc: package gen

Permalink

trait ThriftGeocodeRecordProxy extends ThriftGeocodeRecord

Linear Supertypes
ThriftGeocodeRecord, TBase[ThriftGeocodeRecord, ThriftGeocodeRecord._Fields], Serializable, HasPrimaryKey[Long, ThriftGeocodeRecord], SemitypedHasPrimaryKey[Long], Record[ThriftGeocodeRecord], Ordered[ThriftGeocodeRecord], Comparable[ThriftGeocodeRecord], UntypedRecord, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ThriftGeocodeRecordProxy
  2. ThriftGeocodeRecord
  3. TBase
  4. Serializable
  5. HasPrimaryKey
  6. SemitypedHasPrimaryKey
  7. Record
  8. Ordered
  9. Comparable
  10. UntypedRecord
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def underlying: ThriftGeocodeRecord

    Permalink
    Attributes
    protected

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def <(that: ThriftGeocodeRecord): Boolean

    Permalink
    Definition Classes
    ThriftGeocodeRecord → Ordered
  4. def <=(that: ThriftGeocodeRecord): Boolean

    Permalink
    Definition Classes
    ThriftGeocodeRecord → Ordered
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def >(that: ThriftGeocodeRecord): Boolean

    Permalink
    Definition Classes
    ThriftGeocodeRecord → Ordered
  7. def >=(that: ThriftGeocodeRecord): Boolean

    Permalink
    Definition Classes
    ThriftGeocodeRecord → Ordered
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def boost: Int

    Permalink
  10. def boostIsSet: Boolean

    Permalink
  11. def boostOption: Option[Int]

    Permalink
  12. def boostOrDefault: Int

    Permalink
  13. def boostOrNull: Integer

    Permalink
  14. def boostOrThrow: Int

    Permalink
  15. def boundingBoxIsSet: Boolean

    Permalink
  16. def boundingBoxOption: Option[ThriftBoundingBox]

    Permalink
  17. def boundingBoxOrNull: ThriftBoundingBox

    Permalink
  18. def boundingBoxOrThrow: ThriftBoundingBox

    Permalink
  19. def canGeocode: Boolean

    Permalink
  20. def canGeocodeIsSet: Boolean

    Permalink
  21. def canGeocodeOption: Option[Boolean]

    Permalink
  22. def canGeocodeOrDefault: Boolean

    Permalink
  23. def canGeocodeOrNull: Boolean

    Permalink
  24. def canGeocodeOrThrow: Boolean

    Permalink
  25. def ccIsSet: Boolean

    Permalink
  26. def ccOption: Option[String]

    Permalink
  27. def ccOrNull: String

    Permalink
  28. def ccOrThrow: String

    Permalink
  29. def clear(): Unit

    Permalink
    Definition Classes
    ThriftGeocodeRecordProxy → TBase
  30. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. def compare(that: ThriftGeocodeRecord): Int

    Permalink
    Definition Classes
    ThriftGeocodeRecordProxyThriftGeocodeRecord → Ordered
  32. def compareTo(that: ThriftGeocodeRecord): Int

    Permalink
    Definition Classes
    ThriftGeocodeRecord → Ordered → Comparable
  33. def copy(id: Long = idOrNull, names: Seq[String] = namesOrNull, cc: String = ccOrNull, woeType: YahooWoeType = woeTypeOrNull, lat: Double = latOrNull, lng: Double = lngOrNull, displayNames: Seq[ThriftDisplayName] = displayNamesOrNull, parents: Seq[Long] = parentsOrNull, population: Integer = populationOrNull, boost: Integer = boostOrNull, boundingBox: ThriftBoundingBox = boundingBoxOrNull, displayBounds: ThriftBoundingBox = displayBoundsOrNull, canGeocode: Boolean = canGeocodeOrNull, slug: String = slugOrNull, polygon: ByteBuffer = polygonOrNull, hasPoly: Boolean = hasPolyOrNull, rawAttributes: ByteBuffer = rawAttributesOrNull, extraRelations: Seq[Long] = extraRelationsOrNull, polyId: ObjectId = polyIdOrNull, ids: Seq[Long] = idsOrNull, polygonSource: String = polygonSourceOrNull): ThriftGeocodeRecord

    Permalink
  34. def deepCopy(): ThriftGeocodeRecord

    Permalink
    Definition Classes
    ThriftGeocodeRecordProxyThriftGeocodeRecord → TBase
  35. def deepMergeCopy(that: ThriftGeocodeRecord): ThriftGeocodeRecord

    Permalink
  36. def displayBoundsIsSet: Boolean

    Permalink
  37. def displayBoundsOption: Option[ThriftBoundingBox]

    Permalink
  38. def displayBoundsOrNull: ThriftBoundingBox

    Permalink
  39. def displayBoundsOrThrow: ThriftBoundingBox

    Permalink
  40. def displayNames: Seq[ThriftDisplayName]

    Permalink
  41. def displayNamesIsSet: Boolean

    Permalink
  42. def displayNamesOption: Option[Seq[ThriftDisplayName]]

    Permalink
  43. def displayNamesOrDefault: Seq[ThriftDisplayName]

    Permalink
  44. def displayNamesOrNull: Seq[ThriftDisplayName]

    Permalink
  45. def displayNamesOrThrow: Seq[ThriftDisplayName]

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

    Permalink
    Definition Classes
    AnyRef
  47. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    ThriftGeocodeRecordProxy → AnyRef → Any
  48. def extraRelations: Seq[Long]

    Permalink
  49. def extraRelationsIsSet: Boolean

    Permalink
  50. def extraRelationsOption: Option[Seq[Long]]

    Permalink
  51. def extraRelationsOrDefault: Seq[Long]

    Permalink
  52. def extraRelationsOrNull: Seq[Long]

    Permalink
  53. def extraRelationsOrThrow: Seq[Long]

    Permalink
  54. def fieldForId(id: Int): ThriftGeocodeRecord._Fields

    Permalink
    Definition Classes
    ThriftGeocodeRecordProxy → TBase
  55. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  57. def getFieldValue(field: ThriftGeocodeRecord._Fields): AnyRef

    Permalink
    Definition Classes
    ThriftGeocodeRecordProxy → TBase
  58. def hasPoly: Boolean

    Permalink
  59. def hasPolyIsSet: Boolean

    Permalink
  60. def hasPolyOption: Option[Boolean]

    Permalink
  61. def hasPolyOrDefault: Boolean

    Permalink
  62. def hasPolyOrNull: Boolean

    Permalink
  63. def hasPolyOrThrow: Boolean

    Permalink
  64. def hashCode(): Int

    Permalink
    Definition Classes
    ThriftGeocodeRecordProxy → AnyRef → Any
  65. def id: Long

    Permalink
  66. def idIsSet: Boolean

    Permalink
  67. def idOption: Option[Long]

    Permalink
  68. def idOrDefault: Long

    Permalink
  69. def idOrNull: Long

    Permalink
  70. def idOrThrow: Long

    Permalink
  71. def ids: Seq[Long]

    Permalink
  72. def idsIsSet: Boolean

    Permalink
  73. def idsOption: Option[Seq[Long]]

    Permalink
  74. def idsOrDefault: Seq[Long]

    Permalink
  75. def idsOrNull: Seq[Long]

    Permalink
  76. def idsOrThrow: Seq[Long]

    Permalink
  77. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  78. def isSet(field: ThriftGeocodeRecord._Fields): Boolean

    Permalink
    Definition Classes
    ThriftGeocodeRecordProxy → TBase
  79. def lat: Double

    Permalink
  80. def latIsSet: Boolean

    Permalink
  81. def latOption: Option[Double]

    Permalink
  82. def latOrDefault: Double

    Permalink
  83. def latOrNull: Double

    Permalink
  84. def latOrThrow: Double

    Permalink
  85. def lng: Double

    Permalink
  86. def lngIsSet: Boolean

    Permalink
  87. def lngOption: Option[Double]

    Permalink
  88. def lngOrDefault: Double

    Permalink
  89. def lngOrNull: Double

    Permalink
  90. def lngOrThrow: Double

    Permalink
  91. def mergeCopy(that: ThriftGeocodeRecord): ThriftGeocodeRecord

    Permalink
    Definition Classes
    ThriftGeocodeRecordProxyThriftGeocodeRecord → Record
  92. def meta: ThriftGeocodeRecordMeta

    Permalink
    Definition Classes
    ThriftGeocodeRecordProxyThriftGeocodeRecord → Record → UntypedRecord
  93. def names: Seq[String]

    Permalink
  94. def namesIsSet: Boolean

    Permalink
  95. def namesOption: Option[Seq[String]]

    Permalink
  96. def namesOrDefault: Seq[String]

    Permalink
  97. def namesOrNull: Seq[String]

    Permalink
  98. def namesOrThrow: Seq[String]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  102. def parents: Seq[Long]

    Permalink
  103. def parentsIsSet: Boolean

    Permalink
  104. def parentsOption: Option[Seq[Long]]

    Permalink
  105. def parentsOrDefault: Seq[Long]

    Permalink
  106. def parentsOrNull: Seq[Long]

    Permalink
  107. def parentsOrThrow: Seq[Long]

    Permalink
  108. def polyIdIsSet: Boolean

    Permalink
  109. def polyIdOption: Option[ThriftObjectId]

    Permalink
  110. def polyIdOrNull: ThriftObjectId

    Permalink
  111. def polyIdOrThrow: ThriftObjectId

    Permalink
  112. def polygonByteArray: Array[Byte]

    Permalink
  113. def polygonByteArrayOption: Option[Array[Byte]]

    Permalink
  114. def polygonIsSet: Boolean

    Permalink
  115. def polygonOption: Option[ByteBuffer]

    Permalink
  116. def polygonOrNull: ByteBuffer

    Permalink
  117. def polygonOrThrow: ByteBuffer

    Permalink
  118. def polygonSourceIsSet: Boolean

    Permalink
  119. def polygonSourceOption: Option[String]

    Permalink
  120. def polygonSourceOrNull: String

    Permalink
  121. def polygonSourceOrThrow: String

    Permalink
  122. def population: Int

    Permalink
  123. def populationIsSet: Boolean

    Permalink
  124. def populationOption: Option[Int]

    Permalink
  125. def populationOrDefault: Int

    Permalink
  126. def populationOrNull: Integer

    Permalink
  127. def populationOrThrow: Int

    Permalink
  128. def primaryKey: Long

    Permalink
    Definition Classes
    ThriftGeocodeRecord → SemitypedHasPrimaryKey
  129. def rawAttributesByteArray: Array[Byte]

    Permalink
  130. def rawAttributesByteArrayOption: Option[Array[Byte]]

    Permalink
  131. def rawAttributesIsSet: Boolean

    Permalink
  132. def rawAttributesOption: Option[ByteBuffer]

    Permalink
  133. def rawAttributesOrNull: ByteBuffer

    Permalink
  134. def rawAttributesOrThrow: ByteBuffer

    Permalink
  135. def read(iprot: TProtocol): Unit

    Permalink
    Definition Classes
    ThriftGeocodeRecordProxy → TBase → UntypedRecord
  136. def setFieldValue(field: ThriftGeocodeRecord._Fields, value: AnyRef): Unit

    Permalink
    Definition Classes
    ThriftGeocodeRecordProxy → TBase
  137. def slugIsSet: Boolean

    Permalink
  138. def slugOption: Option[String]

    Permalink
  139. def slugOrNull: String

    Permalink
  140. def slugOrThrow: String

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

    Permalink
    Definition Classes
    AnyRef
  142. def toBuilder(): AllSpecified

    Permalink
    Definition Classes
    ThriftGeocodeRecord
  143. def toString(): String

    Permalink
    Definition Classes
    ThriftGeocodeRecordProxy → AnyRef → Any
  144. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  147. def woeTypeIsSet: Boolean

    Permalink
  148. def woeTypeOption: Option[YahooWoeType]

    Permalink
  149. def woeTypeOrNull: YahooWoeType

    Permalink
  150. def woeTypeOrThrow: YahooWoeType

    Permalink
  151. def write(oprot: TProtocol): Unit

    Permalink
    Definition Classes
    ThriftGeocodeRecordProxyThriftGeocodeRecord → TBase → UntypedRecord

Inherited from ThriftGeocodeRecord

Inherited from Serializable

Inherited from HasPrimaryKey[Long, ThriftGeocodeRecord]

Inherited from SemitypedHasPrimaryKey[Long]

Inherited from Record[ThriftGeocodeRecord]

Inherited from Ordered[ThriftGeocodeRecord]

Inherited from Comparable[ThriftGeocodeRecord]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped