Class TForecastReq
java.lang.Object
org.apache.iotdb.ainode.rpc.thrift.TForecastReq
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TForecastReq>,org.apache.thrift.TBase<TForecastReq,,TForecastReq._Fields> org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.1)",
date="2025-07-03")
public class TForecastReq
extends Object
implements org.apache.thrift.TBase<TForecastReq,TForecastReq._Fields>, Serializable, Cloneable, Comparable<TForecastReq>
- 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<TForecastReq._Fields,org.apache.thrift.meta_data.FieldMetaData> int -
Constructor Summary
ConstructorsConstructorDescriptionTForecastReq(String modelId, ByteBuffer inputData, int outputLength) TForecastReq(TForecastReq other) Performs a deep copy on other. -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()intcompareTo(TForecastReq other) deepCopy()booleanbooleanequals(TForecastReq that) fieldForId(int fieldId) byte[]intintinthashCode()booleanisSet(TForecastReq._Fields field) Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanReturns true if field inputData is set (has been assigned a value) and false otherwisebooleanReturns true if field modelId is set (has been assigned a value) and false otherwisebooleanReturns true if field options is set (has been assigned a value) and false otherwisebooleanReturns true if field outputLength is set (has been assigned a value) and false otherwisevoidputToOptions(String key, String val) voidread(org.apache.thrift.protocol.TProtocol iprot) voidsetFieldValue(TForecastReq._Fields field, Object value) setInputData(byte[] inputData) setInputData(ByteBuffer inputData) voidsetInputDataIsSet(boolean value) setModelId(String modelId) voidsetModelIdIsSet(boolean value) setOptions(Map<String, String> options) voidsetOptionsIsSet(boolean value) setOutputLength(int outputLength) voidsetOutputLengthIsSet(boolean value) toString()voidvoidvoidvoidvoidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
Field Details
-
modelId
-
inputData
-
outputLength
public int outputLength -
options
-
metaDataMap
-
-
Constructor Details
-
TForecastReq
public TForecastReq() -
TForecastReq
-
TForecastReq
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TForecastReq,TForecastReq._Fields>
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.thrift.TBase<TForecastReq,TForecastReq._Fields>
-
getModelId
-
setModelId
-
unsetModelId
public void unsetModelId() -
isSetModelId
public boolean isSetModelId()Returns true if field modelId is set (has been assigned a value) and false otherwise -
setModelIdIsSet
public void setModelIdIsSet(boolean value) -
getInputData
public byte[] getInputData() -
bufferForInputData
-
setInputData
-
setInputData
-
unsetInputData
public void unsetInputData() -
isSetInputData
public boolean isSetInputData()Returns true if field inputData is set (has been assigned a value) and false otherwise -
setInputDataIsSet
public void setInputDataIsSet(boolean value) -
getOutputLength
public int getOutputLength() -
setOutputLength
-
unsetOutputLength
public void unsetOutputLength() -
isSetOutputLength
public boolean isSetOutputLength()Returns true if field outputLength is set (has been assigned a value) and false otherwise -
setOutputLengthIsSet
public void setOutputLengthIsSet(boolean value) -
getOptionsSize
public int getOptionsSize() -
putToOptions
-
getOptions
-
setOptions
-
unsetOptions
public void unsetOptions() -
isSetOptions
public boolean isSetOptions()Returns true if field options is set (has been assigned a value) and false otherwise -
setOptionsIsSet
public void setOptionsIsSet(boolean value) -
setFieldValue
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TForecastReq,TForecastReq._Fields>
-
getFieldValue
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TForecastReq,TForecastReq._Fields>
-
isSet
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSetin interfaceorg.apache.thrift.TBase<TForecastReq,TForecastReq._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<TForecastReq>
-
fieldForId
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TForecastReq,TForecastReq._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
-
toString
-
validate
public void validate() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-