com.foursquare.spindle.test.gen

RawKeyStruct

final class RawKeyStruct extends JavaKeyStructRaw[KeyStruct, RawKeyStruct, KeyStructMeta] with MutableKeyStruct

Linear Supertypes
MutableKeyStruct, KeyStruct, TBase[KeyStruct, KeyStruct._Fields], Serializable, JavaKeyStructRaw[KeyStruct, RawKeyStruct, KeyStructMeta], JavaKeyStructMutable[KeyStruct, RawKeyStruct, KeyStructMeta], MutableRecord[KeyStruct], JavaKeyStruct[KeyStruct, RawKeyStruct, KeyStructMeta], Record[KeyStruct], Ordered[KeyStruct], Comparable[KeyStruct], UntypedRecord, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RawKeyStruct
  2. MutableKeyStruct
  3. KeyStruct
  4. TBase
  5. Serializable
  6. JavaKeyStructRaw
  7. JavaKeyStructMutable
  8. MutableRecord
  9. JavaKeyStruct
  10. Record
  11. Ordered
  12. Comparable
  13. UntypedRecord
  14. AnyRef
  15. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RawKeyStruct()

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def <(that: KeyStruct): Boolean

    Definition Classes
    KeyStruct → Ordered
  5. def <=(that: KeyStruct): Boolean

    Definition Classes
    KeyStruct → Ordered
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. def >(that: KeyStruct): Boolean

    Definition Classes
    KeyStruct → Ordered
  9. def >=(that: KeyStruct): Boolean

    Definition Classes
    KeyStruct → Ordered
  10. def aIsSet(): Boolean

    Definition Classes
    RawKeyStruct → JavaKeyStruct
  11. def aOption(): Option[String]

    Definition Classes
    RawKeyStruct → JavaKeyStruct
  12. def aOrNull(): String

    Definition Classes
    RawKeyStruct → JavaKeyStruct
  13. def aOrThrow(): String

    Definition Classes
    RawKeyStruct → JavaKeyStruct
  14. def aUnset(): Unit

    Definition Classes
    RawKeyStructMutableKeyStruct
  15. def a_=(x: String): Unit

    Definition Classes
    RawKeyStructMutableKeyStruct
  16. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  17. def b(): Int

    Definition Classes
    RawKeyStruct → JavaKeyStruct
  18. def bIsSet(): Boolean

    Definition Classes
    RawKeyStruct → JavaKeyStruct
  19. def bOption(): Option[Int]

    Definition Classes
    RawKeyStruct → JavaKeyStruct
  20. def bOrDefault(): Int

    Definition Classes
    RawKeyStruct → JavaKeyStruct
  21. def bOrNull(): Integer

    Definition Classes
    RawKeyStruct → JavaKeyStruct
  22. def bOrThrow(): Int

    Definition Classes
    RawKeyStruct → JavaKeyStruct
  23. def bUnset(): Unit

    Definition Classes
    RawKeyStructMutableKeyStruct
  24. def b_=(x: Int): Unit

    Definition Classes
    RawKeyStructMutableKeyStruct
  25. def clear(): Unit

    Definition Classes
    RawKeyStruct → TBase
  26. def clone(): AnyRef

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

    Definition Classes
    KeyStruct → Ordered
  28. def compareTo(that: KeyStruct): Int

    Definition Classes
    KeyStruct → Ordered → Comparable
  29. def copy(a: String = aOrNull, b: Integer = bOrNull): RawKeyStruct

    Definition Classes
    RawKeyStructMutableKeyStructKeyStruct
  30. def deepCopy(): RawKeyStruct

    Definition Classes
    RawKeyStructKeyStruct → TBase
  31. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  32. def equals(that: KeyStruct): Boolean

  33. def equals(that: Any): Boolean

    Definition Classes
    RawKeyStruct → AnyRef → Any
  34. def fieldForId(id: Int): KeyStruct._Fields

    Definition Classes
    RawKeyStruct → TBase
  35. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  37. def getFieldValue(field: KeyStruct._Fields): AnyRef

    Definition Classes
    RawKeyStruct → TBase
  38. def getSetFields: Seq[Any]

  39. def hashCode(): Int

    Definition Classes
    RawKeyStruct → AnyRef → Any
  40. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  41. def isSet(field: KeyStruct._Fields): Boolean

    Definition Classes
    RawKeyStruct → TBase
  42. def merge(that: KeyStruct): Unit

    Definition Classes
    RawKeyStructMutableKeyStruct → MutableRecord
  43. def mergeCopy(that: KeyStruct): KeyStruct

    Definition Classes
    RawKeyStructKeyStruct → Record
  44. def meta: KeyStructMeta

    Definition Classes
    RawKeyStructKeyStruct → Record → UntypedRecord
  45. def mutable: MutableKeyStruct

    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
    MutableKeyStructKeyStruct
  46. def mutableCopy(): MutableKeyStruct

    Definition Classes
    KeyStruct
  47. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  48. final def notify(): Unit

    Definition Classes
    AnyRef
  49. final def notifyAll(): Unit

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

    Definition Classes
    RawKeyStruct → TBase → UntypedRecord
  51. def setFieldValue(field: KeyStruct._Fields, value: AnyRef): Unit

    Definition Classes
    RawKeyStruct → TBase
  52. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  53. def toBuilder(): AllSpecified

    Definition Classes
    KeyStruct
  54. def toString(): String

    Definition Classes
    RawKeyStruct → AnyRef → Any
  55. final def wait(): Unit

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

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

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

    Definition Classes
    RawKeyStructKeyStruct → TBase → UntypedRecord

Inherited from MutableKeyStruct

Inherited from KeyStruct

Inherited from TBase[KeyStruct, KeyStruct._Fields]

Inherited from Serializable

Inherited from JavaKeyStructRaw[KeyStruct, RawKeyStruct, KeyStructMeta]

Inherited from JavaKeyStructMutable[KeyStruct, RawKeyStruct, KeyStructMeta]

Inherited from MutableRecord[KeyStruct]

Inherited from JavaKeyStruct[KeyStruct, RawKeyStruct, KeyStructMeta]

Inherited from Record[KeyStruct]

Inherited from Ordered[KeyStruct]

Inherited from Comparable[KeyStruct]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped