com.foursquare.spindle.test.gen

RawInnerStruct

final class RawInnerStruct extends JavaInnerStructRaw[InnerStruct, RawInnerStruct, InnerStructMeta] with MutableInnerStruct

Linear Supertypes
MutableInnerStruct, InnerStruct, TBase[InnerStruct, InnerStruct._Fields], Serializable, JavaInnerStructRaw[InnerStruct, RawInnerStruct, InnerStructMeta], JavaInnerStructMutable[InnerStruct, RawInnerStruct, InnerStructMeta], MutableRecord[InnerStruct], JavaInnerStruct[InnerStruct, RawInnerStruct, InnerStructMeta], Record[InnerStruct], Ordered[InnerStruct], Comparable[InnerStruct], UntypedRecord, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RawInnerStruct
  2. MutableInnerStruct
  3. InnerStruct
  4. TBase
  5. Serializable
  6. JavaInnerStructRaw
  7. JavaInnerStructMutable
  8. MutableRecord
  9. JavaInnerStruct
  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 RawInnerStruct()

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

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

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

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

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

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

    Definition Classes
    InnerStruct → Ordered
  10. def aStringIsSet(): Boolean

    Definition Classes
    RawInnerStruct → JavaInnerStruct
  11. def aStringOption(): Option[String]

    Definition Classes
    RawInnerStruct → JavaInnerStruct
  12. def aStringOrNull(): String

    Definition Classes
    RawInnerStruct → JavaInnerStruct
  13. def aStringOrThrow(): String

    Definition Classes
    RawInnerStruct → JavaInnerStruct
  14. def aStringUnset(): Unit

    Definition Classes
    RawInnerStructMutableInnerStruct
  15. def aString_=(x: String): Unit

    Definition Classes
    RawInnerStructMutableInnerStruct
  16. def anInt(): Int

    Definition Classes
    RawInnerStruct → JavaInnerStruct
  17. def anIntIsSet(): Boolean

    Definition Classes
    RawInnerStruct → JavaInnerStruct
  18. def anIntOption(): Option[Int]

    Definition Classes
    RawInnerStruct → JavaInnerStruct
  19. def anIntOrDefault(): Int

    Definition Classes
    RawInnerStruct → JavaInnerStruct
  20. def anIntOrNull(): Integer

    Definition Classes
    RawInnerStruct → JavaInnerStruct
  21. def anIntOrThrow(): Int

    Definition Classes
    RawInnerStruct → JavaInnerStruct
  22. def anIntUnset(): Unit

    Definition Classes
    RawInnerStructMutableInnerStruct
  23. def anInt_=(x: Int): Unit

    Definition Classes
    RawInnerStructMutableInnerStruct
  24. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  25. def clear(): Unit

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

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

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

    Definition Classes
    InnerStruct → Ordered → Comparable
  29. def copy(aString: String = aStringOrNull, anInt: Integer = anIntOrNull): RawInnerStruct

    Definition Classes
    RawInnerStructMutableInnerStructInnerStruct
  30. def deepCopy(): RawInnerStruct

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

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

  33. def equals(that: Any): Boolean

    Definition Classes
    RawInnerStruct → AnyRef → Any
  34. def fieldForId(id: Int): InnerStruct._Fields

    Definition Classes
    RawInnerStruct → 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: InnerStruct._Fields): AnyRef

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

  39. def hashCode(): Int

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

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

    Definition Classes
    RawInnerStruct → TBase
  42. def merge(that: InnerStruct): Unit

    Definition Classes
    RawInnerStructMutableInnerStruct → MutableRecord
  43. def mergeCopy(that: InnerStruct): InnerStruct

    Definition Classes
    RawInnerStructInnerStruct → Record
  44. def meta: InnerStructMeta

    Definition Classes
    RawInnerStructInnerStruct → Record → UntypedRecord
  45. def mutable: MutableInnerStruct

    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
    MutableInnerStructInnerStruct
  46. def mutableCopy(): MutableInnerStruct

    Definition Classes
    InnerStruct
  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
    RawInnerStruct → TBase → UntypedRecord
  51. def setFieldValue(field: InnerStruct._Fields, value: AnyRef): Unit

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

    Definition Classes
    AnyRef
  53. def toBuilder(): AllSpecified

    Definition Classes
    InnerStruct
  54. def toString(): String

    Definition Classes
    RawInnerStruct → 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
    RawInnerStructInnerStruct → TBase → UntypedRecord

Inherited from MutableInnerStruct

Inherited from InnerStruct

Inherited from TBase[InnerStruct, InnerStruct._Fields]

Inherited from Serializable

Inherited from JavaInnerStructRaw[InnerStruct, RawInnerStruct, InnerStructMeta]

Inherited from JavaInnerStructMutable[InnerStruct, RawInnerStruct, InnerStructMeta]

Inherited from MutableRecord[InnerStruct]

Inherited from JavaInnerStruct[InnerStruct, RawInnerStruct, InnerStructMeta]

Inherited from Record[InnerStruct]

Inherited from Ordered[InnerStruct]

Inherited from Comparable[InnerStruct]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped