Class TGetInfoValue
- java.lang.Object
-
- org.apache.thrift.TUnion<TGetInfoValue,TGetInfoValue._Fields>
-
- com.databricks.jdbc.model.client.thrift.generated.TGetInfoValue
-
- All Implemented Interfaces:
Serializable,Comparable<TGetInfoValue>,org.apache.thrift.TBase<TGetInfoValue,TGetInfoValue._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.19.0)", date="2025-05-08") public class TGetInfoValue extends org.apache.thrift.TUnion<TGetInfoValue,TGetInfoValue._Fields>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTGetInfoValue._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<TGetInfoValue._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMap
-
Constructor Summary
Constructors Constructor Description TGetInfoValue()TGetInfoValue(TGetInfoValue other)TGetInfoValue(TGetInfoValue._Fields setField, Object value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TGetInfoValuebinaryValue(int value)protected voidcheckType(TGetInfoValue._Fields setField, Object value)intcompareTo(TGetInfoValue other)TGetInfoValuedeepCopy()protected TGetInfoValue._FieldsenumForId(short id)booleanequals(TGetInfoValue other)booleanequals(Object other)TGetInfoValue._FieldsfieldForId(int fieldId)intgetBinaryValue()protected org.apache.thrift.protocol.TFieldgetFieldDesc(TGetInfoValue._Fields setField)intgetIntegerBitmask()intgetIntegerFlag()longgetLenValue()shortgetSmallIntValue()StringgetStringValue()protected org.apache.thrift.protocol.TStructgetStructDesc()inthashCode()static TGetInfoValueintegerBitmask(int value)static TGetInfoValueintegerFlag(int value)booleanisSetBinaryValue()booleanisSetIntegerBitmask()booleanisSetIntegerFlag()booleanisSetLenValue()booleanisSetSmallIntValue()booleanisSetStringValue()static TGetInfoValuelenValue(long value)voidsetBinaryValue(int value)voidsetIntegerBitmask(int value)voidsetIntegerFlag(int value)voidsetLenValue(long value)voidsetSmallIntValue(short value)voidsetStringValue(String value)static TGetInfoValuesmallIntValue(short value)protected ObjectstandardSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TField field)protected voidstandardSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot)static TGetInfoValuestringValue(String value)protected ObjecttupleSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot, short fieldID)protected voidtupleSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
metaDataMap
public static final Map<TGetInfoValue._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
TGetInfoValue
public TGetInfoValue()
-
TGetInfoValue
public TGetInfoValue(TGetInfoValue._Fields setField, Object value)
-
TGetInfoValue
public TGetInfoValue(TGetInfoValue other)
-
-
Method Detail
-
deepCopy
public TGetInfoValue deepCopy()
-
stringValue
public static TGetInfoValue stringValue(String value)
-
smallIntValue
public static TGetInfoValue smallIntValue(short value)
-
integerBitmask
public static TGetInfoValue integerBitmask(int value)
-
integerFlag
public static TGetInfoValue integerFlag(int value)
-
binaryValue
public static TGetInfoValue binaryValue(int value)
-
lenValue
public static TGetInfoValue lenValue(long value)
-
checkType
protected void checkType(TGetInfoValue._Fields setField, Object value) throws ClassCastException
- Specified by:
checkTypein classorg.apache.thrift.TUnion<TGetInfoValue,TGetInfoValue._Fields>- Throws:
ClassCastException
-
standardSchemeReadValue
protected Object standardSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TField field) throws org.apache.thrift.TException
- Specified by:
standardSchemeReadValuein classorg.apache.thrift.TUnion<TGetInfoValue,TGetInfoValue._Fields>- Throws:
org.apache.thrift.TException
-
standardSchemeWriteValue
protected void standardSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException- Specified by:
standardSchemeWriteValuein classorg.apache.thrift.TUnion<TGetInfoValue,TGetInfoValue._Fields>- Throws:
org.apache.thrift.TException
-
tupleSchemeReadValue
protected Object tupleSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot, short fieldID) throws org.apache.thrift.TException
- Specified by:
tupleSchemeReadValuein classorg.apache.thrift.TUnion<TGetInfoValue,TGetInfoValue._Fields>- Throws:
org.apache.thrift.TException
-
tupleSchemeWriteValue
protected void tupleSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException- Specified by:
tupleSchemeWriteValuein classorg.apache.thrift.TUnion<TGetInfoValue,TGetInfoValue._Fields>- Throws:
org.apache.thrift.TException
-
getFieldDesc
protected org.apache.thrift.protocol.TField getFieldDesc(TGetInfoValue._Fields setField)
- Specified by:
getFieldDescin classorg.apache.thrift.TUnion<TGetInfoValue,TGetInfoValue._Fields>
-
getStructDesc
protected org.apache.thrift.protocol.TStruct getStructDesc()
- Specified by:
getStructDescin classorg.apache.thrift.TUnion<TGetInfoValue,TGetInfoValue._Fields>
-
enumForId
protected TGetInfoValue._Fields enumForId(short id)
- Specified by:
enumForIdin classorg.apache.thrift.TUnion<TGetInfoValue,TGetInfoValue._Fields>
-
fieldForId
public TGetInfoValue._Fields fieldForId(int fieldId)
-
getStringValue
public String getStringValue()
-
setStringValue
public void setStringValue(String value)
-
getSmallIntValue
public short getSmallIntValue()
-
setSmallIntValue
public void setSmallIntValue(short value)
-
getIntegerBitmask
public int getIntegerBitmask()
-
setIntegerBitmask
public void setIntegerBitmask(int value)
-
getIntegerFlag
public int getIntegerFlag()
-
setIntegerFlag
public void setIntegerFlag(int value)
-
getBinaryValue
public int getBinaryValue()
-
setBinaryValue
public void setBinaryValue(int value)
-
getLenValue
public long getLenValue()
-
setLenValue
public void setLenValue(long value)
-
isSetStringValue
public boolean isSetStringValue()
-
isSetSmallIntValue
public boolean isSetSmallIntValue()
-
isSetIntegerBitmask
public boolean isSetIntegerBitmask()
-
isSetIntegerFlag
public boolean isSetIntegerFlag()
-
isSetBinaryValue
public boolean isSetBinaryValue()
-
isSetLenValue
public boolean isSetLenValue()
-
equals
public boolean equals(TGetInfoValue other)
-
compareTo
public int compareTo(TGetInfoValue other)
-
-