com.foursquare.spindle.test.gen

MutableTestStructNestedCollections

trait MutableTestStructNestedCollections extends TestStructNestedCollections with JavaTestStructNestedCollectionsMutable[InnerStruct, TestStructNestedCollections, RawTestStructNestedCollections, TestStructNestedCollectionsMeta]

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MutableTestStructNestedCollections
  2. JavaTestStructNestedCollectionsMutable
  3. MutableRecord
  4. TestStructNestedCollections
  5. TBase
  6. Serializable
  7. JavaTestStructNestedCollections
  8. Record
  9. Ordered
  10. Comparable
  11. UntypedRecord
  12. AnyRef
  13. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def clear(): Unit

    Definition Classes
    TBase
  2. abstract def copy(listBool: Seq[Seq[Boolean]] = listBoolOrNull, listByte: Seq[Seq[Byte]] = listByteOrNull, listI16: Seq[Seq[Short]] = listI16OrNull, listI32: Seq[Seq[Int]] = listI32OrNull, listI64: Seq[Seq[Long]] = listI64OrNull, listDouble: Seq[Seq[Double]] = listDoubleOrNull, listString: Seq[Seq[String]] = listStringOrNull, listBinary: Seq[Seq[ByteBuffer]] = listBinaryOrNull, listStruct: Seq[Seq[InnerStruct]] = listStructOrNull, setBool: Set[Set[Boolean]] = setBoolOrNull, setByte: Set[Set[Byte]] = setByteOrNull, setI16: Set[Set[Short]] = setI16OrNull, setI32: Set[Set[Int]] = setI32OrNull, setI64: Set[Set[Long]] = setI64OrNull, setDouble: Set[Set[Double]] = setDoubleOrNull, setString: Set[Set[String]] = setStringOrNull, setBinary: Set[Set[ByteBuffer]] = setBinaryOrNull, setStruct: Set[Set[InnerStruct]] = setStructOrNull, mapBool: Map[String, Map[String, Boolean]] = mapBoolOrNull, mapByte: Map[String, Map[String, Byte]] = mapByteOrNull, mapI16: Map[String, Map[String, Short]] = mapI16OrNull, mapI32: Map[String, Map[String, Int]] = mapI32OrNull, mapI64: Map[String, Map[String, Long]] = mapI64OrNull, mapDouble: Map[String, Map[String, Double]] = mapDoubleOrNull, mapString: Map[String, Map[String, String]] = mapStringOrNull, mapBinary: Map[String, Map[String, ByteBuffer]] = mapBinaryOrNull, mapStruct: Map[String, Map[String, InnerStruct]] = mapStructOrNull): MutableTestStructNestedCollections

  3. abstract def deepCopy(): TestStructNestedCollections

    Definition Classes
    TestStructNestedCollections → TBase
  4. abstract def fieldForId(arg0: Int): TestStructNestedCollections._Fields

    Definition Classes
    TBase
  5. abstract def getFieldValue(arg0: TestStructNestedCollections._Fields): AnyRef

    Definition Classes
    TBase
  6. abstract def isSet(arg0: TestStructNestedCollections._Fields): Boolean

    Definition Classes
    TBase
  7. abstract def listBinary(): Seq[Seq[ByteBuffer]]

    Definition Classes
    JavaTestStructNestedCollections
  8. abstract def listBinaryIsSet(): Boolean

    Definition Classes
    JavaTestStructNestedCollections
  9. abstract def listBinaryOption(): Option[Seq[Seq[ByteBuffer]]]

    Definition Classes
    JavaTestStructNestedCollections
  10. abstract def listBinaryOrDefault(): Seq[Seq[ByteBuffer]]

    Definition Classes
    JavaTestStructNestedCollections
  11. abstract def listBinaryOrNull(): Seq[Seq[ByteBuffer]]

    Definition Classes
    JavaTestStructNestedCollections
  12. abstract def listBinaryOrThrow(): Seq[Seq[ByteBuffer]]

    Definition Classes
    JavaTestStructNestedCollections
  13. abstract def listBinaryUnset(): Unit

  14. abstract def listBinary_=(x: Seq[Seq[ByteBuffer]]): Unit

  15. abstract def listBool(): Seq[Seq[Boolean]]

    Definition Classes
    JavaTestStructNestedCollections
  16. abstract def listBoolIsSet(): Boolean

    Definition Classes
    JavaTestStructNestedCollections
  17. abstract def listBoolOption(): Option[Seq[Seq[Boolean]]]

    Definition Classes
    JavaTestStructNestedCollections
  18. abstract def listBoolOrDefault(): Seq[Seq[Boolean]]

    Definition Classes
    JavaTestStructNestedCollections
  19. abstract def listBoolOrNull(): Seq[Seq[Boolean]]

    Definition Classes
    JavaTestStructNestedCollections
  20. abstract def listBoolOrThrow(): Seq[Seq[Boolean]]

    Definition Classes
    JavaTestStructNestedCollections
  21. abstract def listBoolUnset(): Unit

  22. abstract def listBool_=(x: Seq[Seq[Boolean]]): Unit

  23. abstract def listByte(): Seq[Seq[Byte]]

    Definition Classes
    JavaTestStructNestedCollections
  24. abstract def listByteIsSet(): Boolean

    Definition Classes
    JavaTestStructNestedCollections
  25. abstract def listByteOption(): Option[Seq[Seq[Byte]]]

    Definition Classes
    JavaTestStructNestedCollections
  26. abstract def listByteOrDefault(): Seq[Seq[Byte]]

    Definition Classes
    JavaTestStructNestedCollections
  27. abstract def listByteOrNull(): Seq[Seq[Byte]]

    Definition Classes
    JavaTestStructNestedCollections
  28. abstract def listByteOrThrow(): Seq[Seq[Byte]]

    Definition Classes
    JavaTestStructNestedCollections
  29. abstract def listByteUnset(): Unit

  30. abstract def listByte_=(x: Seq[Seq[Byte]]): Unit

  31. abstract def listDouble(): Seq[Seq[Double]]

    Definition Classes
    JavaTestStructNestedCollections
  32. abstract def listDoubleIsSet(): Boolean

    Definition Classes
    JavaTestStructNestedCollections
  33. abstract def listDoubleOption(): Option[Seq[Seq[Double]]]

    Definition Classes
    JavaTestStructNestedCollections
  34. abstract def listDoubleOrDefault(): Seq[Seq[Double]]

    Definition Classes
    JavaTestStructNestedCollections
  35. abstract def listDoubleOrNull(): Seq[Seq[Double]]

    Definition Classes
    JavaTestStructNestedCollections
  36. abstract def listDoubleOrThrow(): Seq[Seq[Double]]

    Definition Classes
    JavaTestStructNestedCollections
  37. abstract def listDoubleUnset(): Unit

  38. abstract def listDouble_=(x: Seq[Seq[Double]]): Unit

  39. abstract def listI16(): Seq[Seq[Short]]

    Definition Classes
    JavaTestStructNestedCollections
  40. abstract def listI16IsSet(): Boolean

    Definition Classes
    JavaTestStructNestedCollections
  41. abstract def listI16Option(): Option[Seq[Seq[Short]]]

    Definition Classes
    JavaTestStructNestedCollections
  42. abstract def listI16OrDefault(): Seq[Seq[Short]]

    Definition Classes
    JavaTestStructNestedCollections
  43. abstract def listI16OrNull(): Seq[Seq[Short]]

    Definition Classes
    JavaTestStructNestedCollections
  44. abstract def listI16OrThrow(): Seq[Seq[Short]]

    Definition Classes
    JavaTestStructNestedCollections
  45. abstract def listI16Unset(): Unit

  46. abstract def listI16_=(x: Seq[Seq[Short]]): Unit

  47. abstract def listI32(): Seq[Seq[Int]]

    Definition Classes
    JavaTestStructNestedCollections
  48. abstract def listI32IsSet(): Boolean

    Definition Classes
    JavaTestStructNestedCollections
  49. abstract def listI32Option(): Option[Seq[Seq[Int]]]

    Definition Classes
    JavaTestStructNestedCollections
  50. abstract def listI32OrDefault(): Seq[Seq[Int]]

    Definition Classes
    JavaTestStructNestedCollections
  51. abstract def listI32OrNull(): Seq[Seq[Int]]

    Definition Classes
    JavaTestStructNestedCollections
  52. abstract def listI32OrThrow(): Seq[Seq[Int]]

    Definition Classes
    JavaTestStructNestedCollections
  53. abstract def listI32Unset(): Unit

  54. abstract def listI32_=(x: Seq[Seq[Int]]): Unit

  55. abstract def listI64(): Seq[Seq[Long]]

    Definition Classes
    JavaTestStructNestedCollections
  56. abstract def listI64IsSet(): Boolean

    Definition Classes
    JavaTestStructNestedCollections
  57. abstract def listI64Option(): Option[Seq[Seq[Long]]]

    Definition Classes
    JavaTestStructNestedCollections
  58. abstract def listI64OrDefault(): Seq[Seq[Long]]

    Definition Classes
    JavaTestStructNestedCollections
  59. abstract def listI64OrNull(): Seq[Seq[Long]]

    Definition Classes
    JavaTestStructNestedCollections
  60. abstract def listI64OrThrow(): Seq[Seq[Long]]

    Definition Classes
    JavaTestStructNestedCollections
  61. abstract def listI64Unset(): Unit

  62. abstract def listI64_=(x: Seq[Seq[Long]]): Unit

  63. abstract def listString(): Seq[Seq[String]]

    Definition Classes
    JavaTestStructNestedCollections
  64. abstract def listStringIsSet(): Boolean

    Definition Classes
    JavaTestStructNestedCollections
  65. abstract def listStringOption(): Option[Seq[Seq[String]]]

    Definition Classes
    JavaTestStructNestedCollections
  66. abstract def listStringOrDefault(): Seq[Seq[String]]

    Definition Classes
    JavaTestStructNestedCollections
  67. abstract def listStringOrNull(): Seq[Seq[String]]

    Definition Classes
    JavaTestStructNestedCollections
  68. abstract def listStringOrThrow(): Seq[Seq[String]]

    Definition Classes
    JavaTestStructNestedCollections
  69. abstract def listStringUnset(): Unit

  70. abstract def listString_=(x: Seq[Seq[String]]): Unit

  71. abstract def listStruct(): Seq[Seq[InnerStruct]]

    Definition Classes
    JavaTestStructNestedCollections
  72. abstract def listStructIsSet(): Boolean

    Definition Classes
    JavaTestStructNestedCollections
  73. abstract def listStructOption(): Option[Seq[Seq[InnerStruct]]]

    Definition Classes
    JavaTestStructNestedCollections
  74. abstract def listStructOrDefault(): Seq[Seq[InnerStruct]]

    Definition Classes
    JavaTestStructNestedCollections
  75. abstract def listStructOrNull(): Seq[Seq[InnerStruct]]

    Definition Classes
    JavaTestStructNestedCollections
  76. abstract def listStructOrThrow(): Seq[Seq[InnerStruct]]

    Definition Classes
    JavaTestStructNestedCollections
  77. abstract def listStructUnset(): Unit

  78. abstract def listStruct_=(x: Seq[Seq[InnerStruct]]): Unit

  79. abstract def mapBinary(): Map[String, Map[String, ByteBuffer]]

    Definition Classes
    JavaTestStructNestedCollections
  80. abstract def mapBinaryIsSet(): Boolean

    Definition Classes
    JavaTestStructNestedCollections
  81. abstract def mapBinaryOption(): Option[Map[String, Map[String, ByteBuffer]]]

    Definition Classes
    JavaTestStructNestedCollections
  82. abstract def mapBinaryOrDefault(): Map[String, Map[String, ByteBuffer]]

    Definition Classes
    JavaTestStructNestedCollections
  83. abstract def mapBinaryOrNull(): Map[String, Map[String, ByteBuffer]]

    Definition Classes
    JavaTestStructNestedCollections
  84. abstract def mapBinaryOrThrow(): Map[String, Map[String, ByteBuffer]]

    Definition Classes
    JavaTestStructNestedCollections
  85. abstract def mapBinaryUnset(): Unit

  86. abstract def mapBinary_=(x: Map[String, Map[String, ByteBuffer]]): Unit

  87. abstract def mapBool(): Map[String, Map[String, Boolean]]

    Definition Classes
    JavaTestStructNestedCollections
  88. abstract def mapBoolIsSet(): Boolean

    Definition Classes
    JavaTestStructNestedCollections
  89. abstract def mapBoolOption(): Option[Map[String, Map[String, Boolean]]]

    Definition Classes
    JavaTestStructNestedCollections
  90. abstract def mapBoolOrDefault(): Map[String, Map[String, Boolean]]

    Definition Classes
    JavaTestStructNestedCollections
  91. abstract def mapBoolOrNull(): Map[String, Map[String, Boolean]]

    Definition Classes
    JavaTestStructNestedCollections
  92. abstract def mapBoolOrThrow(): Map[String, Map[String, Boolean]]

    Definition Classes
    JavaTestStructNestedCollections
  93. abstract def mapBoolUnset(): Unit

  94. abstract def mapBool_=(x: Map[String, Map[String, Boolean]]): Unit

  95. abstract def mapByte(): Map[String, Map[String, Byte]]

    Definition Classes
    JavaTestStructNestedCollections
  96. abstract def mapByteIsSet(): Boolean

    Definition Classes
    JavaTestStructNestedCollections
  97. abstract def mapByteOption(): Option[Map[String, Map[String, Byte]]]

    Definition Classes
    JavaTestStructNestedCollections
  98. abstract def mapByteOrDefault(): Map[String, Map[String, Byte]]

    Definition Classes
    JavaTestStructNestedCollections
  99. abstract def mapByteOrNull(): Map[String, Map[String, Byte]]

    Definition Classes
    JavaTestStructNestedCollections
  100. abstract def mapByteOrThrow(): Map[String, Map[String, Byte]]

    Definition Classes
    JavaTestStructNestedCollections
  101. abstract def mapByteUnset(): Unit

  102. abstract def mapByte_=(x: Map[String, Map[String, Byte]]): Unit

  103. abstract def mapDouble(): Map[String, Map[String, Double]]

    Definition Classes
    JavaTestStructNestedCollections
  104. abstract def mapDoubleIsSet(): Boolean

    Definition Classes
    JavaTestStructNestedCollections
  105. abstract def mapDoubleOption(): Option[Map[String, Map[String, Double]]]

    Definition Classes
    JavaTestStructNestedCollections
  106. abstract def mapDoubleOrDefault(): Map[String, Map[String, Double]]

    Definition Classes
    JavaTestStructNestedCollections
  107. abstract def mapDoubleOrNull(): Map[String, Map[String, Double]]

    Definition Classes
    JavaTestStructNestedCollections
  108. abstract def mapDoubleOrThrow(): Map[String, Map[String, Double]]

    Definition Classes
    JavaTestStructNestedCollections
  109. abstract def mapDoubleUnset(): Unit

  110. abstract def mapDouble_=(x: Map[String, Map[String, Double]]): Unit

  111. abstract def mapI16(): Map[String, Map[String, Short]]

    Definition Classes
    JavaTestStructNestedCollections
  112. abstract def mapI16IsSet(): Boolean

    Definition Classes
    JavaTestStructNestedCollections
  113. abstract def mapI16Option(): Option[Map[String, Map[String, Short]]]

    Definition Classes
    JavaTestStructNestedCollections
  114. abstract def mapI16OrDefault(): Map[String, Map[String, Short]]

    Definition Classes
    JavaTestStructNestedCollections
  115. abstract def mapI16OrNull(): Map[String, Map[String, Short]]

    Definition Classes
    JavaTestStructNestedCollections
  116. abstract def mapI16OrThrow(): Map[String, Map[String, Short]]

    Definition Classes
    JavaTestStructNestedCollections
  117. abstract def mapI16Unset(): Unit

  118. abstract def mapI16_=(x: Map[String, Map[String, Short]]): Unit

  119. abstract def mapI32(): Map[String, Map[String, Int]]

    Definition Classes
    JavaTestStructNestedCollections
  120. abstract def mapI32IsSet(): Boolean

    Definition Classes
    JavaTestStructNestedCollections
  121. abstract def mapI32Option(): Option[Map[String, Map[String, Int]]]

    Definition Classes
    JavaTestStructNestedCollections
  122. abstract def mapI32OrDefault(): Map[String, Map[String, Int]]

    Definition Classes
    JavaTestStructNestedCollections
  123. abstract def mapI32OrNull(): Map[String, Map[String, Int]]

    Definition Classes
    JavaTestStructNestedCollections
  124. abstract def mapI32OrThrow(): Map[String, Map[String, Int]]

    Definition Classes
    JavaTestStructNestedCollections
  125. abstract def mapI32Unset(): Unit

  126. abstract def mapI32_=(x: Map[String, Map[String, Int]]): Unit

  127. abstract def mapI64(): Map[String, Map[String, Long]]

    Definition Classes
    JavaTestStructNestedCollections
  128. abstract def mapI64IsSet(): Boolean

    Definition Classes
    JavaTestStructNestedCollections
  129. abstract def mapI64Option(): Option[Map[String, Map[String, Long]]]

    Definition Classes
    JavaTestStructNestedCollections
  130. abstract def mapI64OrDefault(): Map[String, Map[String, Long]]

    Definition Classes
    JavaTestStructNestedCollections
  131. abstract def mapI64OrNull(): Map[String, Map[String, Long]]

    Definition Classes
    JavaTestStructNestedCollections
  132. abstract def mapI64OrThrow(): Map[String, Map[String, Long]]

    Definition Classes
    JavaTestStructNestedCollections
  133. abstract def mapI64Unset(): Unit

  134. abstract def mapI64_=(x: Map[String, Map[String, Long]]): Unit

  135. abstract def mapString(): Map[String, Map[String, String]]

    Definition Classes
    JavaTestStructNestedCollections
  136. abstract def mapStringIsSet(): Boolean

    Definition Classes
    JavaTestStructNestedCollections
  137. abstract def mapStringOption(): Option[Map[String, Map[String, String]]]

    Definition Classes
    JavaTestStructNestedCollections
  138. abstract def mapStringOrDefault(): Map[String, Map[String, String]]

    Definition Classes
    JavaTestStructNestedCollections
  139. abstract def mapStringOrNull(): Map[String, Map[String, String]]

    Definition Classes
    JavaTestStructNestedCollections
  140. abstract def mapStringOrThrow(): Map[String, Map[String, String]]

    Definition Classes
    JavaTestStructNestedCollections
  141. abstract def mapStringUnset(): Unit

  142. abstract def mapString_=(x: Map[String, Map[String, String]]): Unit

  143. abstract def mapStruct(): Map[String, Map[String, InnerStruct]]

    Definition Classes
    JavaTestStructNestedCollections
  144. abstract def mapStructIsSet(): Boolean

    Definition Classes
    JavaTestStructNestedCollections
  145. abstract def mapStructOption(): Option[Map[String, Map[String, InnerStruct]]]

    Definition Classes
    JavaTestStructNestedCollections
  146. abstract def mapStructOrDefault(): Map[String, Map[String, InnerStruct]]

    Definition Classes
    JavaTestStructNestedCollections
  147. abstract def mapStructOrNull(): Map[String, Map[String, InnerStruct]]

    Definition Classes
    JavaTestStructNestedCollections
  148. abstract def mapStructOrThrow(): Map[String, Map[String, InnerStruct]]

    Definition Classes
    JavaTestStructNestedCollections
  149. abstract def mapStructUnset(): Unit

  150. abstract def mapStruct_=(x: Map[String, Map[String, InnerStruct]]): Unit

  151. abstract def merge(that: TestStructNestedCollections): Unit

    Definition Classes
    MutableTestStructNestedCollections → MutableRecord
  152. abstract def mergeCopy(that: TestStructNestedCollections): TestStructNestedCollections

    Definition Classes
    TestStructNestedCollections → Record
  153. abstract def meta: TestStructNestedCollectionsMeta

    Definition Classes
    TestStructNestedCollections → Record → UntypedRecord
  154. abstract def read(arg0: TProtocol): Unit

    Definition Classes
    TBase
    Annotations
    @throws( ... )
  155. abstract def setBinary(): Set[Set[ByteBuffer]]

    Definition Classes
    JavaTestStructNestedCollections
  156. abstract def setBinaryIsSet(): Boolean

    Definition Classes
    JavaTestStructNestedCollections
  157. abstract def setBinaryOption(): Option[Set[Set[ByteBuffer]]]

    Definition Classes
    JavaTestStructNestedCollections
  158. abstract def setBinaryOrDefault(): Set[Set[ByteBuffer]]

    Definition Classes
    JavaTestStructNestedCollections
  159. abstract def setBinaryOrNull(): Set[Set[ByteBuffer]]

    Definition Classes
    JavaTestStructNestedCollections
  160. abstract def setBinaryOrThrow(): Set[Set[ByteBuffer]]

    Definition Classes
    JavaTestStructNestedCollections
  161. abstract def setBinaryUnset(): Unit

  162. abstract def setBinary_=(x: Set[Set[ByteBuffer]]): Unit

  163. abstract def setBool(): Set[Set[Boolean]]

    Definition Classes
    JavaTestStructNestedCollections
  164. abstract def setBoolIsSet(): Boolean

    Definition Classes
    JavaTestStructNestedCollections
  165. abstract def setBoolOption(): Option[Set[Set[Boolean]]]

    Definition Classes
    JavaTestStructNestedCollections
  166. abstract def setBoolOrDefault(): Set[Set[Boolean]]

    Definition Classes
    JavaTestStructNestedCollections
  167. abstract def setBoolOrNull(): Set[Set[Boolean]]

    Definition Classes
    JavaTestStructNestedCollections
  168. abstract def setBoolOrThrow(): Set[Set[Boolean]]

    Definition Classes
    JavaTestStructNestedCollections
  169. abstract def setBoolUnset(): Unit

  170. abstract def setBool_=(x: Set[Set[Boolean]]): Unit

  171. abstract def setByte(): Set[Set[Byte]]

    Definition Classes
    JavaTestStructNestedCollections
  172. abstract def setByteIsSet(): Boolean

    Definition Classes
    JavaTestStructNestedCollections
  173. abstract def setByteOption(): Option[Set[Set[Byte]]]

    Definition Classes
    JavaTestStructNestedCollections
  174. abstract def setByteOrDefault(): Set[Set[Byte]]

    Definition Classes
    JavaTestStructNestedCollections
  175. abstract def setByteOrNull(): Set[Set[Byte]]

    Definition Classes
    JavaTestStructNestedCollections
  176. abstract def setByteOrThrow(): Set[Set[Byte]]

    Definition Classes
    JavaTestStructNestedCollections
  177. abstract def setByteUnset(): Unit

  178. abstract def setByte_=(x: Set[Set[Byte]]): Unit

  179. abstract def setDouble(): Set[Set[Double]]

    Definition Classes
    JavaTestStructNestedCollections
  180. abstract def setDoubleIsSet(): Boolean

    Definition Classes
    JavaTestStructNestedCollections
  181. abstract def setDoubleOption(): Option[Set[Set[Double]]]

    Definition Classes
    JavaTestStructNestedCollections
  182. abstract def setDoubleOrDefault(): Set[Set[Double]]

    Definition Classes
    JavaTestStructNestedCollections
  183. abstract def setDoubleOrNull(): Set[Set[Double]]

    Definition Classes
    JavaTestStructNestedCollections
  184. abstract def setDoubleOrThrow(): Set[Set[Double]]

    Definition Classes
    JavaTestStructNestedCollections
  185. abstract def setDoubleUnset(): Unit

  186. abstract def setDouble_=(x: Set[Set[Double]]): Unit

  187. abstract def setFieldValue(arg0: TestStructNestedCollections._Fields, arg1: Any): Unit

    Definition Classes
    TBase
  188. abstract def setI16(): Set[Set[Short]]

    Definition Classes
    JavaTestStructNestedCollections
  189. abstract def setI16IsSet(): Boolean

    Definition Classes
    JavaTestStructNestedCollections
  190. abstract def setI16Option(): Option[Set[Set[Short]]]

    Definition Classes
    JavaTestStructNestedCollections
  191. abstract def setI16OrDefault(): Set[Set[Short]]

    Definition Classes
    JavaTestStructNestedCollections
  192. abstract def setI16OrNull(): Set[Set[Short]]

    Definition Classes
    JavaTestStructNestedCollections
  193. abstract def setI16OrThrow(): Set[Set[Short]]

    Definition Classes
    JavaTestStructNestedCollections
  194. abstract def setI16Unset(): Unit

  195. abstract def setI16_=(x: Set[Set[Short]]): Unit

  196. abstract def setI32(): Set[Set[Int]]

    Definition Classes
    JavaTestStructNestedCollections
  197. abstract def setI32IsSet(): Boolean

    Definition Classes
    JavaTestStructNestedCollections
  198. abstract def setI32Option(): Option[Set[Set[Int]]]

    Definition Classes
    JavaTestStructNestedCollections
  199. abstract def setI32OrDefault(): Set[Set[Int]]

    Definition Classes
    JavaTestStructNestedCollections
  200. abstract def setI32OrNull(): Set[Set[Int]]

    Definition Classes
    JavaTestStructNestedCollections
  201. abstract def setI32OrThrow(): Set[Set[Int]]

    Definition Classes
    JavaTestStructNestedCollections
  202. abstract def setI32Unset(): Unit

  203. abstract def setI32_=(x: Set[Set[Int]]): Unit

  204. abstract def setI64(): Set[Set[Long]]

    Definition Classes
    JavaTestStructNestedCollections
  205. abstract def setI64IsSet(): Boolean

    Definition Classes
    JavaTestStructNestedCollections
  206. abstract def setI64Option(): Option[Set[Set[Long]]]

    Definition Classes
    JavaTestStructNestedCollections
  207. abstract def setI64OrDefault(): Set[Set[Long]]

    Definition Classes
    JavaTestStructNestedCollections
  208. abstract def setI64OrNull(): Set[Set[Long]]

    Definition Classes
    JavaTestStructNestedCollections
  209. abstract def setI64OrThrow(): Set[Set[Long]]

    Definition Classes
    JavaTestStructNestedCollections
  210. abstract def setI64Unset(): Unit

  211. abstract def setI64_=(x: Set[Set[Long]]): Unit

  212. abstract def setString(): Set[Set[String]]

    Definition Classes
    JavaTestStructNestedCollections
  213. abstract def setStringIsSet(): Boolean

    Definition Classes
    JavaTestStructNestedCollections
  214. abstract def setStringOption(): Option[Set[Set[String]]]

    Definition Classes
    JavaTestStructNestedCollections
  215. abstract def setStringOrDefault(): Set[Set[String]]

    Definition Classes
    JavaTestStructNestedCollections
  216. abstract def setStringOrNull(): Set[Set[String]]

    Definition Classes
    JavaTestStructNestedCollections
  217. abstract def setStringOrThrow(): Set[Set[String]]

    Definition Classes
    JavaTestStructNestedCollections
  218. abstract def setStringUnset(): Unit

  219. abstract def setString_=(x: Set[Set[String]]): Unit

  220. abstract def setStruct(): Set[Set[InnerStruct]]

    Definition Classes
    JavaTestStructNestedCollections
  221. abstract def setStructIsSet(): Boolean

    Definition Classes
    JavaTestStructNestedCollections
  222. abstract def setStructOption(): Option[Set[Set[InnerStruct]]]

    Definition Classes
    JavaTestStructNestedCollections
  223. abstract def setStructOrDefault(): Set[Set[InnerStruct]]

    Definition Classes
    JavaTestStructNestedCollections
  224. abstract def setStructOrNull(): Set[Set[InnerStruct]]

    Definition Classes
    JavaTestStructNestedCollections
  225. abstract def setStructOrThrow(): Set[Set[InnerStruct]]

    Definition Classes
    JavaTestStructNestedCollections
  226. abstract def setStructUnset(): Unit

  227. abstract def setStruct_=(x: Set[Set[InnerStruct]]): Unit

  228. abstract def write(oprot: TProtocol): Unit

    Definition Classes
    TestStructNestedCollections → 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: TestStructNestedCollections): Boolean

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

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

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

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

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

    Definition Classes
    TestStructNestedCollections → 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: TestStructNestedCollections): Int

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

    Definition Classes
    TestStructNestedCollections → 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 mutable: MutableTestStructNestedCollections

    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
    MutableTestStructNestedCollectionsTestStructNestedCollections
  21. def mutableCopy(): MutableTestStructNestedCollections

    Definition Classes
    TestStructNestedCollections
  22. final def ne(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef
  26. def toBuilder(): AllSpecified

    Definition Classes
    TestStructNestedCollections
  27. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from MutableRecord[TestStructNestedCollections]

Inherited from TBase[TestStructNestedCollections, TestStructNestedCollections._Fields]

Inherited from Serializable

Inherited from Record[TestStructNestedCollections]

Inherited from Ordered[TestStructNestedCollections]

Inherited from Comparable[TestStructNestedCollections]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped