Class TSparkParameterValue
java.lang.Object
org.apache.thrift.TUnion<TSparkParameterValue,TSparkParameterValue._Fields>
com.databricks.jdbc.model.client.thrift.generated.TSparkParameterValue
- All Implemented Interfaces:
Serializable,Comparable<TSparkParameterValue>,org.apache.thrift.TBase<TSparkParameterValue,,TSparkParameterValue._Fields> org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.19.0)",
date="2025-05-08")
public class TSparkParameterValue
extends org.apache.thrift.TUnion<TSparkParameterValue,TSparkParameterValue._Fields>
- 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<TSparkParameterValue._Fields, org.apache.thrift.meta_data.FieldMetaData> Fields inherited from class org.apache.thrift.TUnion
setField_, value_ -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TSparkParameterValuebooleanValue(boolean value) protected voidcheckType(TSparkParameterValue._Fields setField, Object value) intcompareTo(TSparkParameterValue other) deepCopy()static TSparkParameterValuedoubleValue(double value) protected TSparkParameterValue._FieldsenumForId(short id) booleanequals(TSparkParameterValue other) booleanfieldForId(int fieldId) booleandoubleprotected org.apache.thrift.protocol.TFieldgetFieldDesc(TSparkParameterValue._Fields setField) protected org.apache.thrift.protocol.TStructinthashCode()booleanbooleanbooleanvoidsetBooleanValue(boolean value) voidsetDoubleValue(double value) voidsetStringValue(String value) protected ObjectstandardSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TField field) protected voidstandardSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot) static TSparkParameterValuestringValue(String value) protected ObjecttupleSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot, short fieldID) protected voidtupleSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot) Methods inherited from class org.apache.thrift.TUnion
clear, getFieldValue, getFieldValue, getFieldValue, getSetField, isSet, isSet, isSet, read, setFieldValue, setFieldValue, toString, write
-
Field Details
-
metaDataMap
public static final Map<TSparkParameterValue._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
TSparkParameterValue
public TSparkParameterValue() -
TSparkParameterValue
-
TSparkParameterValue
-
-
Method Details
-
deepCopy
-
stringValue
-
doubleValue
-
booleanValue
-
checkType
protected void checkType(TSparkParameterValue._Fields setField, Object value) throws ClassCastException - Specified by:
checkTypein classorg.apache.thrift.TUnion<TSparkParameterValue,TSparkParameterValue._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<TSparkParameterValue,TSparkParameterValue._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<TSparkParameterValue,TSparkParameterValue._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<TSparkParameterValue,TSparkParameterValue._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<TSparkParameterValue,TSparkParameterValue._Fields> - Throws:
org.apache.thrift.TException
-
getFieldDesc
- Specified by:
getFieldDescin classorg.apache.thrift.TUnion<TSparkParameterValue,TSparkParameterValue._Fields>
-
getStructDesc
protected org.apache.thrift.protocol.TStruct getStructDesc()- Specified by:
getStructDescin classorg.apache.thrift.TUnion<TSparkParameterValue,TSparkParameterValue._Fields>
-
enumForId
- Specified by:
enumForIdin classorg.apache.thrift.TUnion<TSparkParameterValue,TSparkParameterValue._Fields>
-
fieldForId
-
getStringValue
-
setStringValue
-
getDoubleValue
public double getDoubleValue() -
setDoubleValue
public void setDoubleValue(double value) -
getBooleanValue
public boolean getBooleanValue() -
setBooleanValue
public void setBooleanValue(boolean value) -
isSetStringValue
public boolean isSetStringValue() -
isSetDoubleValue
public boolean isSetDoubleValue() -
isSetBooleanValue
public boolean isSetBooleanValue() -
equals
-
equals
-
compareTo
-
hashCode
-