Class

io.fsq.twofishes.model.gen

RawThriftPoint

Related Doc: package gen

Permalink

final class RawThriftPoint extends Record[ThriftPoint] with MutableRecord[ThriftPoint] with ThriftPoint

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

Instance Constructors

  1. new RawThriftPoint()

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    RawThriftPoint → TBase
  10. def clone(): AnyRef

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

    Permalink
    Definition Classes
    ThriftPoint → Ordered
  12. def compareTo(that: ThriftPoint): Int

    Permalink
    Definition Classes
    ThriftPoint → Ordered → Comparable
  13. def copy(lat: Double = latOrNull, lng: Double = lngOrNull): RawThriftPoint

    Permalink
    Definition Classes
    RawThriftPointThriftPoint
  14. def deepCopy(): RawThriftPoint

    Permalink
    Definition Classes
    RawThriftPointThriftPoint → TBase
  15. def deepMergeCopy(that: ThriftPoint): ThriftPoint

    Permalink
    Definition Classes
    RawThriftPointThriftPoint
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def equals(that: ThriftPoint): Boolean

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

    Permalink
    Definition Classes
    RawThriftPoint → AnyRef → Any
  19. def fieldForId(id: Int): ThriftPoint._Fields

    Permalink
    Definition Classes
    RawThriftPoint → TBase
  20. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. def getFieldValue(field: ThriftPoint._Fields): AnyRef

    Permalink
    Definition Classes
    RawThriftPoint → TBase
  23. def getSetFields: Seq[Any]

    Permalink
  24. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  26. def isSet(field: ThriftPoint._Fields): Boolean

    Permalink
    Definition Classes
    RawThriftPoint → TBase
  27. def lat: Double

    Permalink
    Definition Classes
    RawThriftPointThriftPoint
  28. def latIsSet: Boolean

    Permalink
    Definition Classes
    RawThriftPointThriftPoint
  29. def latOption: Option[Double]

    Permalink
    Definition Classes
    RawThriftPointThriftPoint
  30. def latOrDefault: Double

    Permalink
    Definition Classes
    RawThriftPointThriftPoint
  31. def latOrNull: Double

    Permalink
    Definition Classes
    RawThriftPointThriftPoint
  32. def latOrThrow: Double

    Permalink
    Definition Classes
    RawThriftPointThriftPoint
  33. def latUnset(): Unit

    Permalink
  34. def lat_=(x: Double): Unit

    Permalink
  35. def lng: Double

    Permalink
    Definition Classes
    RawThriftPointThriftPoint
  36. def lngIsSet: Boolean

    Permalink
    Definition Classes
    RawThriftPointThriftPoint
  37. def lngOption: Option[Double]

    Permalink
    Definition Classes
    RawThriftPointThriftPoint
  38. def lngOrDefault: Double

    Permalink
    Definition Classes
    RawThriftPointThriftPoint
  39. def lngOrNull: Double

    Permalink
    Definition Classes
    RawThriftPointThriftPoint
  40. def lngOrThrow: Double

    Permalink
    Definition Classes
    RawThriftPointThriftPoint
  41. def lngUnset(): Unit

    Permalink
  42. def lng_=(x: Double): Unit

    Permalink
  43. def merge(that: ThriftPoint): Unit

    Permalink
    Definition Classes
    RawThriftPoint → MutableRecord
  44. def mergeCopy(that: ThriftPoint): ThriftPoint

    Permalink
    Definition Classes
    RawThriftPointThriftPoint → Record
  45. def meta: ThriftPointMeta

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

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

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

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

    Permalink
    Definition Classes
    RawThriftPoint → TBase → UntypedRecord
  50. def setFieldValue(field: ThriftPoint._Fields, value: AnyRef): Unit

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

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

    Permalink
    Definition Classes
    ThriftPoint
  53. def toString(): String

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

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

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

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

    Permalink
    Definition Classes
    RawThriftPointThriftPoint → TBase → UntypedRecord

Inherited from ThriftPoint

Inherited from TBase[ThriftPoint, ThriftPoint._Fields]

Inherited from Serializable

Inherited from MutableRecord[ThriftPoint]

Inherited from Record[ThriftPoint]

Inherited from Ordered[ThriftPoint]

Inherited from Comparable[ThriftPoint]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped