com.foursquare.spindle.test.gen.ChildTestServices

RawChildTestServices_dummyOneway_args

final class RawChildTestServices_dummyOneway_args extends JavaChildTestServices_dummyOneway_argsRaw[ChildTestServices_dummyOneway_args, RawChildTestServices_dummyOneway_args, ChildTestServices_dummyOneway_argsMeta] with MutableChildTestServices_dummyOneway_args

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RawChildTestServices_dummyOneway_args
  2. MutableChildTestServices_dummyOneway_args
  3. ChildTestServices_dummyOneway_args
  4. TBase
  5. Serializable
  6. JavaChildTestServices_dummyOneway_argsRaw
  7. JavaChildTestServices_dummyOneway_argsMutable
  8. MutableRecord
  9. JavaChildTestServices_dummyOneway_args
  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 RawChildTestServices_dummyOneway_args()

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

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

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

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

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

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

    Definition Classes
    ChildTestServices_dummyOneway_args → Ordered
  10. def A(): Int

    Definition Classes
    RawChildTestServices_dummyOneway_args → JavaChildTestServices_dummyOneway_args
  11. def AIsSet(): Boolean

    Definition Classes
    RawChildTestServices_dummyOneway_args → JavaChildTestServices_dummyOneway_args
  12. def AOption(): Option[Int]

    Definition Classes
    RawChildTestServices_dummyOneway_args → JavaChildTestServices_dummyOneway_args
  13. def AOrDefault(): Int

    Definition Classes
    RawChildTestServices_dummyOneway_args → JavaChildTestServices_dummyOneway_args
  14. def AOrNull(): Integer

    Definition Classes
    RawChildTestServices_dummyOneway_args → JavaChildTestServices_dummyOneway_args
  15. def AOrThrow(): Int

    Definition Classes
    RawChildTestServices_dummyOneway_args → JavaChildTestServices_dummyOneway_args
  16. def AUnset(): Unit

  17. def A_=(x: Int): Unit

  18. def B(): Int

    Definition Classes
    RawChildTestServices_dummyOneway_args → JavaChildTestServices_dummyOneway_args
  19. def BIsSet(): Boolean

    Definition Classes
    RawChildTestServices_dummyOneway_args → JavaChildTestServices_dummyOneway_args
  20. def BOption(): Option[Int]

    Definition Classes
    RawChildTestServices_dummyOneway_args → JavaChildTestServices_dummyOneway_args
  21. def BOrDefault(): Int

    Definition Classes
    RawChildTestServices_dummyOneway_args → JavaChildTestServices_dummyOneway_args
  22. def BOrNull(): Integer

    Definition Classes
    RawChildTestServices_dummyOneway_args → JavaChildTestServices_dummyOneway_args
  23. def BOrThrow(): Int

    Definition Classes
    RawChildTestServices_dummyOneway_args → JavaChildTestServices_dummyOneway_args
  24. def BUnset(): Unit

  25. def B_=(x: Int): Unit

  26. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  27. def clear(): Unit

    Definition Classes
    RawChildTestServices_dummyOneway_args → TBase
  28. def clone(): AnyRef

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

    Definition Classes
    ChildTestServices_dummyOneway_args → Ordered
  30. def compareTo(that: ChildTestServices_dummyOneway_args): Int

    Definition Classes
    ChildTestServices_dummyOneway_args → Ordered → Comparable
  31. def copy(A: Integer = AOrNull, B: Integer = BOrNull): RawChildTestServices_dummyOneway_args

  32. def deepCopy(): RawChildTestServices_dummyOneway_args

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

    Definition Classes
    AnyRef
  34. def equals(that: ChildTestServices_dummyOneway_args): Boolean

  35. def equals(that: Any): Boolean

    Definition Classes
    RawChildTestServices_dummyOneway_args → AnyRef → Any
  36. def fieldForId(id: Int): ChildTestServices_dummyOneway_args._Fields

    Definition Classes
    RawChildTestServices_dummyOneway_args → TBase
  37. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  39. def getFieldValue(field: ChildTestServices_dummyOneway_args._Fields): AnyRef

    Definition Classes
    RawChildTestServices_dummyOneway_args → TBase
  40. def getSetFields: Seq[Any]

  41. def hashCode(): Int

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

    Definition Classes
    Any
  43. def isSet(field: ChildTestServices_dummyOneway_args._Fields): Boolean

    Definition Classes
    RawChildTestServices_dummyOneway_args → TBase
  44. def merge(that: ChildTestServices_dummyOneway_args): Unit

  45. def mergeCopy(that: ChildTestServices_dummyOneway_args): ChildTestServices_dummyOneway_args

  46. def meta: ChildTestServices_dummyOneway_argsMeta

    Definition Classes
    RawChildTestServices_dummyOneway_argsChildTestServices_dummyOneway_args → Record → UntypedRecord
  47. def mutable: MutableChildTestServices_dummyOneway_args

    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
    MutableChildTestServices_dummyOneway_argsChildTestServices_dummyOneway_args
  48. def mutableCopy(): MutableChildTestServices_dummyOneway_args

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

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

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

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

    Definition Classes
    RawChildTestServices_dummyOneway_args → TBase → UntypedRecord
  53. def setFieldValue(field: ChildTestServices_dummyOneway_args._Fields, value: AnyRef): Unit

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

    Definition Classes
    AnyRef
  55. def toBuilder(): AllSpecified

  56. def toString(): String

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

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

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

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

    Definition Classes
    RawChildTestServices_dummyOneway_argsChildTestServices_dummyOneway_args → TBase → UntypedRecord

Inherited from TBase[ChildTestServices_dummyOneway_args, ChildTestServices_dummyOneway_args._Fields]

Inherited from Serializable

Inherited from MutableRecord[ChildTestServices_dummyOneway_args]

Inherited from Record[ChildTestServices_dummyOneway_args]

Inherited from Ordered[ChildTestServices_dummyOneway_args]

Inherited from Comparable[ChildTestServices_dummyOneway_args]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped