com.foursquare.spindle.test.gen

RawTestStructIdentifierOverThousand

final class RawTestStructIdentifierOverThousand extends JavaTestStructIdentifierOverThousandRaw[TestStructIdentifierOverThousand, RawTestStructIdentifierOverThousand, TestStructIdentifierOverThousandMeta] with MutableTestStructIdentifierOverThousand

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RawTestStructIdentifierOverThousand
  2. MutableTestStructIdentifierOverThousand
  3. TestStructIdentifierOverThousand
  4. TBase
  5. Serializable
  6. JavaTestStructIdentifierOverThousandRaw
  7. JavaTestStructIdentifierOverThousandMutable
  8. MutableRecord
  9. JavaTestStructIdentifierOverThousand
  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 RawTestStructIdentifierOverThousand()

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

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

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

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

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

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

    Definition Classes
    TestStructIdentifierOverThousand → Ordered
  10. def aBool(): Boolean

    Definition Classes
    RawTestStructIdentifierOverThousand → JavaTestStructIdentifierOverThousand
  11. def aBoolIsSet(): Boolean

    Definition Classes
    RawTestStructIdentifierOverThousand → JavaTestStructIdentifierOverThousand
  12. def aBoolOption(): Option[Boolean]

    Definition Classes
    RawTestStructIdentifierOverThousand → JavaTestStructIdentifierOverThousand
  13. def aBoolOrDefault(): Boolean

    Definition Classes
    RawTestStructIdentifierOverThousand → JavaTestStructIdentifierOverThousand
  14. def aBoolOrNull(): Boolean

    Definition Classes
    RawTestStructIdentifierOverThousand → JavaTestStructIdentifierOverThousand
  15. def aBoolOrThrow(): Boolean

    Definition Classes
    RawTestStructIdentifierOverThousand → JavaTestStructIdentifierOverThousand
  16. def aBoolUnset(): Unit

  17. def aBool_=(x: Boolean): Unit

  18. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  19. def clear(): Unit

    Definition Classes
    RawTestStructIdentifierOverThousand → TBase
  20. def clone(): AnyRef

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

    Definition Classes
    TestStructIdentifierOverThousand → Ordered
  22. def compareTo(that: TestStructIdentifierOverThousand): Int

    Definition Classes
    TestStructIdentifierOverThousand → Ordered → Comparable
  23. def copy(aBool: Boolean = aBoolOrNull): RawTestStructIdentifierOverThousand

  24. def deepCopy(): RawTestStructIdentifierOverThousand

  25. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. def equals(that: TestStructIdentifierOverThousand): Boolean

  27. def equals(that: Any): Boolean

    Definition Classes
    RawTestStructIdentifierOverThousand → AnyRef → Any
  28. def fieldForId(id: Int): TestStructIdentifierOverThousand._Fields

    Definition Classes
    RawTestStructIdentifierOverThousand → TBase
  29. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  31. def getFieldValue(field: TestStructIdentifierOverThousand._Fields): AnyRef

    Definition Classes
    RawTestStructIdentifierOverThousand → TBase
  32. def getSetFields: Seq[Any]

  33. def hashCode(): Int

    Definition Classes
    RawTestStructIdentifierOverThousand → AnyRef → Any
  34. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  35. def isSet(field: TestStructIdentifierOverThousand._Fields): Boolean

    Definition Classes
    RawTestStructIdentifierOverThousand → TBase
  36. def merge(that: TestStructIdentifierOverThousand): Unit

  37. def mergeCopy(that: TestStructIdentifierOverThousand): TestStructIdentifierOverThousand

  38. def meta: TestStructIdentifierOverThousandMeta

    Definition Classes
    RawTestStructIdentifierOverThousandTestStructIdentifierOverThousand → Record → UntypedRecord
  39. def mutable: MutableTestStructIdentifierOverThousand

    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
    MutableTestStructIdentifierOverThousandTestStructIdentifierOverThousand
  40. def mutableCopy(): MutableTestStructIdentifierOverThousand

  41. final def ne(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    RawTestStructIdentifierOverThousand → TBase → UntypedRecord
  45. def setFieldValue(field: TestStructIdentifierOverThousand._Fields, value: AnyRef): Unit

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

    Definition Classes
    AnyRef
  47. def toBuilder(): AllSpecified

  48. def toString(): String

    Definition Classes
    RawTestStructIdentifierOverThousand → AnyRef → Any
  49. final def wait(): Unit

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

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

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

    Definition Classes
    RawTestStructIdentifierOverThousandTestStructIdentifierOverThousand → TBase → UntypedRecord

Inherited from TBase[TestStructIdentifierOverThousand, TestStructIdentifierOverThousand._Fields]

Inherited from Serializable

Inherited from MutableRecord[TestStructIdentifierOverThousand]

Inherited from Record[TestStructIdentifierOverThousand]

Inherited from Ordered[TestStructIdentifierOverThousand]

Inherited from Comparable[TestStructIdentifierOverThousand]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped