Class TPrimitiveTypeEntry
- java.lang.Object
-
- com.databricks.jdbc.model.client.thrift.generated.TPrimitiveTypeEntry
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TPrimitiveTypeEntry>,org.apache.thrift.TBase<TPrimitiveTypeEntry,TPrimitiveTypeEntry._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.19.0)", date="2025-05-08") public class TPrimitiveTypeEntry extends Object implements org.apache.thrift.TBase<TPrimitiveTypeEntry,TPrimitiveTypeEntry._Fields>, Serializable, Cloneable, Comparable<TPrimitiveTypeEntry>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTPrimitiveTypeEntry._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<TPrimitiveTypeEntry._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapTTypeIdtypeTTypeQualifierstypeQualifiers
-
Constructor Summary
Constructors Constructor Description TPrimitiveTypeEntry()TPrimitiveTypeEntry(TPrimitiveTypeEntry other)Performs a deep copy on other.TPrimitiveTypeEntry(TTypeId type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()intcompareTo(TPrimitiveTypeEntry other)TPrimitiveTypeEntrydeepCopy()booleanequals(TPrimitiveTypeEntry that)booleanequals(Object that)TPrimitiveTypeEntry._FieldsfieldForId(int fieldId)ObjectgetFieldValue(TPrimitiveTypeEntry._Fields field)TTypeIdgetType()TTypeQualifiersgetTypeQualifiers()inthashCode()booleanisSet(TPrimitiveTypeEntry._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetType()Returns true if field type is set (has been assigned a value) and false otherwisebooleanisSetTypeQualifiers()Returns true if field typeQualifiers is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)voidsetFieldValue(TPrimitiveTypeEntry._Fields field, Object value)TPrimitiveTypeEntrysetType(TTypeId type)voidsetTypeIsSet(boolean value)TPrimitiveTypeEntrysetTypeQualifiers(TTypeQualifiers typeQualifiers)voidsetTypeQualifiersIsSet(boolean value)StringtoString()voidunsetType()voidunsetTypeQualifiers()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
typeQualifiers
public TTypeQualifiers typeQualifiers
-
metaDataMap
public static final Map<TPrimitiveTypeEntry._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
TPrimitiveTypeEntry
public TPrimitiveTypeEntry()
-
TPrimitiveTypeEntry
public TPrimitiveTypeEntry(TTypeId type)
-
TPrimitiveTypeEntry
public TPrimitiveTypeEntry(TPrimitiveTypeEntry other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public TPrimitiveTypeEntry deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TPrimitiveTypeEntry,TPrimitiveTypeEntry._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<TPrimitiveTypeEntry,TPrimitiveTypeEntry._Fields>
-
setType
public TPrimitiveTypeEntry setType(TTypeId type)
- See Also:
TTypeId
-
unsetType
public void unsetType()
-
isSetType
public boolean isSetType()
Returns true if field type is set (has been assigned a value) and false otherwise
-
setTypeIsSet
public void setTypeIsSet(boolean value)
-
getTypeQualifiers
public TTypeQualifiers getTypeQualifiers()
-
setTypeQualifiers
public TPrimitiveTypeEntry setTypeQualifiers(TTypeQualifiers typeQualifiers)
-
unsetTypeQualifiers
public void unsetTypeQualifiers()
-
isSetTypeQualifiers
public boolean isSetTypeQualifiers()
Returns true if field typeQualifiers is set (has been assigned a value) and false otherwise
-
setTypeQualifiersIsSet
public void setTypeQualifiersIsSet(boolean value)
-
setFieldValue
public void setFieldValue(TPrimitiveTypeEntry._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TPrimitiveTypeEntry,TPrimitiveTypeEntry._Fields>
-
getFieldValue
public Object getFieldValue(TPrimitiveTypeEntry._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TPrimitiveTypeEntry,TPrimitiveTypeEntry._Fields>
-
isSet
public boolean isSet(TPrimitiveTypeEntry._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<TPrimitiveTypeEntry,TPrimitiveTypeEntry._Fields>
-
equals
public boolean equals(TPrimitiveTypeEntry that)
-
compareTo
public int compareTo(TPrimitiveTypeEntry other)
- Specified by:
compareToin interfaceComparable<TPrimitiveTypeEntry>
-
fieldForId
public TPrimitiveTypeEntry._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TPrimitiveTypeEntry,TPrimitiveTypeEntry._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
-
-