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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTSparkParameterValue._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<TSparkParameterValue._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMap
-
Constructor Summary
Constructors Constructor Description TSparkParameterValue()TSparkParameterValue(TSparkParameterValue other)TSparkParameterValue(TSparkParameterValue._Fields setField, Object value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TSparkParameterValuebooleanValue(boolean value)protected voidcheckType(TSparkParameterValue._Fields setField, Object value)intcompareTo(TSparkParameterValue other)TSparkParameterValuedeepCopy()static TSparkParameterValuedoubleValue(double value)protected TSparkParameterValue._FieldsenumForId(short id)booleanequals(TSparkParameterValue other)booleanequals(Object other)TSparkParameterValue._FieldsfieldForId(int fieldId)booleangetBooleanValue()doublegetDoubleValue()protected org.apache.thrift.protocol.TFieldgetFieldDesc(TSparkParameterValue._Fields setField)StringgetStringValue()protected org.apache.thrift.protocol.TStructgetStructDesc()inthashCode()booleanisSetBooleanValue()booleanisSetDoubleValue()booleanisSetStringValue()voidsetBooleanValue(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)
-
-
-
Field Detail
-
metaDataMap
public static final Map<TSparkParameterValue._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
TSparkParameterValue
public TSparkParameterValue()
-
TSparkParameterValue
public TSparkParameterValue(TSparkParameterValue._Fields setField, Object value)
-
TSparkParameterValue
public TSparkParameterValue(TSparkParameterValue other)
-
-
Method Detail
-
deepCopy
public TSparkParameterValue deepCopy()
-
stringValue
public static TSparkParameterValue stringValue(String value)
-
doubleValue
public static TSparkParameterValue doubleValue(double value)
-
booleanValue
public static TSparkParameterValue booleanValue(boolean value)
-
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
protected org.apache.thrift.protocol.TField getFieldDesc(TSparkParameterValue._Fields setField)
- 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
protected TSparkParameterValue._Fields enumForId(short id)
- Specified by:
enumForIdin classorg.apache.thrift.TUnion<TSparkParameterValue,TSparkParameterValue._Fields>
-
fieldForId
public TSparkParameterValue._Fields fieldForId(int fieldId)
-
getStringValue
public String getStringValue()
-
setStringValue
public void setStringValue(String value)
-
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
public boolean equals(TSparkParameterValue other)
-
compareTo
public int compareTo(TSparkParameterValue other)
-
-