Packages

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

Autogenerated by Thrift Compiler (0.9.3)

DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING

Linear Supertypes
Cloneable, TBase[TStatus, _Fields], Serializable, TSerializable, Comparable[TStatus], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TStatus
  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 TStatus(other: TStatus)

    Performs a deep copy on other.

  2. new TStatus(statusCode: TStatusCode)
  3. new TStatus()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addToInfoMessages(elem: String): Unit
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clear(): Unit
    Definition Classes
    TStatus → TBase
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def compareTo(other: TStatus): Int
    Definition Classes
    TStatus → Comparable
  9. def deepCopy(): TStatus
    Definition Classes
    TStatus → TBase
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(that: TStatus): Boolean
  12. def equals(that: Any): Boolean
    Definition Classes
    TStatus → AnyRef → Any
  13. def fieldForId(fieldId: Int): _Fields
    Definition Classes
    TStatus → TBase
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def getErrorCode(): Int
  17. def getErrorMessage(): String
  18. def getFieldValue(field: _Fields): AnyRef
    Definition Classes
    TStatus → TBase
  19. def getInfoMessages(): List[String]
  20. def getInfoMessagesIterator(): Iterator[String]
  21. def getInfoMessagesSize(): Int
  22. def getSqlState(): String
  23. def getStatusCode(): TStatusCode

    See also

    TStatusCode

  24. def hashCode(): Int
    Definition Classes
    TStatus → AnyRef → Any
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def isSet(field: _Fields): Boolean

    Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise

    Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise

    Definition Classes
    TStatus → TBase
  27. def isSetErrorCode(): Boolean

    Returns true if field errorCode is set (has been assigned a value) and false otherwise

  28. def isSetErrorMessage(): Boolean

    Returns true if field errorMessage is set (has been assigned a value) and false otherwise

  29. def isSetInfoMessages(): Boolean

    Returns true if field infoMessages is set (has been assigned a value) and false otherwise

  30. def isSetSqlState(): Boolean

    Returns true if field sqlState is set (has been assigned a value) and false otherwise

  31. def isSetStatusCode(): Boolean

    Returns true if field statusCode is set (has been assigned a value) and false otherwise

  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. def read(iprot: TProtocol): Unit
    Definition Classes
    TStatus → TSerializable
  36. def setErrorCode(errorCode: Int): Unit
  37. def setErrorCodeIsSet(value: Boolean): Unit
  38. def setErrorMessage(errorMessage: String): Unit
  39. def setErrorMessageIsSet(value: Boolean): Unit
  40. def setFieldValue(field: _Fields, value: Any): Unit
    Definition Classes
    TStatus → TBase
  41. def setInfoMessages(infoMessages: List[String]): Unit
  42. def setInfoMessagesIsSet(value: Boolean): Unit
  43. def setSqlState(sqlState: String): Unit
  44. def setSqlStateIsSet(value: Boolean): Unit
  45. def setStatusCode(statusCode: TStatusCode): Unit

    See also

    TStatusCode

  46. def setStatusCodeIsSet(value: Boolean): Unit
  47. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  48. def toString(): String
    Definition Classes
    TStatus → AnyRef → Any
  49. def unsetErrorCode(): Unit
  50. def unsetErrorMessage(): Unit
  51. def unsetInfoMessages(): Unit
  52. def unsetSqlState(): Unit
  53. def unsetStatusCode(): Unit
  54. def validate(): Unit
  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( ... ) @native()
  58. def write(oprot: TProtocol): Unit
    Definition Classes
    TStatus → TSerializable

Inherited from Cloneable

Inherited from TBase[TStatus, _Fields]

Inherited from Serializable

Inherited from TSerializable

Inherited from Comparable[TStatus]

Inherited from AnyRef

Inherited from Any

Ungrouped