Class TCLIService.GetTypeInfo_args
- java.lang.Object
-
- com.databricks.jdbc.model.client.thrift.generated.TCLIService.GetTypeInfo_args
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TCLIService.GetTypeInfo_args>,org.apache.thrift.TBase<TCLIService.GetTypeInfo_args,TCLIService.GetTypeInfo_args._Fields>,org.apache.thrift.TSerializable
- Enclosing class:
- TCLIService
public static class TCLIService.GetTypeInfo_args extends Object implements org.apache.thrift.TBase<TCLIService.GetTypeInfo_args,TCLIService.GetTypeInfo_args._Fields>, Serializable, Cloneable, Comparable<TCLIService.GetTypeInfo_args>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTCLIService.GetTypeInfo_args._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description static Map<TCLIService.GetTypeInfo_args._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapTGetTypeInfoReqreq
-
Constructor Summary
Constructors Constructor Description GetTypeInfo_args()GetTypeInfo_args(TCLIService.GetTypeInfo_args other)Performs a deep copy on other.GetTypeInfo_args(TGetTypeInfoReq req)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()intcompareTo(TCLIService.GetTypeInfo_args other)TCLIService.GetTypeInfo_argsdeepCopy()booleanequals(TCLIService.GetTypeInfo_args that)booleanequals(Object that)TCLIService.GetTypeInfo_args._FieldsfieldForId(int fieldId)ObjectgetFieldValue(TCLIService.GetTypeInfo_args._Fields field)TGetTypeInfoReqgetReq()inthashCode()booleanisSet(TCLIService.GetTypeInfo_args._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetReq()Returns true if field req is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)voidsetFieldValue(TCLIService.GetTypeInfo_args._Fields field, Object value)TCLIService.GetTypeInfo_argssetReq(TGetTypeInfoReq req)voidsetReqIsSet(boolean value)StringtoString()voidunsetReq()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
req
public TGetTypeInfoReq req
-
metaDataMap
public static final Map<TCLIService.GetTypeInfo_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
GetTypeInfo_args
public GetTypeInfo_args()
-
GetTypeInfo_args
public GetTypeInfo_args(TGetTypeInfoReq req)
-
GetTypeInfo_args
public GetTypeInfo_args(TCLIService.GetTypeInfo_args other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public TCLIService.GetTypeInfo_args deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TCLIService.GetTypeInfo_args,TCLIService.GetTypeInfo_args._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<TCLIService.GetTypeInfo_args,TCLIService.GetTypeInfo_args._Fields>
-
getReq
public TGetTypeInfoReq getReq()
-
setReq
public TCLIService.GetTypeInfo_args setReq(TGetTypeInfoReq req)
-
unsetReq
public void unsetReq()
-
isSetReq
public boolean isSetReq()
Returns true if field req is set (has been assigned a value) and false otherwise
-
setReqIsSet
public void setReqIsSet(boolean value)
-
setFieldValue
public void setFieldValue(TCLIService.GetTypeInfo_args._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TCLIService.GetTypeInfo_args,TCLIService.GetTypeInfo_args._Fields>
-
getFieldValue
public Object getFieldValue(TCLIService.GetTypeInfo_args._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TCLIService.GetTypeInfo_args,TCLIService.GetTypeInfo_args._Fields>
-
isSet
public boolean isSet(TCLIService.GetTypeInfo_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSetin interfaceorg.apache.thrift.TBase<TCLIService.GetTypeInfo_args,TCLIService.GetTypeInfo_args._Fields>
-
equals
public boolean equals(TCLIService.GetTypeInfo_args that)
-
compareTo
public int compareTo(TCLIService.GetTypeInfo_args other)
- Specified by:
compareToin interfaceComparable<TCLIService.GetTypeInfo_args>
-
fieldForId
public TCLIService.GetTypeInfo_args._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TCLIService.GetTypeInfo_args,TCLIService.GetTypeInfo_args._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
-
validate
public void validate() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
-