Class

io.fsq.twofishes.gen

RawGeocodeFeature

Related Doc: package gen

Permalink

final class RawGeocodeFeature extends JavaGeocodeFeatureRaw[FeatureGeometry, FeatureId, FeatureName, GeocodeFeatureAttributes, GeocodeFeature, RawGeocodeFeature, GeocodeFeatureMeta] with MutableGeocodeFeature

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RawGeocodeFeature
  2. MutableGeocodeFeature
  3. GeocodeFeature
  4. TBase
  5. Serializable
  6. JavaGeocodeFeatureRaw
  7. JavaGeocodeFeatureMutable
  8. MutableRecord
  9. JavaGeocodeFeature
  10. Record
  11. Ordered
  12. Comparable
  13. UntypedRecord
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RawGeocodeFeature()

    Permalink

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: GeocodeFeature): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  9. def attributesIsSet(): Boolean

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  10. def attributesOption(): Option[GeocodeFeatureAttributes]

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  11. def attributesOrNull(): GeocodeFeatureAttributes

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  12. def attributesOrThrow(): GeocodeFeatureAttributes

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  13. def attributesUnset(): Unit

    Permalink
  14. def attributes_=(x: GeocodeFeatureAttributes): Unit

    Permalink
  15. def attribution(): Seq[String]

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  16. def attributionIsSet(): Boolean

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  17. def attributionOption(): Option[Seq[String]]

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  18. def attributionOrDefault(): Seq[String]

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  19. def attributionOrNull(): Seq[String]

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  20. def attributionOrThrow(): Seq[String]

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  21. def attributionUnset(): Unit

    Permalink
  22. def attribution_=(x: Seq[String]): Unit

    Permalink
  23. def ccIsSet(): Boolean

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  24. def ccOption(): Option[String]

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  25. def ccOrNull(): String

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  26. def ccOrThrow(): String

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  27. def ccUnset(): Unit

    Permalink
  28. def cc_=(x: String): Unit

    Permalink
  29. def clear(): Unit

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

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

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

    Permalink
    Definition Classes
    GeocodeFeature → Ordered → Comparable
  33. def copy(cc: String = ccOrNull, geometry: FeatureGeometry = geometryOrNull, name: String = nameOrNull, displayName: String = displayNameOrNull, woeType: YahooWoeType = woeTypeOrNull, ids: Seq[FeatureId] = idsOrNull, names: Seq[FeatureName] = namesOrNull, attribution: Seq[String] = attributionOrNull, timezones: Seq[String] = timezonesOrNull, highlightedName: String = highlightedNameOrNull, matchedName: String = matchedNameOrNull, slug: String = slugOrNull, id: String = idOrNull, attributes: GeocodeFeatureAttributes = attributesOrNull, longId: Long = longIdOrNull, longIds: Seq[Long] = longIdsOrNull, parentIds: Seq[Long] = parentIdsOrNull, role: YahooWoeType = roleOrNull, relatedLongIds: Seq[Long] = relatedLongIdsOrNull): RawGeocodeFeature

    Permalink
  34. def deepCopy(): RawGeocodeFeature

    Permalink
    Definition Classes
    RawGeocodeFeatureGeocodeFeature → TBase
  35. def deepMergeCopy(that: GeocodeFeature): GeocodeFeature

    Permalink
    Definition Classes
    RawGeocodeFeatureGeocodeFeature
  36. def displayNameIsSet(): Boolean

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  37. def displayNameOption(): Option[String]

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  38. def displayNameOrNull(): String

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  39. def displayNameOrThrow(): String

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  40. def displayNameUnset(): Unit

    Permalink
  41. def displayName_=(x: String): Unit

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

    Permalink
    Definition Classes
    AnyRef
  43. def equals(that: GeocodeFeature): Boolean

    Permalink
  44. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    RawGeocodeFeature → AnyRef → Any
  45. def fieldForId(id: Int): GeocodeFeature._Fields

    Permalink
    Definition Classes
    RawGeocodeFeature → TBase
  46. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  47. def geometryIsSet(): Boolean

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  48. def geometryOption(): Option[FeatureGeometry]

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  49. def geometryOrNull(): FeatureGeometry

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  50. def geometryOrThrow(): FeatureGeometry

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  51. def geometryUnset(): Unit

    Permalink
  52. def geometry_=(x: FeatureGeometry): Unit

    Permalink
  53. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  54. def getFieldValue(field: GeocodeFeature._Fields): AnyRef

    Permalink
    Definition Classes
    RawGeocodeFeature → TBase
  55. def getSetFields: Seq[Any]

    Permalink
  56. def hashCode(): Int

    Permalink
    Definition Classes
    RawGeocodeFeature → AnyRef → Any
  57. def highlightedNameIsSet(): Boolean

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  58. def highlightedNameOption(): Option[String]

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  59. def highlightedNameOrNull(): String

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  60. def highlightedNameOrThrow(): String

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  61. def highlightedNameUnset(): Unit

    Permalink
  62. def highlightedName_=(x: String): Unit

    Permalink
  63. def idIsSet(): Boolean

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  64. def idOption(): Option[String]

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  65. def idOrNull(): String

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  66. def idOrThrow(): String

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  67. def idUnset(): Unit

    Permalink
  68. def id_=(x: String): Unit

    Permalink
  69. def ids(): Seq[FeatureId]

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  70. def idsIsSet(): Boolean

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  71. def idsOption(): Option[Seq[FeatureId]]

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  72. def idsOrDefault(): Seq[FeatureId]

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  73. def idsOrNull(): Seq[FeatureId]

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  74. def idsOrThrow(): Seq[FeatureId]

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  75. def idsUnset(): Unit

    Permalink
  76. def ids_=(x: Seq[FeatureId]): Unit

    Permalink
  77. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    RawGeocodeFeature → TBase
  79. def longId(): Long

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  80. def longIdIsSet(): Boolean

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  81. def longIdOption(): Option[Long]

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  82. def longIdOrDefault(): Long

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  83. def longIdOrNull(): Long

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  84. def longIdOrThrow(): Long

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  85. def longIdUnset(): Unit

    Permalink
  86. def longId_=(x: Long): Unit

    Permalink
  87. def longIds(): Seq[Long]

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  88. def longIdsIsSet(): Boolean

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  89. def longIdsOption(): Option[Seq[Long]]

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  90. def longIdsOrDefault(): Seq[Long]

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  91. def longIdsOrNull(): Seq[Long]

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  92. def longIdsOrThrow(): Seq[Long]

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  93. def longIdsUnset(): Unit

    Permalink
  94. def longIds_=(x: Seq[Long]): Unit

    Permalink
  95. def matchedNameIsSet(): Boolean

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  96. def matchedNameOption(): Option[String]

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  97. def matchedNameOrNull(): String

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  98. def matchedNameOrThrow(): String

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  99. def matchedNameUnset(): Unit

    Permalink
  100. def matchedName_=(x: String): Unit

    Permalink
  101. def merge(that: GeocodeFeature): Unit

    Permalink
    Definition Classes
    RawGeocodeFeatureMutableGeocodeFeature → MutableRecord
  102. def mergeCopy(that: GeocodeFeature): GeocodeFeature

    Permalink
    Definition Classes
    RawGeocodeFeatureGeocodeFeature → Record
  103. def meta: GeocodeFeatureMeta

    Permalink
    Definition Classes
    RawGeocodeFeatureGeocodeFeature → Record → UntypedRecord
  104. def mutable: MutableGeocodeFeature

    Permalink

    Returns a pointer to a Mutable version of this record.

    Returns a pointer to a Mutable version of this record.

    If the underlying implementation is mutable, this will be returned. If the underlying implementation is immutable, a mutable copy will be returned.

    After mutating the instance returned by this method, the original instance (on which mutable was called) will be in an undefined state. It may or may not have been modified, depending on whether it was immutable or not.

    This is included as an optimization for when we want access to a Mutable record but don't want to pay the cost of copying every time.

    Definition Classes
    MutableGeocodeFeatureGeocodeFeature
  105. def mutableCopy(): MutableGeocodeFeature

    Permalink
    Definition Classes
    GeocodeFeature
  106. def nameIsSet(): Boolean

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  107. def nameOption(): Option[String]

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  108. def nameOrNull(): String

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  109. def nameOrThrow(): String

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  110. def nameUnset(): Unit

    Permalink
  111. def name_=(x: String): Unit

    Permalink
  112. def names(): Seq[FeatureName]

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  113. def namesIsSet(): Boolean

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  114. def namesOption(): Option[Seq[FeatureName]]

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  115. def namesOrDefault(): Seq[FeatureName]

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  116. def namesOrNull(): Seq[FeatureName]

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  117. def namesOrThrow(): Seq[FeatureName]

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  118. def namesUnset(): Unit

    Permalink
  119. def names_=(x: Seq[FeatureName]): Unit

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

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

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

    Permalink
    Definition Classes
    AnyRef
  123. def parentIds(): Seq[Long]

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  124. def parentIdsIsSet(): Boolean

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  125. def parentIdsOption(): Option[Seq[Long]]

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  126. def parentIdsOrDefault(): Seq[Long]

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  127. def parentIdsOrNull(): Seq[Long]

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  128. def parentIdsOrThrow(): Seq[Long]

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  129. def parentIdsUnset(): Unit

    Permalink
  130. def parentIds_=(x: Seq[Long]): Unit

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

    Permalink
    Definition Classes
    RawGeocodeFeature → TBase → UntypedRecord
  132. def relatedLongIds(): Seq[Long]

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  133. def relatedLongIdsIsSet(): Boolean

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  134. def relatedLongIdsOption(): Option[Seq[Long]]

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  135. def relatedLongIdsOrDefault(): Seq[Long]

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  136. def relatedLongIdsOrNull(): Seq[Long]

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  137. def relatedLongIdsOrThrow(): Seq[Long]

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  138. def relatedLongIdsUnset(): Unit

    Permalink
  139. def relatedLongIds_=(x: Seq[Long]): Unit

    Permalink
  140. def roleIsSet(): Boolean

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  141. def roleOption(): Option[YahooWoeType]

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  142. def roleOrNull(): YahooWoeType

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  143. def roleOrThrow(): YahooWoeType

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  144. def roleUnset(): Unit

    Permalink
  145. def role_=(x: YahooWoeType): Unit

    Permalink
  146. def setFieldValue(field: GeocodeFeature._Fields, value: AnyRef): Unit

    Permalink
    Definition Classes
    RawGeocodeFeature → TBase
  147. def slugIsSet(): Boolean

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  148. def slugOption(): Option[String]

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  149. def slugOrNull(): String

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  150. def slugOrThrow(): String

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  151. def slugUnset(): Unit

    Permalink
  152. def slug_=(x: String): Unit

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

    Permalink
    Definition Classes
    AnyRef
  154. def timezones(): Seq[String]

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  155. def timezonesIsSet(): Boolean

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  156. def timezonesOption(): Option[Seq[String]]

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  157. def timezonesOrDefault(): Seq[String]

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  158. def timezonesOrNull(): Seq[String]

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  159. def timezonesOrThrow(): Seq[String]

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  160. def timezonesUnset(): Unit

    Permalink
  161. def timezones_=(x: Seq[String]): Unit

    Permalink
  162. def toBuilder(): AllSpecified

    Permalink
    Definition Classes
    GeocodeFeature
  163. def toString(): String

    Permalink
    Definition Classes
    RawGeocodeFeature → AnyRef → Any
  164. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  167. def woeType(): YahooWoeType

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  168. def woeTypeIsSet(): Boolean

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  169. def woeTypeOption(): Option[YahooWoeType]

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  170. def woeTypeOrDefault(): YahooWoeType

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  171. def woeTypeOrNull(): YahooWoeType

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  172. def woeTypeOrThrow(): YahooWoeType

    Permalink
    Definition Classes
    RawGeocodeFeature → JavaGeocodeFeature
  173. def woeTypeUnset(): Unit

    Permalink
  174. def woeType_=(x: YahooWoeType): Unit

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

    Permalink
    Definition Classes
    RawGeocodeFeatureGeocodeFeature → TBase → UntypedRecord

Inherited from MutableGeocodeFeature

Inherited from GeocodeFeature

Inherited from TBase[GeocodeFeature, GeocodeFeature._Fields]

Inherited from Serializable

Inherited from MutableRecord[GeocodeFeature]

Inherited from Record[GeocodeFeature]

Inherited from Ordered[GeocodeFeature]

Inherited from Comparable[GeocodeFeature]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped