Class

io.fsq.twofishes.gen

RawGeocodeFeatureAttributes

Related Doc: package gen

Permalink

final class RawGeocodeFeatureAttributes extends Record[GeocodeFeatureAttributes] with MutableRecord[GeocodeFeatureAttributes] with MutableGeocodeFeatureAttributes

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RawGeocodeFeatureAttributes
  2. MutableGeocodeFeatureAttributes
  3. GeocodeFeatureAttributes
  4. TBase
  5. Serializable
  6. MutableRecord
  7. Record
  8. Ordered
  9. Comparable
  10. UntypedRecord
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RawGeocodeFeatureAttributes()

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

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

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

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

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

    Permalink
    Definition Classes
    GeocodeFeatureAttributes → Ordered
  8. def adm0cap: Boolean

    Permalink
  9. def adm0capIsSet: Boolean

    Permalink
  10. def adm0capOption: Option[Boolean]

    Permalink
  11. def adm0capOrDefault: Boolean

    Permalink
  12. def adm0capOrNull: Boolean

    Permalink
  13. def adm0capOrThrow: Boolean

    Permalink
  14. def adm0capUnset(): Unit

    Permalink
  15. def adm0cap_=(x: Boolean): Unit

    Permalink
  16. def adm1cap: Boolean

    Permalink
  17. def adm1capIsSet: Boolean

    Permalink
  18. def adm1capOption: Option[Boolean]

    Permalink
  19. def adm1capOrDefault: Boolean

    Permalink
  20. def adm1capOrNull: Boolean

    Permalink
  21. def adm1capOrThrow: Boolean

    Permalink
  22. def adm1capUnset(): Unit

    Permalink
  23. def adm1cap_=(x: Boolean): Unit

    Permalink
  24. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  25. def clear(): Unit

    Permalink
    Definition Classes
    RawGeocodeFeatureAttributes → TBase
  26. def clone(): AnyRef

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

    Permalink
    Definition Classes
    GeocodeFeatureAttributes → Ordered
  28. def compareTo(that: GeocodeFeatureAttributes): Int

    Permalink
    Definition Classes
    GeocodeFeatureAttributes → Ordered → Comparable
  29. def copy(adm0cap: Boolean = adm0capOrNull, adm1cap: Boolean = adm1capOrNull, scalerank: Integer = scalerankOrNull, labelrank: Integer = labelrankOrNull, natscale: Integer = natscaleOrNull, population: Integer = populationOrNull, sociallyRelevant: Boolean = sociallyRelevantOrNull, neighborhoodType: NeighborhoodType = neighborhoodTypeOrNull, urls: Seq[String] = urlsOrNull, worldcity: Boolean = worldcityOrNull): RawGeocodeFeatureAttributes

    Permalink
  30. def deepCopy(): RawGeocodeFeatureAttributes

    Permalink
    Definition Classes
    RawGeocodeFeatureAttributesGeocodeFeatureAttributes → TBase
  31. def deepMergeCopy(that: GeocodeFeatureAttributes): GeocodeFeatureAttributes

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

    Permalink
    Definition Classes
    AnyRef
  33. def equals(that: GeocodeFeatureAttributes): Boolean

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

    Permalink
    Definition Classes
    RawGeocodeFeatureAttributes → AnyRef → Any
  35. def fieldForId(id: Int): GeocodeFeatureAttributes._Fields

    Permalink
    Definition Classes
    RawGeocodeFeatureAttributes → TBase
  36. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  38. def getFieldValue(field: GeocodeFeatureAttributes._Fields): AnyRef

    Permalink
    Definition Classes
    RawGeocodeFeatureAttributes → TBase
  39. def getSetFields: Seq[Any]

    Permalink
  40. def hashCode(): Int

    Permalink
    Definition Classes
    RawGeocodeFeatureAttributes → AnyRef → Any
  41. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  42. def isSet(field: GeocodeFeatureAttributes._Fields): Boolean

    Permalink
    Definition Classes
    RawGeocodeFeatureAttributes → TBase
  43. def labelrank: Int

    Permalink
  44. def labelrankIsSet: Boolean

    Permalink
  45. def labelrankOption: Option[Int]

    Permalink
  46. def labelrankOrDefault: Int

    Permalink
  47. def labelrankOrNull: Integer

    Permalink
  48. def labelrankOrThrow: Int

    Permalink
  49. def labelrankUnset(): Unit

    Permalink
  50. def labelrank_=(x: Int): Unit

    Permalink
  51. def merge(that: GeocodeFeatureAttributes): Unit

    Permalink
    Definition Classes
    RawGeocodeFeatureAttributesMutableGeocodeFeatureAttributes → MutableRecord
  52. def mergeCopy(that: GeocodeFeatureAttributes): GeocodeFeatureAttributes

    Permalink
    Definition Classes
    RawGeocodeFeatureAttributesGeocodeFeatureAttributes → Record
  53. def meta: GeocodeFeatureAttributesMeta

    Permalink
    Definition Classes
    RawGeocodeFeatureAttributesGeocodeFeatureAttributes → Record → UntypedRecord
  54. def mutable: MutableGeocodeFeatureAttributes

    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
    MutableGeocodeFeatureAttributesGeocodeFeatureAttributes
  55. def mutableCopy(): MutableGeocodeFeatureAttributes

    Permalink
    Definition Classes
    GeocodeFeatureAttributes
  56. def natscale: Int

    Permalink
  57. def natscaleIsSet: Boolean

    Permalink
  58. def natscaleOption: Option[Int]

    Permalink
  59. def natscaleOrDefault: Int

    Permalink
  60. def natscaleOrNull: Integer

    Permalink
  61. def natscaleOrThrow: Int

    Permalink
  62. def natscaleUnset(): Unit

    Permalink
  63. def natscale_=(x: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
  65. def neighborhoodTypeIsSet: Boolean

    Permalink
  66. def neighborhoodTypeOption: Option[NeighborhoodType]

    Permalink
  67. def neighborhoodTypeOrNull: NeighborhoodType

    Permalink
  68. def neighborhoodTypeOrThrow: NeighborhoodType

    Permalink
  69. def neighborhoodTypeUnset(): Unit

    Permalink
  70. def neighborhoodType_=(x: NeighborhoodType): Unit

    Permalink
  71. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  73. def population: Int

    Permalink
  74. def populationIsSet: Boolean

    Permalink
  75. def populationOption: Option[Int]

    Permalink
  76. def populationOrDefault: Int

    Permalink
  77. def populationOrNull: Integer

    Permalink
  78. def populationOrThrow: Int

    Permalink
  79. def populationUnset(): Unit

    Permalink
  80. def population_=(x: Int): Unit

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

    Permalink
    Definition Classes
    RawGeocodeFeatureAttributes → TBase → UntypedRecord
  82. def scalerank: Int

    Permalink
  83. def scalerankIsSet: Boolean

    Permalink
  84. def scalerankOption: Option[Int]

    Permalink
  85. def scalerankOrDefault: Int

    Permalink
  86. def scalerankOrNull: Integer

    Permalink
  87. def scalerankOrThrow: Int

    Permalink
  88. def scalerankUnset(): Unit

    Permalink
  89. def scalerank_=(x: Int): Unit

    Permalink
  90. def setFieldValue(field: GeocodeFeatureAttributes._Fields, value: AnyRef): Unit

    Permalink
    Definition Classes
    RawGeocodeFeatureAttributes → TBase
  91. def sociallyRelevant: Boolean

    Permalink
  92. def sociallyRelevantIsSet: Boolean

    Permalink
  93. def sociallyRelevantOption: Option[Boolean]

    Permalink
  94. def sociallyRelevantOrDefault: Boolean

    Permalink
  95. def sociallyRelevantOrNull: Boolean

    Permalink
  96. def sociallyRelevantOrThrow: Boolean

    Permalink
  97. def sociallyRelevantUnset(): Unit

    Permalink
  98. def sociallyRelevant_=(x: Boolean): Unit

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

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

    Permalink
    Definition Classes
    GeocodeFeatureAttributes
  101. def toString(): String

    Permalink
    Definition Classes
    RawGeocodeFeatureAttributes → AnyRef → Any
  102. def urls: Seq[String]

    Permalink
  103. def urlsIsSet: Boolean

    Permalink
  104. def urlsOption: Option[Seq[String]]

    Permalink
  105. def urlsOrDefault: Seq[String]

    Permalink
  106. def urlsOrNull: Seq[String]

    Permalink
  107. def urlsOrThrow: Seq[String]

    Permalink
  108. def urlsUnset(): Unit

    Permalink
  109. def urls_=(x: Seq[String]): Unit

    Permalink
  110. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  113. def worldcity: Boolean

    Permalink
  114. def worldcityIsSet: Boolean

    Permalink
  115. def worldcityOption: Option[Boolean]

    Permalink
  116. def worldcityOrDefault: Boolean

    Permalink
  117. def worldcityOrNull: Boolean

    Permalink
  118. def worldcityOrThrow: Boolean

    Permalink
  119. def worldcityUnset(): Unit

    Permalink
  120. def worldcity_=(x: Boolean): Unit

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

    Permalink
    Definition Classes
    RawGeocodeFeatureAttributesGeocodeFeatureAttributes → TBase → UntypedRecord

Inherited from GeocodeFeatureAttributes

Inherited from Serializable

Inherited from MutableRecord[GeocodeFeatureAttributes]

Inherited from Record[GeocodeFeatureAttributes]

Inherited from Ordered[GeocodeFeatureAttributes]

Inherited from Comparable[GeocodeFeatureAttributes]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped