com.foursquare.spindle.test.gen

TestStructNoString

trait TestStructNoString extends JavaTestStructNoString[InnerStruct, TestStructNoString, RawTestStructNoString, TestStructNoStringMeta] with TBase[TestStructNoString, gen.TestStructNoString._Fields]

Linear Supertypes
TBase[TestStructNoString, TestStructNoString._Fields], Serializable, JavaTestStructNoString[InnerStruct, TestStructNoString, RawTestStructNoString, TestStructNoStringMeta], Record[TestStructNoString], Ordered[TestStructNoString], Comparable[TestStructNoString], UntypedRecord, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TestStructNoString
  2. TBase
  3. Serializable
  4. JavaTestStructNoString
  5. Record
  6. Ordered
  7. Comparable
  8. UntypedRecord
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def aBinaryByteArray(): Array[Byte]

    Definition Classes
    JavaTestStructNoString
  2. abstract def aBinaryIsSet(): Boolean

    Definition Classes
    JavaTestStructNoString
  3. abstract def aBinaryOption(): Option[ByteBuffer]

    Definition Classes
    JavaTestStructNoString
  4. abstract def aBinaryOrNull(): ByteBuffer

    Definition Classes
    JavaTestStructNoString
  5. abstract def aBinaryOrThrow(): ByteBuffer

    Definition Classes
    JavaTestStructNoString
  6. abstract def aBool(): Boolean

    Definition Classes
    JavaTestStructNoString
  7. abstract def aBoolIsSet(): Boolean

    Definition Classes
    JavaTestStructNoString
  8. abstract def aBoolOption(): Option[Boolean]

    Definition Classes
    JavaTestStructNoString
  9. abstract def aBoolOrDefault(): Boolean

    Definition Classes
    JavaTestStructNoString
  10. abstract def aBoolOrNull(): Boolean

    Definition Classes
    JavaTestStructNoString
  11. abstract def aBoolOrThrow(): Boolean

    Definition Classes
    JavaTestStructNoString
  12. abstract def aByte(): Byte

    Definition Classes
    JavaTestStructNoString
  13. abstract def aByteIsSet(): Boolean

    Definition Classes
    JavaTestStructNoString
  14. abstract def aByteOption(): Option[Byte]

    Definition Classes
    JavaTestStructNoString
  15. abstract def aByteOrDefault(): Byte

    Definition Classes
    JavaTestStructNoString
  16. abstract def aByteOrNull(): Byte

    Definition Classes
    JavaTestStructNoString
  17. abstract def aByteOrThrow(): Byte

    Definition Classes
    JavaTestStructNoString
  18. abstract def aDouble(): Double

    Definition Classes
    JavaTestStructNoString
  19. abstract def aDoubleIsSet(): Boolean

    Definition Classes
    JavaTestStructNoString
  20. abstract def aDoubleOption(): Option[Double]

    Definition Classes
    JavaTestStructNoString
  21. abstract def aDoubleOrDefault(): Double

    Definition Classes
    JavaTestStructNoString
  22. abstract def aDoubleOrNull(): Double

    Definition Classes
    JavaTestStructNoString
  23. abstract def aDoubleOrThrow(): Double

    Definition Classes
    JavaTestStructNoString
  24. abstract def aList(): Seq[Int]

    Definition Classes
    JavaTestStructNoString
  25. abstract def aListIsSet(): Boolean

    Definition Classes
    JavaTestStructNoString
  26. abstract def aListOption(): Option[Seq[Int]]

    Definition Classes
    JavaTestStructNoString
  27. abstract def aListOrDefault(): Seq[Int]

    Definition Classes
    JavaTestStructNoString
  28. abstract def aListOrNull(): Seq[Int]

    Definition Classes
    JavaTestStructNoString
  29. abstract def aListOrThrow(): Seq[Int]

    Definition Classes
    JavaTestStructNoString
  30. abstract def aMap(): Map[String, InnerStruct]

    Definition Classes
    JavaTestStructNoString
  31. abstract def aMapIsSet(): Boolean

    Definition Classes
    JavaTestStructNoString
  32. abstract def aMapOption(): Option[Map[String, InnerStruct]]

    Definition Classes
    JavaTestStructNoString
  33. abstract def aMapOrDefault(): Map[String, InnerStruct]

    Definition Classes
    JavaTestStructNoString
  34. abstract def aMapOrNull(): Map[String, InnerStruct]

    Definition Classes
    JavaTestStructNoString
  35. abstract def aMapOrThrow(): Map[String, InnerStruct]

    Definition Classes
    JavaTestStructNoString
  36. abstract def aMyBinaryByteArray(): Array[Byte]

    Definition Classes
    JavaTestStructNoString
  37. abstract def aMyBinaryIsSet(): Boolean

    Definition Classes
    JavaTestStructNoString
  38. abstract def aMyBinaryOption(): Option[ByteBuffer]

    Definition Classes
    JavaTestStructNoString
  39. abstract def aMyBinaryOrNull(): ByteBuffer

    Definition Classes
    JavaTestStructNoString
  40. abstract def aMyBinaryOrThrow(): ByteBuffer

    Definition Classes
    JavaTestStructNoString
  41. abstract def aSet(): Set[String]

    Definition Classes
    JavaTestStructNoString
  42. abstract def aSetIsSet(): Boolean

    Definition Classes
    JavaTestStructNoString
  43. abstract def aSetOption(): Option[Set[String]]

    Definition Classes
    JavaTestStructNoString
  44. abstract def aSetOrDefault(): Set[String]

    Definition Classes
    JavaTestStructNoString
  45. abstract def aSetOrNull(): Set[String]

    Definition Classes
    JavaTestStructNoString
  46. abstract def aSetOrThrow(): Set[String]

    Definition Classes
    JavaTestStructNoString
  47. abstract def aStructIsSet(): Boolean

    Definition Classes
    JavaTestStructNoString
  48. abstract def aStructList(): Seq[InnerStruct]

    Definition Classes
    JavaTestStructNoString
  49. abstract def aStructListIsSet(): Boolean

    Definition Classes
    JavaTestStructNoString
  50. abstract def aStructListOption(): Option[Seq[InnerStruct]]

    Definition Classes
    JavaTestStructNoString
  51. abstract def aStructListOrDefault(): Seq[InnerStruct]

    Definition Classes
    JavaTestStructNoString
  52. abstract def aStructListOrNull(): Seq[InnerStruct]

    Definition Classes
    JavaTestStructNoString
  53. abstract def aStructListOrThrow(): Seq[InnerStruct]

    Definition Classes
    JavaTestStructNoString
  54. abstract def aStructOption(): Option[InnerStruct]

    Definition Classes
    JavaTestStructNoString
  55. abstract def aStructOrNull(): InnerStruct

    Definition Classes
    JavaTestStructNoString
  56. abstract def aStructOrThrow(): InnerStruct

    Definition Classes
    JavaTestStructNoString
  57. abstract def anI16(): Short

    Definition Classes
    JavaTestStructNoString
  58. abstract def anI16IsSet(): Boolean

    Definition Classes
    JavaTestStructNoString
  59. abstract def anI16Option(): Option[Short]

    Definition Classes
    JavaTestStructNoString
  60. abstract def anI16OrDefault(): Short

    Definition Classes
    JavaTestStructNoString
  61. abstract def anI16OrNull(): Short

    Definition Classes
    JavaTestStructNoString
  62. abstract def anI16OrThrow(): Short

    Definition Classes
    JavaTestStructNoString
  63. abstract def anI32(): Int

    Definition Classes
    JavaTestStructNoString
  64. abstract def anI32IsSet(): Boolean

    Definition Classes
    JavaTestStructNoString
  65. abstract def anI32Option(): Option[Int]

    Definition Classes
    JavaTestStructNoString
  66. abstract def anI32OrDefault(): Int

    Definition Classes
    JavaTestStructNoString
  67. abstract def anI32OrNull(): Integer

    Definition Classes
    JavaTestStructNoString
  68. abstract def anI32OrThrow(): Int

    Definition Classes
    JavaTestStructNoString
  69. abstract def anI64(): Long

    Definition Classes
    JavaTestStructNoString
  70. abstract def anI64IsSet(): Boolean

    Definition Classes
    JavaTestStructNoString
  71. abstract def anI64Option(): Option[Long]

    Definition Classes
    JavaTestStructNoString
  72. abstract def anI64OrDefault(): Long

    Definition Classes
    JavaTestStructNoString
  73. abstract def anI64OrNull(): Long

    Definition Classes
    JavaTestStructNoString
  74. abstract def anI64OrThrow(): Long

    Definition Classes
    JavaTestStructNoString
  75. abstract def clear(): Unit

    Definition Classes
    TBase
  76. abstract def copy(aBool: Boolean = aBoolOrNull, aByte: Byte = aByteOrNull, anI16: Short = anI16OrNull, anI32: Integer = anI32OrNull, anI64: Long = anI64OrNull, aDouble: Double = aDoubleOrNull, aBinary: ByteBuffer = aBinaryOrNull, aStruct: InnerStruct = aStructOrNull, aSet: Set[String] = aSetOrNull, aList: Seq[Int] = aListOrNull, aMap: Map[String, InnerStruct] = aMapOrNull, aMyBinary: ByteBuffer = aMyBinaryOrNull, aStructList: Seq[InnerStruct] = aStructListOrNull): TestStructNoString

  77. abstract def deepCopy(): TestStructNoString

    Definition Classes
    TestStructNoString → TBase
  78. abstract def fieldForId(arg0: Int): TestStructNoString._Fields

    Definition Classes
    TBase
  79. abstract def getFieldValue(arg0: TestStructNoString._Fields): AnyRef

    Definition Classes
    TBase
  80. abstract def isSet(arg0: TestStructNoString._Fields): Boolean

    Definition Classes
    TBase
  81. abstract def mergeCopy(that: TestStructNoString): TestStructNoString

    Definition Classes
    TestStructNoString → Record
  82. abstract def meta: TestStructNoStringMeta

    Definition Classes
    TestStructNoString → Record → UntypedRecord
  83. abstract def mutable: MutableTestStructNoString

    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.

  84. abstract def read(arg0: TProtocol): Unit

    Definition Classes
    TBase
    Annotations
    @throws( ... )
  85. abstract def setFieldValue(arg0: TestStructNoString._Fields, arg1: Any): Unit

    Definition Classes
    TBase
  86. abstract def write(oprot: TProtocol): Unit

    Definition Classes
    TestStructNoString → TBase → UntypedRecord

Concrete 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: TestStructNoString): Boolean

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

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

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

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

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

    Definition Classes
    TestStructNoString → Ordered
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def clone(): AnyRef

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

    Definition Classes
    TestStructNoString → Ordered
  13. def compareTo(that: TestStructNoString): Int

    Definition Classes
    TestStructNoString → Ordered → Comparable
  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

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

    Definition Classes
    Any
  20. def mutableCopy(): MutableTestStructNoString

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

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

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

    Definition Classes
    AnyRef
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  25. def toBuilder(): AllSpecified

  26. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TBase[TestStructNoString, TestStructNoString._Fields]

Inherited from Serializable

Inherited from Record[TestStructNoString]

Inherited from Ordered[TestStructNoString]

Inherited from Comparable[TestStructNoString]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped