Class

io.fsq.twofishes.model.gen

RawThriftPolygonIndex

Related Doc: package gen

Permalink

final class RawThriftPolygonIndex extends Record[ThriftPolygonIndex] with MutableRecord[ThriftPolygonIndex] with ThriftPolygonIndex

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

Instance Constructors

  1. new RawThriftPolygonIndex()

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ThriftPolygonIndex → Ordered → Comparable
  13. def copy(id: ObjectId = idOrNull, polygon: ByteBuffer = polygonOrNull, source: String = sourceOrNull): RawThriftPolygonIndex

    Permalink
  14. def deepCopy(): RawThriftPolygonIndex

    Permalink
    Definition Classes
    RawThriftPolygonIndexThriftPolygonIndex → TBase
  15. def deepMergeCopy(that: ThriftPolygonIndex): ThriftPolygonIndex

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

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

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

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

    Permalink
    Definition Classes
    RawThriftPolygonIndex → 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: ThriftPolygonIndex._Fields): AnyRef

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

    Permalink
  24. def hashCode(): Int

    Permalink
    Definition Classes
    RawThriftPolygonIndex → AnyRef → Any
  25. def id: ThriftObjectId

    Permalink
  26. def idIsSet: Boolean

    Permalink
  27. def idOption: Option[ThriftObjectId]

    Permalink
  28. def idOrNull: ThriftObjectId

    Permalink
  29. def idOrThrow: ThriftObjectId

    Permalink
  30. def idUnset(): Unit

    Permalink
  31. def id_=(x: ThriftObjectId): Unit

    Permalink
  32. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  33. def isSet(field: ThriftPolygonIndex._Fields): Boolean

    Permalink
    Definition Classes
    RawThriftPolygonIndex → TBase
  34. def merge(that: ThriftPolygonIndex): Unit

    Permalink
    Definition Classes
    RawThriftPolygonIndex → MutableRecord
  35. def mergeCopy(that: ThriftPolygonIndex): ThriftPolygonIndex

    Permalink
    Definition Classes
    RawThriftPolygonIndexThriftPolygonIndex → Record
  36. def meta: ThriftPolygonIndexMeta

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

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

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

    Permalink
    Definition Classes
    AnyRef
  40. def polygonByteArray: Array[Byte]

    Permalink
  41. def polygonByteArrayOption: Option[Array[Byte]]

    Permalink
  42. def polygonByteArray_=(x: Array[Byte]): Unit

    Permalink
  43. def polygonIsSet: Boolean

    Permalink
  44. def polygonOption: Option[ByteBuffer]

    Permalink
  45. def polygonOrNull: ByteBuffer

    Permalink
  46. def polygonOrThrow: ByteBuffer

    Permalink
  47. def polygonUnset(): Unit

    Permalink
  48. def polygon_=(x: ByteBuffer): Unit

    Permalink
  49. def primaryKey: ThriftObjectId

    Permalink
    Definition Classes
    ThriftPolygonIndex → SemitypedHasPrimaryKey
  50. def read(iprot: TProtocol): Unit

    Permalink
    Definition Classes
    RawThriftPolygonIndex → TBase → UntypedRecord
  51. def setFieldValue(field: ThriftPolygonIndex._Fields, value: AnyRef): Unit

    Permalink
    Definition Classes
    RawThriftPolygonIndex → TBase
  52. def sourceIsSet: Boolean

    Permalink
  53. def sourceOption: Option[String]

    Permalink
  54. def sourceOrNull: String

    Permalink
  55. def sourceOrThrow: String

    Permalink
  56. def sourceUnset(): Unit

    Permalink
  57. def source_=(x: String): Unit

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

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

    Permalink
    Definition Classes
    ThriftPolygonIndex
  60. def toString(): String

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

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

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

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

    Permalink
    Definition Classes
    RawThriftPolygonIndexThriftPolygonIndex → TBase → UntypedRecord

Inherited from ThriftPolygonIndex

Inherited from Serializable

Inherited from HasPrimaryKey[ThriftObjectId, ThriftPolygonIndex]

Inherited from SemitypedHasPrimaryKey[ThriftObjectId]

Inherited from MutableRecord[ThriftPolygonIndex]

Inherited from Record[ThriftPolygonIndex]

Inherited from Ordered[ThriftPolygonIndex]

Inherited from Comparable[ThriftPolygonIndex]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped