Trait/Object

io.fsq.twofishes.gen

GeocodeFeature

Related Docs: object GeocodeFeature | package gen

Permalink

trait GeocodeFeature extends Record[GeocodeFeature] with Ordered[GeocodeFeature] with TBase[GeocodeFeature, gen.GeocodeFeature._Fields]

Linear Supertypes
TBase[GeocodeFeature, GeocodeFeature._Fields], Serializable, Record[GeocodeFeature], Ordered[GeocodeFeature], Comparable[GeocodeFeature], UntypedRecord, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeocodeFeature
  2. TBase
  3. Serializable
  4. Record
  5. Ordered
  6. Comparable
  7. UntypedRecord
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def attributesIsSet: Boolean

    Permalink
  2. abstract def attributesOption: Option[GeocodeFeatureAttributes]

    Permalink
  3. abstract def attributesOrNull: GeocodeFeatureAttributes

    Permalink
  4. abstract def attributesOrThrow: GeocodeFeatureAttributes

    Permalink
  5. abstract def attribution: Seq[String]

    Permalink
  6. abstract def attributionIsSet: Boolean

    Permalink
  7. abstract def attributionOption: Option[Seq[String]]

    Permalink
  8. abstract def attributionOrDefault: Seq[String]

    Permalink
  9. abstract def attributionOrNull: Seq[String]

    Permalink
  10. abstract def attributionOrThrow: Seq[String]

    Permalink
  11. abstract def ccIsSet: Boolean

    Permalink
  12. abstract def ccOption: Option[String]

    Permalink
  13. abstract def ccOrNull: String

    Permalink
  14. abstract def ccOrThrow: String

    Permalink
  15. abstract def clear(): Unit

    Permalink
    Definition Classes
    TBase
  16. abstract 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): GeocodeFeature

    Permalink
  17. abstract def deepCopy(): GeocodeFeature

    Permalink
    Definition Classes
    GeocodeFeature → TBase
  18. abstract def deepMergeCopy(that: GeocodeFeature): GeocodeFeature

    Permalink
  19. abstract def displayNameIsSet: Boolean

    Permalink
  20. abstract def displayNameOption: Option[String]

    Permalink
  21. abstract def displayNameOrNull: String

    Permalink
  22. abstract def displayNameOrThrow: String

    Permalink
  23. abstract def fieldForId(arg0: Int): GeocodeFeature._Fields

    Permalink
    Definition Classes
    TBase
  24. abstract def geometryIsSet: Boolean

    Permalink
  25. abstract def geometryOption: Option[FeatureGeometry]

    Permalink
  26. abstract def geometryOrNull: FeatureGeometry

    Permalink
  27. abstract def geometryOrThrow: FeatureGeometry

    Permalink
  28. abstract def getFieldValue(arg0: GeocodeFeature._Fields): AnyRef

    Permalink
    Definition Classes
    TBase
  29. abstract def highlightedNameIsSet: Boolean

    Permalink
  30. abstract def highlightedNameOption: Option[String]

    Permalink
  31. abstract def highlightedNameOrNull: String

    Permalink
  32. abstract def highlightedNameOrThrow: String

    Permalink
  33. abstract def idIsSet: Boolean

    Permalink
  34. abstract def idOption: Option[String]

    Permalink
  35. abstract def idOrNull: String

    Permalink
  36. abstract def idOrThrow: String

    Permalink
  37. abstract def ids: Seq[FeatureId]

    Permalink
  38. abstract def idsIsSet: Boolean

    Permalink
  39. abstract def idsOption: Option[Seq[FeatureId]]

    Permalink
  40. abstract def idsOrDefault: Seq[FeatureId]

    Permalink
  41. abstract def idsOrNull: Seq[FeatureId]

    Permalink
  42. abstract def idsOrThrow: Seq[FeatureId]

    Permalink
  43. abstract def isSet(arg0: GeocodeFeature._Fields): Boolean

    Permalink
    Definition Classes
    TBase
  44. abstract def longId: Long

    Permalink
  45. abstract def longIdIsSet: Boolean

    Permalink
  46. abstract def longIdOption: Option[Long]

    Permalink
  47. abstract def longIdOrDefault: Long

    Permalink
  48. abstract def longIdOrNull: Long

    Permalink
  49. abstract def longIdOrThrow: Long

    Permalink
  50. abstract def longIds: Seq[Long]

    Permalink
  51. abstract def longIdsIsSet: Boolean

    Permalink
  52. abstract def longIdsOption: Option[Seq[Long]]

    Permalink
  53. abstract def longIdsOrDefault: Seq[Long]

    Permalink
  54. abstract def longIdsOrNull: Seq[Long]

    Permalink
  55. abstract def longIdsOrThrow: Seq[Long]

    Permalink
  56. abstract def matchedNameIsSet: Boolean

    Permalink
  57. abstract def matchedNameOption: Option[String]

    Permalink
  58. abstract def matchedNameOrNull: String

    Permalink
  59. abstract def matchedNameOrThrow: String

    Permalink
  60. abstract def mergeCopy(that: GeocodeFeature): GeocodeFeature

    Permalink
    Definition Classes
    GeocodeFeature → Record
  61. abstract def meta: GeocodeFeatureMeta

    Permalink
    Definition Classes
    GeocodeFeature → Record → UntypedRecord
  62. abstract 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.

  63. abstract def nameIsSet: Boolean

    Permalink
  64. abstract def nameOption: Option[String]

    Permalink
  65. abstract def nameOrNull: String

    Permalink
  66. abstract def nameOrThrow: String

    Permalink
  67. abstract def names: Seq[FeatureName]

    Permalink
  68. abstract def namesIsSet: Boolean

    Permalink
  69. abstract def namesOption: Option[Seq[FeatureName]]

    Permalink
  70. abstract def namesOrDefault: Seq[FeatureName]

    Permalink
  71. abstract def namesOrNull: Seq[FeatureName]

    Permalink
  72. abstract def namesOrThrow: Seq[FeatureName]

    Permalink
  73. abstract def parentIds: Seq[Long]

    Permalink
  74. abstract def parentIdsIsSet: Boolean

    Permalink
  75. abstract def parentIdsOption: Option[Seq[Long]]

    Permalink
  76. abstract def parentIdsOrDefault: Seq[Long]

    Permalink
  77. abstract def parentIdsOrNull: Seq[Long]

    Permalink
  78. abstract def parentIdsOrThrow: Seq[Long]

    Permalink
  79. abstract def read(arg0: TProtocol): Unit

    Permalink
    Definition Classes
    TBase
    Annotations
    @throws( ... )
  80. abstract def relatedLongIds: Seq[Long]

    Permalink
  81. abstract def relatedLongIdsIsSet: Boolean

    Permalink
  82. abstract def relatedLongIdsOption: Option[Seq[Long]]

    Permalink
  83. abstract def relatedLongIdsOrDefault: Seq[Long]

    Permalink
  84. abstract def relatedLongIdsOrNull: Seq[Long]

    Permalink
  85. abstract def relatedLongIdsOrThrow: Seq[Long]

    Permalink
  86. abstract def roleIsSet: Boolean

    Permalink
  87. abstract def roleOption: Option[YahooWoeType]

    Permalink
  88. abstract def roleOrNull: YahooWoeType

    Permalink
  89. abstract def roleOrThrow: YahooWoeType

    Permalink
  90. abstract def setFieldValue(arg0: GeocodeFeature._Fields, arg1: Any): Unit

    Permalink
    Definition Classes
    TBase
  91. abstract def slugIsSet: Boolean

    Permalink
  92. abstract def slugOption: Option[String]

    Permalink
  93. abstract def slugOrNull: String

    Permalink
  94. abstract def slugOrThrow: String

    Permalink
  95. abstract def timezones: Seq[String]

    Permalink
  96. abstract def timezonesIsSet: Boolean

    Permalink
  97. abstract def timezonesOption: Option[Seq[String]]

    Permalink
  98. abstract def timezonesOrDefault: Seq[String]

    Permalink
  99. abstract def timezonesOrNull: Seq[String]

    Permalink
  100. abstract def timezonesOrThrow: Seq[String]

    Permalink
  101. abstract def woeType: YahooWoeType

    Permalink
  102. abstract def woeTypeIsSet: Boolean

    Permalink
  103. abstract def woeTypeOption: Option[YahooWoeType]

    Permalink
  104. abstract def woeTypeOrDefault: YahooWoeType

    Permalink
  105. abstract def woeTypeOrNull: YahooWoeType

    Permalink
  106. abstract def woeTypeOrThrow: YahooWoeType

    Permalink
  107. abstract def write(oprot: TProtocol): Unit

    Permalink
    Definition Classes
    GeocodeFeature → TBase → UntypedRecord

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: 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 clone(): AnyRef

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

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

    Permalink
    Definition Classes
    GeocodeFeature → Ordered → Comparable
  12. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    Any
  18. def mutableCopy(): MutableGeocodeFeature

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

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

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

    Permalink
    Definition Classes
    AnyRef
  22. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
  24. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TBase[GeocodeFeature, GeocodeFeature._Fields]

Inherited from Serializable

Inherited from Record[GeocodeFeature]

Inherited from Ordered[GeocodeFeature]

Inherited from Comparable[GeocodeFeature]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped