Class TGetOperationStatusResp

    • Field Detail

      • sqlState

        public String sqlState
      • errorCode

        public int errorCode
      • errorMessage

        public String errorMessage
      • taskStatus

        public String taskStatus
      • operationStarted

        public long operationStarted
      • operationCompleted

        public long operationCompleted
      • hasResultSet

        public boolean hasResultSet
      • numModifiedRows

        public long numModifiedRows
      • displayMessage

        public String displayMessage
      • diagnosticInfo

        public String diagnosticInfo
      • errorDetailsJson

        public String errorDetailsJson
    • Constructor Detail

      • TGetOperationStatusResp

        public TGetOperationStatusResp()
      • TGetOperationStatusResp

        public TGetOperationStatusResp​(TStatus status)
      • TGetOperationStatusResp

        public TGetOperationStatusResp​(TGetOperationStatusResp other)
        Performs a deep copy on other.
    • Method Detail

      • getStatus

        public TStatus getStatus()
      • unsetStatus

        public void unsetStatus()
      • isSetStatus

        public boolean isSetStatus()
        Returns true if field status is set (has been assigned a value) and false otherwise
      • setStatusIsSet

        public void setStatusIsSet​(boolean value)
      • unsetOperationState

        public void unsetOperationState()
      • isSetOperationState

        public boolean isSetOperationState()
        Returns true if field operationState is set (has been assigned a value) and false otherwise
      • setOperationStateIsSet

        public void setOperationStateIsSet​(boolean value)
      • getSqlState

        public String getSqlState()
      • unsetSqlState

        public void unsetSqlState()
      • isSetSqlState

        public boolean isSetSqlState()
        Returns true if field sqlState is set (has been assigned a value) and false otherwise
      • setSqlStateIsSet

        public void setSqlStateIsSet​(boolean value)
      • getErrorCode

        public int getErrorCode()
      • unsetErrorCode

        public void unsetErrorCode()
      • isSetErrorCode

        public boolean isSetErrorCode()
        Returns true if field errorCode is set (has been assigned a value) and false otherwise
      • setErrorCodeIsSet

        public void setErrorCodeIsSet​(boolean value)
      • getErrorMessage

        public String getErrorMessage()
      • unsetErrorMessage

        public void unsetErrorMessage()
      • isSetErrorMessage

        public boolean isSetErrorMessage()
        Returns true if field errorMessage is set (has been assigned a value) and false otherwise
      • setErrorMessageIsSet

        public void setErrorMessageIsSet​(boolean value)
      • getTaskStatus

        public String getTaskStatus()
      • unsetTaskStatus

        public void unsetTaskStatus()
      • isSetTaskStatus

        public boolean isSetTaskStatus()
        Returns true if field taskStatus is set (has been assigned a value) and false otherwise
      • setTaskStatusIsSet

        public void setTaskStatusIsSet​(boolean value)
      • getOperationStarted

        public long getOperationStarted()
      • unsetOperationStarted

        public void unsetOperationStarted()
      • isSetOperationStarted

        public boolean isSetOperationStarted()
        Returns true if field operationStarted is set (has been assigned a value) and false otherwise
      • setOperationStartedIsSet

        public void setOperationStartedIsSet​(boolean value)
      • getOperationCompleted

        public long getOperationCompleted()
      • unsetOperationCompleted

        public void unsetOperationCompleted()
      • isSetOperationCompleted

        public boolean isSetOperationCompleted()
        Returns true if field operationCompleted is set (has been assigned a value) and false otherwise
      • setOperationCompletedIsSet

        public void setOperationCompletedIsSet​(boolean value)
      • isHasResultSet

        public boolean isHasResultSet()
      • unsetHasResultSet

        public void unsetHasResultSet()
      • isSetHasResultSet

        public boolean isSetHasResultSet()
        Returns true if field hasResultSet is set (has been assigned a value) and false otherwise
      • setHasResultSetIsSet

        public void setHasResultSetIsSet​(boolean value)
      • unsetProgressUpdateResponse

        public void unsetProgressUpdateResponse()
      • isSetProgressUpdateResponse

        public boolean isSetProgressUpdateResponse()
        Returns true if field progressUpdateResponse is set (has been assigned a value) and false otherwise
      • setProgressUpdateResponseIsSet

        public void setProgressUpdateResponseIsSet​(boolean value)
      • getNumModifiedRows

        public long getNumModifiedRows()
      • unsetNumModifiedRows

        public void unsetNumModifiedRows()
      • isSetNumModifiedRows

        public boolean isSetNumModifiedRows()
        Returns true if field numModifiedRows is set (has been assigned a value) and false otherwise
      • setNumModifiedRowsIsSet

        public void setNumModifiedRowsIsSet​(boolean value)
      • getDisplayMessage

        public String getDisplayMessage()
      • unsetDisplayMessage

        public void unsetDisplayMessage()
      • isSetDisplayMessage

        public boolean isSetDisplayMessage()
        Returns true if field displayMessage is set (has been assigned a value) and false otherwise
      • setDisplayMessageIsSet

        public void setDisplayMessageIsSet​(boolean value)
      • getDiagnosticInfo

        public String getDiagnosticInfo()
      • unsetDiagnosticInfo

        public void unsetDiagnosticInfo()
      • isSetDiagnosticInfo

        public boolean isSetDiagnosticInfo()
        Returns true if field diagnosticInfo is set (has been assigned a value) and false otherwise
      • setDiagnosticInfoIsSet

        public void setDiagnosticInfoIsSet​(boolean value)
      • getErrorDetailsJson

        public String getErrorDetailsJson()
      • unsetErrorDetailsJson

        public void unsetErrorDetailsJson()
      • isSetErrorDetailsJson

        public boolean isSetErrorDetailsJson()
        Returns true if field errorDetailsJson is set (has been assigned a value) and false otherwise
      • setErrorDetailsJsonIsSet

        public void setErrorDetailsJsonIsSet​(boolean value)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • read

        public void read​(org.apache.thrift.protocol.TProtocol iprot)
                  throws org.apache.thrift.TException
        Specified by:
        read in interface org.apache.thrift.TSerializable
        Throws:
        org.apache.thrift.TException
      • write

        public void write​(org.apache.thrift.protocol.TProtocol oprot)
                   throws org.apache.thrift.TException
        Specified by:
        write in interface org.apache.thrift.TSerializable
        Throws:
        org.apache.thrift.TException
      • validate

        public void validate()
                      throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException