Class TGetOperationStatusResp
java.lang.Object
com.databricks.jdbc.model.client.thrift.generated.TGetOperationStatusResp
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TGetOperationStatusResp>,org.apache.thrift.TBase<TGetOperationStatusResp,,TGetOperationStatusResp._Fields> org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.19.0)",
date="2025-05-08")
public class TGetOperationStatusResp
extends Object
implements org.apache.thrift.TBase<TGetOperationStatusResp,TGetOperationStatusResp._Fields>, Serializable, Cloneable, Comparable<TGetOperationStatusResp>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe set of fields this struct contains, along with convenience methods for finding and manipulating them. -
Field Summary
FieldsModifier and TypeFieldDescriptionintbooleanstatic final Map<TGetOperationStatusResp._Fields, org.apache.thrift.meta_data.FieldMetaData> longlonglong -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()intcompareTo(TGetOperationStatusResp other) deepCopy()booleanbooleanfieldForId(int fieldId) intlonglonglonginthashCode()booleanbooleanReturns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanReturns true if field diagnosticInfo is set (has been assigned a value) and false otherwisebooleanReturns true if field displayMessage is set (has been assigned a value) and false otherwisebooleanReturns true if field errorCode is set (has been assigned a value) and false otherwisebooleanReturns true if field errorDetailsJson is set (has been assigned a value) and false otherwisebooleanReturns true if field errorMessage is set (has been assigned a value) and false otherwisebooleanReturns true if field hasResultSet is set (has been assigned a value) and false otherwisebooleanReturns true if field numModifiedRows is set (has been assigned a value) and false otherwisebooleanReturns true if field operationCompleted is set (has been assigned a value) and false otherwisebooleanReturns true if field operationStarted is set (has been assigned a value) and false otherwisebooleanReturns true if field operationState is set (has been assigned a value) and false otherwisebooleanReturns true if field progressUpdateResponse is set (has been assigned a value) and false otherwisebooleanReturns true if field sqlState is set (has been assigned a value) and false otherwisebooleanReturns true if field status is set (has been assigned a value) and false otherwisebooleanReturns true if field taskStatus is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot) setDiagnosticInfo(String diagnosticInfo) voidsetDiagnosticInfoIsSet(boolean value) setDisplayMessage(String displayMessage) voidsetDisplayMessageIsSet(boolean value) setErrorCode(int errorCode) voidsetErrorCodeIsSet(boolean value) setErrorDetailsJson(String errorDetailsJson) voidsetErrorDetailsJsonIsSet(boolean value) setErrorMessage(String errorMessage) voidsetErrorMessageIsSet(boolean value) voidsetFieldValue(TGetOperationStatusResp._Fields field, Object value) setHasResultSet(boolean hasResultSet) voidsetHasResultSetIsSet(boolean value) setNumModifiedRows(long numModifiedRows) voidsetNumModifiedRowsIsSet(boolean value) setOperationCompleted(long operationCompleted) voidsetOperationCompletedIsSet(boolean value) setOperationStarted(long operationStarted) voidsetOperationStartedIsSet(boolean value) setOperationState(TOperationState operationState) voidsetOperationStateIsSet(boolean value) setProgressUpdateResponse(TProgressUpdateResp progressUpdateResponse) voidsetProgressUpdateResponseIsSet(boolean value) setSqlState(String sqlState) voidsetSqlStateIsSet(boolean value) voidsetStatusIsSet(boolean value) setTaskStatus(String taskStatus) voidsetTaskStatusIsSet(boolean value) toString()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
Field Details
-
status
-
operationState
- See Also:
-
sqlState
-
errorCode
public int errorCode -
errorMessage
-
taskStatus
-
operationStarted
public long operationStarted -
operationCompleted
public long operationCompleted -
hasResultSet
public boolean hasResultSet -
progressUpdateResponse
-
numModifiedRows
public long numModifiedRows -
displayMessage
-
diagnosticInfo
-
errorDetailsJson
-
metaDataMap
public static final Map<TGetOperationStatusResp._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
TGetOperationStatusResp
public TGetOperationStatusResp() -
TGetOperationStatusResp
-
TGetOperationStatusResp
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TGetOperationStatusResp,TGetOperationStatusResp._Fields>
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.thrift.TBase<TGetOperationStatusResp,TGetOperationStatusResp._Fields>
-
getStatus
-
setStatus
-
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) -
getOperationState
- See Also:
-
setOperationState
- See Also:
-
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
-
setSqlState
-
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() -
setErrorCode
-
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
-
setErrorMessage
-
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
-
setTaskStatus
-
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() -
setOperationStarted
-
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() -
setOperationCompleted
-
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() -
setHasResultSet
-
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) -
getProgressUpdateResponse
-
setProgressUpdateResponse
public TGetOperationStatusResp setProgressUpdateResponse(TProgressUpdateResp progressUpdateResponse) -
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() -
setNumModifiedRows
-
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
-
setDisplayMessage
-
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
-
setDiagnosticInfo
-
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
-
setErrorDetailsJson
-
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) -
setFieldValue
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TGetOperationStatusResp,TGetOperationStatusResp._Fields>
-
getFieldValue
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TGetOperationStatusResp,TGetOperationStatusResp._Fields>
-
isSet
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSetin interfaceorg.apache.thrift.TBase<TGetOperationStatusResp,TGetOperationStatusResp._Fields>
-
equals
-
equals
-
hashCode
-
compareTo
- Specified by:
compareToin interfaceComparable<TGetOperationStatusResp>
-
fieldForId
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TGetOperationStatusResp,TGetOperationStatusResp._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException - Specified by:
readin interfaceorg.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:
writein interfaceorg.apache.thrift.TSerializable- Throws:
org.apache.thrift.TException
-
toString
-
validate
public void validate() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-