Class

io.fsq.twofishes.gen

RawGeocodeServingFeature

Related Doc: package gen

Permalink

final class RawGeocodeServingFeature extends Record[GeocodeServingFeature] with MutableRecord[GeocodeServingFeature] with MutableGeocodeServingFeature

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RawGeocodeServingFeature
  2. MutableGeocodeServingFeature
  3. GeocodeServingFeature
  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 RawGeocodeServingFeature()

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

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

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

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

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

    Permalink
    Definition Classes
    GeocodeServingFeature → Ordered
  8. def DEPRECATED_idIsSet: Boolean

    Permalink
  9. def DEPRECATED_idOption: Option[String]

    Permalink
  10. def DEPRECATED_idOrNull: String

    Permalink
  11. def DEPRECATED_idOrThrow: String

    Permalink
  12. def DEPRECATED_idUnset(): Unit

    Permalink
  13. def DEPRECATED_id_=(x: String): Unit

    Permalink
  14. final def asInstanceOf[T0]: T0

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

    Permalink
    Definition Classes
    RawGeocodeServingFeature → TBase
  16. def clone(): AnyRef

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

    Permalink
    Definition Classes
    GeocodeServingFeature → Ordered
  18. def compareTo(that: GeocodeServingFeature): Int

    Permalink
    Definition Classes
    GeocodeServingFeature → Ordered → Comparable
  19. def copy(longId: Long = longIdOrNull, scoringFeatures: ScoringFeatures = scoringFeaturesOrNull, feature: GeocodeFeature = featureOrNull, parents: Seq[GeocodeFeature] = parentsOrNull, slugs: Seq[String] = slugsOrNull, DEPRECATED_id: String = DEPRECATED_idOrNull): RawGeocodeServingFeature

    Permalink
  20. def deepCopy(): RawGeocodeServingFeature

    Permalink
    Definition Classes
    RawGeocodeServingFeatureGeocodeServingFeature → TBase
  21. def deepMergeCopy(that: GeocodeServingFeature): GeocodeServingFeature

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

    Permalink
    Definition Classes
    AnyRef
  23. def equals(that: GeocodeServingFeature): Boolean

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

    Permalink
    Definition Classes
    RawGeocodeServingFeature → AnyRef → Any
  25. def feature: GeocodeFeature

    Permalink
  26. def featureIsSet: Boolean

    Permalink
  27. def featureOption: Option[GeocodeFeature]

    Permalink
  28. def featureOrNull: GeocodeFeature

    Permalink
  29. def featureOrThrow: GeocodeFeature

    Permalink
  30. def featureUnset(): Unit

    Permalink
  31. def feature_=(x: GeocodeFeature): Unit

    Permalink
  32. def fieldForId(id: Int): GeocodeServingFeature._Fields

    Permalink
    Definition Classes
    RawGeocodeServingFeature → TBase
  33. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  35. def getFieldValue(field: GeocodeServingFeature._Fields): AnyRef

    Permalink
    Definition Classes
    RawGeocodeServingFeature → TBase
  36. def getSetFields: Seq[Any]

    Permalink
  37. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  39. def isSet(field: GeocodeServingFeature._Fields): Boolean

    Permalink
    Definition Classes
    RawGeocodeServingFeature → TBase
  40. def longId: Long

    Permalink
  41. def longIdIsSet: Boolean

    Permalink
  42. def longIdOption: Option[Long]

    Permalink
  43. def longIdOrDefault: Long

    Permalink
  44. def longIdOrNull: Long

    Permalink
  45. def longIdOrThrow: Long

    Permalink
  46. def longIdUnset(): Unit

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

    Permalink
  48. def merge(that: GeocodeServingFeature): Unit

    Permalink
    Definition Classes
    RawGeocodeServingFeatureMutableGeocodeServingFeature → MutableRecord
  49. def mergeCopy(that: GeocodeServingFeature): GeocodeServingFeature

    Permalink
    Definition Classes
    RawGeocodeServingFeatureGeocodeServingFeature → Record
  50. def meta: GeocodeServingFeatureMeta

    Permalink
    Definition Classes
    RawGeocodeServingFeatureGeocodeServingFeature → Record → UntypedRecord
  51. def mutable: MutableGeocodeServingFeature

    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
    MutableGeocodeServingFeatureGeocodeServingFeature
  52. def mutableCopy(): MutableGeocodeServingFeature

    Permalink
    Definition Classes
    GeocodeServingFeature
  53. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  56. def parents: Seq[GeocodeFeature]

    Permalink
  57. def parentsIsSet: Boolean

    Permalink
  58. def parentsOption: Option[Seq[GeocodeFeature]]

    Permalink
  59. def parentsOrDefault: Seq[GeocodeFeature]

    Permalink
  60. def parentsOrNull: Seq[GeocodeFeature]

    Permalink
  61. def parentsOrThrow: Seq[GeocodeFeature]

    Permalink
  62. def parentsUnset(): Unit

    Permalink
  63. def parents_=(x: Seq[GeocodeFeature]): Unit

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

    Permalink
    Definition Classes
    RawGeocodeServingFeature → TBase → UntypedRecord
  65. def scoringFeatures: ScoringFeatures

    Permalink
  66. def scoringFeaturesIsSet: Boolean

    Permalink
  67. def scoringFeaturesOption: Option[ScoringFeatures]

    Permalink
  68. def scoringFeaturesOrNull: ScoringFeatures

    Permalink
  69. def scoringFeaturesOrThrow: ScoringFeatures

    Permalink
  70. def scoringFeaturesUnset(): Unit

    Permalink
  71. def scoringFeatures_=(x: ScoringFeatures): Unit

    Permalink
  72. def setFieldValue(field: GeocodeServingFeature._Fields, value: AnyRef): Unit

    Permalink
    Definition Classes
    RawGeocodeServingFeature → TBase
  73. def slugs: Seq[String]

    Permalink
  74. def slugsIsSet: Boolean

    Permalink
  75. def slugsOption: Option[Seq[String]]

    Permalink
  76. def slugsOrDefault: Seq[String]

    Permalink
  77. def slugsOrNull: Seq[String]

    Permalink
  78. def slugsOrThrow: Seq[String]

    Permalink
  79. def slugsUnset(): Unit

    Permalink
  80. def slugs_=(x: Seq[String]): Unit

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

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

    Permalink
    Definition Classes
    GeocodeServingFeature
  83. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  87. def write(oprot: TProtocol): Unit

    Permalink
    Definition Classes
    RawGeocodeServingFeatureGeocodeServingFeature → TBase → UntypedRecord

Inherited from GeocodeServingFeature

Inherited from Serializable

Inherited from MutableRecord[GeocodeServingFeature]

Inherited from Record[GeocodeServingFeature]

Inherited from Ordered[GeocodeServingFeature]

Inherited from Comparable[GeocodeServingFeature]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped