Class TGetInfoReq
java.lang.Object
com.databricks.jdbc.model.client.thrift.generated.TGetInfoReq
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TGetInfoReq>,org.apache.thrift.TBase<TGetInfoReq,,TGetInfoReq._Fields> org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.19.0)",
date="2025-05-08")
public class TGetInfoReq
extends Object
implements org.apache.thrift.TBase<TGetInfoReq,TGetInfoReq._Fields>, Serializable, Cloneable, Comparable<TGetInfoReq>
- 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 TypeFieldDescriptionstatic final Map<TGetInfoReq._Fields, org.apache.thrift.meta_data.FieldMetaData> -
Constructor Summary
ConstructorsConstructorDescriptionTGetInfoReq(TGetInfoReq other) Performs a deep copy on other.TGetInfoReq(TSessionHandle sessionHandle, TGetInfoType infoType) -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()intcompareTo(TGetInfoReq other) deepCopy()booleanequals(TGetInfoReq that) booleanfieldForId(int fieldId) getFieldValue(TGetInfoReq._Fields field) inthashCode()booleanisSet(TGetInfoReq._Fields field) Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanReturns true if field infoType is set (has been assigned a value) and false otherwisebooleanReturns true if field sessionHandle is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot) voidsetFieldValue(TGetInfoReq._Fields field, Object value) setInfoType(TGetInfoType infoType) voidsetInfoTypeIsSet(boolean value) setSessionHandle(TSessionHandle sessionHandle) voidsetSessionHandleIsSet(boolean value) toString()voidvoidvoidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
Field Details
-
sessionHandle
-
infoType
- See Also:
-
metaDataMap
-
-
Constructor Details
-
TGetInfoReq
public TGetInfoReq() -
TGetInfoReq
-
TGetInfoReq
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TGetInfoReq,TGetInfoReq._Fields>
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.thrift.TBase<TGetInfoReq,TGetInfoReq._Fields>
-
getSessionHandle
-
setSessionHandle
-
unsetSessionHandle
public void unsetSessionHandle() -
isSetSessionHandle
public boolean isSetSessionHandle()Returns true if field sessionHandle is set (has been assigned a value) and false otherwise -
setSessionHandleIsSet
public void setSessionHandleIsSet(boolean value) -
getInfoType
- See Also:
-
setInfoType
- See Also:
-
unsetInfoType
public void unsetInfoType() -
isSetInfoType
public boolean isSetInfoType()Returns true if field infoType is set (has been assigned a value) and false otherwise -
setInfoTypeIsSet
public void setInfoTypeIsSet(boolean value) -
setFieldValue
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TGetInfoReq,TGetInfoReq._Fields>
-
getFieldValue
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TGetInfoReq,TGetInfoReq._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<TGetInfoReq,TGetInfoReq._Fields>
-
equals
-
equals
-
hashCode
-
compareTo
- Specified by:
compareToin interfaceComparable<TGetInfoReq>
-
fieldForId
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TGetInfoReq,TGetInfoReq._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
-