Class

com.intenthq.pucket.test.model

ThriftTest

Related Doc: package model

Permalink

class ThriftTest extends TBase[ThriftTest, _Fields] with Serializable with Cloneable with Comparable[ThriftTest]

Linear Supertypes
Cloneable, TBase[ThriftTest, _Fields], Serializable, TSerializable, Comparable[ThriftTest], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ThriftTest
  2. Cloneable
  3. TBase
  4. Serializable
  5. TSerializable
  6. Comparable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ThriftTest(other: ThriftTest)

    Permalink
  2. new ThriftTest(test: Long)

    Permalink
  3. new ThriftTest()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clear(): Unit

    Permalink
    Definition Classes
    ThriftTest → TBase
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def compareTo(other: ThriftTest): Int

    Permalink
    Definition Classes
    ThriftTest → Comparable
  8. def deepCopy(): ThriftTest

    Permalink
    Definition Classes
    ThriftTest → TBase
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(that: ThriftTest): Boolean

    Permalink
  11. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    ThriftTest → AnyRef → Any
  12. def fieldForId(fieldId: Int): _Fields

    Permalink
    Definition Classes
    ThriftTest → TBase
  13. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getFieldValue(field: _Fields): AnyRef

    Permalink
    Definition Classes
    ThriftTest → TBase
  16. def getTest(): Long

    Permalink
  17. def hashCode(): Int

    Permalink
    Definition Classes
    ThriftTest → AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def isSet(field: _Fields): Boolean

    Permalink
    Definition Classes
    ThriftTest → TBase
  20. def isSetTest(): Boolean

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

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

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

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

    Permalink
    Definition Classes
    ThriftTest → TSerializable
  25. def setFieldValue(field: _Fields, value: Any): Unit

    Permalink
    Definition Classes
    ThriftTest → TBase
  26. def setTest(test: Long): ThriftTest

    Permalink
  27. def setTestIsSet(value: Boolean): Unit

    Permalink
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    ThriftTest → AnyRef → Any
  30. def unsetTest(): Unit

    Permalink
  31. def validate(): Unit

    Permalink
  32. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    ThriftTest → TSerializable

Inherited from Cloneable

Inherited from TBase[ThriftTest, _Fields]

Inherited from Serializable

Inherited from TSerializable

Inherited from Comparable[ThriftTest]

Inherited from AnyRef

Inherited from Any

Ungrouped