Class

io.fsq.twofishes.gen

RawParentMatchingValue

Related Doc: package gen

Permalink

final class RawParentMatchingValue extends JavaParentMatchingValueRaw[GeocodePoint, ParentMatchingValue, RawParentMatchingValue, ParentMatchingValueMeta] with ParentMatchingValue

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RawParentMatchingValue
  2. ParentMatchingValue
  3. TBase
  4. Serializable
  5. JavaParentMatchingValueRaw
  6. JavaParentMatchingValueMutable
  7. MutableRecord
  8. JavaParentMatchingValue
  9. Record
  10. Ordered
  11. Comparable
  12. UntypedRecord
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RawParentMatchingValue()

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    RawParentMatchingValue → JavaParentMatchingValue
  10. def centerOption(): Option[GeocodePoint]

    Permalink
    Definition Classes
    RawParentMatchingValue → JavaParentMatchingValue
  11. def centerOrNull(): GeocodePoint

    Permalink
    Definition Classes
    RawParentMatchingValue → JavaParentMatchingValue
  12. def centerOrThrow(): GeocodePoint

    Permalink
    Definition Classes
    RawParentMatchingValue → JavaParentMatchingValue
  13. def centerUnset(): Unit

    Permalink
  14. def center_=(x: GeocodePoint): Unit

    Permalink
  15. def clear(): Unit

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

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

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

    Permalink
    Definition Classes
    ParentMatchingValue → Ordered → Comparable
  19. def copy(featureId: Long = featureIdOrNull, center: GeocodePoint = centerOrNull, woeType: YahooWoeType = woeTypeOrNull): RawParentMatchingValue

    Permalink
  20. def deepCopy(): RawParentMatchingValue

    Permalink
    Definition Classes
    RawParentMatchingValueParentMatchingValue → TBase
  21. def deepMergeCopy(that: ParentMatchingValue): ParentMatchingValue

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

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

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

    Permalink
    Definition Classes
    RawParentMatchingValue → AnyRef → Any
  25. def featureId(): Long

    Permalink
    Definition Classes
    RawParentMatchingValue → JavaParentMatchingValue
  26. def featureIdIsSet(): Boolean

    Permalink
    Definition Classes
    RawParentMatchingValue → JavaParentMatchingValue
  27. def featureIdOption(): Option[Long]

    Permalink
    Definition Classes
    RawParentMatchingValue → JavaParentMatchingValue
  28. def featureIdOrDefault(): Long

    Permalink
    Definition Classes
    RawParentMatchingValue → JavaParentMatchingValue
  29. def featureIdOrNull(): Long

    Permalink
    Definition Classes
    RawParentMatchingValue → JavaParentMatchingValue
  30. def featureIdOrThrow(): Long

    Permalink
    Definition Classes
    RawParentMatchingValue → JavaParentMatchingValue
  31. def featureIdUnset(): Unit

    Permalink
  32. def featureId_=(x: Long): Unit

    Permalink
  33. def fieldForId(id: Int): ParentMatchingValue._Fields

    Permalink
    Definition Classes
    RawParentMatchingValue → TBase
  34. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  36. def getFieldValue(field: ParentMatchingValue._Fields): AnyRef

    Permalink
    Definition Classes
    RawParentMatchingValue → TBase
  37. def getSetFields: Seq[Any]

    Permalink
  38. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  40. def isSet(field: ParentMatchingValue._Fields): Boolean

    Permalink
    Definition Classes
    RawParentMatchingValue → TBase
  41. def merge(that: ParentMatchingValue): Unit

    Permalink
    Definition Classes
    RawParentMatchingValue → MutableRecord
  42. def mergeCopy(that: ParentMatchingValue): ParentMatchingValue

    Permalink
    Definition Classes
    RawParentMatchingValueParentMatchingValue → Record
  43. def meta: ParentMatchingValueMeta

    Permalink
    Definition Classes
    RawParentMatchingValueParentMatchingValue → Record → UntypedRecord
  44. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  47. def read(iprot: TProtocol): Unit

    Permalink
    Definition Classes
    RawParentMatchingValue → TBase → UntypedRecord
  48. def setFieldValue(field: ParentMatchingValue._Fields, value: AnyRef): Unit

    Permalink
    Definition Classes
    RawParentMatchingValue → TBase
  49. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    ParentMatchingValue
  51. def toString(): String

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

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

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

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

    Permalink
    Definition Classes
    RawParentMatchingValue → JavaParentMatchingValue
  56. def woeTypeOption(): Option[YahooWoeType]

    Permalink
    Definition Classes
    RawParentMatchingValue → JavaParentMatchingValue
  57. def woeTypeOrNull(): YahooWoeType

    Permalink
    Definition Classes
    RawParentMatchingValue → JavaParentMatchingValue
  58. def woeTypeOrThrow(): YahooWoeType

    Permalink
    Definition Classes
    RawParentMatchingValue → JavaParentMatchingValue
  59. def woeTypeUnset(): Unit

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

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

    Permalink
    Definition Classes
    RawParentMatchingValueParentMatchingValue → TBase → UntypedRecord

Inherited from ParentMatchingValue

Inherited from Serializable

Inherited from JavaParentMatchingValueRaw[GeocodePoint, ParentMatchingValue, RawParentMatchingValue, ParentMatchingValueMeta]

Inherited from JavaParentMatchingValueMutable[GeocodePoint, ParentMatchingValue, RawParentMatchingValue, ParentMatchingValueMeta]

Inherited from MutableRecord[ParentMatchingValue]

Inherited from Record[ParentMatchingValue]

Inherited from Ordered[ParentMatchingValue]

Inherited from Comparable[ParentMatchingValue]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped