Package ai.heavy.thrift.server
Class Heavy.update_custom_expression_args
- java.lang.Object
-
- ai.heavy.thrift.server.Heavy.update_custom_expression_args
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<Heavy.update_custom_expression_args>,org.apache.thrift.TBase<Heavy.update_custom_expression_args,Heavy.update_custom_expression_args._Fields>,org.apache.thrift.TSerializable
- Enclosing class:
- Heavy
public static class Heavy.update_custom_expression_args extends Object implements org.apache.thrift.TBase<Heavy.update_custom_expression_args,Heavy.update_custom_expression_args._Fields>, Serializable, Cloneable, Comparable<Heavy.update_custom_expression_args>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHeavy.update_custom_expression_args._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description Stringexpression_jsonintidstatic Map<Heavy.update_custom_expression_args._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapStringsession
-
Constructor Summary
Constructors Constructor Description update_custom_expression_args()update_custom_expression_args(Heavy.update_custom_expression_args other)Performs a deep copy on other.update_custom_expression_args(String session, int id, String expression_json)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()intcompareTo(Heavy.update_custom_expression_args other)Heavy.update_custom_expression_argsdeepCopy()booleanequals(Heavy.update_custom_expression_args that)booleanequals(Object that)Heavy.update_custom_expression_args._FieldsfieldForId(int fieldId)StringgetExpression_json()ObjectgetFieldValue(Heavy.update_custom_expression_args._Fields field)intgetId()StringgetSession()inthashCode()booleanisSet(Heavy.update_custom_expression_args._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetExpression_json()Returns true if field expression_json is set (has been assigned a value) and false otherwisebooleanisSetId()Returns true if field id is set (has been assigned a value) and false otherwisebooleanisSetSession()Returns true if field session is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)Heavy.update_custom_expression_argssetExpression_json(String expression_json)voidsetExpression_jsonIsSet(boolean value)voidsetFieldValue(Heavy.update_custom_expression_args._Fields field, Object value)Heavy.update_custom_expression_argssetId(int id)voidsetIdIsSet(boolean value)Heavy.update_custom_expression_argssetSession(String session)voidsetSessionIsSet(boolean value)StringtoString()voidunsetExpression_json()voidunsetId()voidunsetSession()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
session
public String session
-
id
public int id
-
expression_json
public String expression_json
-
metaDataMap
public static final Map<Heavy.update_custom_expression_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
update_custom_expression_args
public update_custom_expression_args()
-
update_custom_expression_args
public update_custom_expression_args(String session, int id, String expression_json)
-
update_custom_expression_args
public update_custom_expression_args(Heavy.update_custom_expression_args other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public Heavy.update_custom_expression_args deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<Heavy.update_custom_expression_args,Heavy.update_custom_expression_args._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<Heavy.update_custom_expression_args,Heavy.update_custom_expression_args._Fields>
-
getSession
public String getSession()
-
setSession
public Heavy.update_custom_expression_args setSession(String session)
-
unsetSession
public void unsetSession()
-
isSetSession
public boolean isSetSession()
Returns true if field session is set (has been assigned a value) and false otherwise
-
setSessionIsSet
public void setSessionIsSet(boolean value)
-
getId
public int getId()
-
setId
public Heavy.update_custom_expression_args setId(int id)
-
unsetId
public void unsetId()
-
isSetId
public boolean isSetId()
Returns true if field id is set (has been assigned a value) and false otherwise
-
setIdIsSet
public void setIdIsSet(boolean value)
-
getExpression_json
public String getExpression_json()
-
setExpression_json
public Heavy.update_custom_expression_args setExpression_json(String expression_json)
-
unsetExpression_json
public void unsetExpression_json()
-
isSetExpression_json
public boolean isSetExpression_json()
Returns true if field expression_json is set (has been assigned a value) and false otherwise
-
setExpression_jsonIsSet
public void setExpression_jsonIsSet(boolean value)
-
setFieldValue
public void setFieldValue(Heavy.update_custom_expression_args._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<Heavy.update_custom_expression_args,Heavy.update_custom_expression_args._Fields>
-
getFieldValue
public Object getFieldValue(Heavy.update_custom_expression_args._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<Heavy.update_custom_expression_args,Heavy.update_custom_expression_args._Fields>
-
isSet
public boolean isSet(Heavy.update_custom_expression_args._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<Heavy.update_custom_expression_args,Heavy.update_custom_expression_args._Fields>
-
equals
public boolean equals(Heavy.update_custom_expression_args that)
-
compareTo
public int compareTo(Heavy.update_custom_expression_args other)
- Specified by:
compareToin interfaceComparable<Heavy.update_custom_expression_args>
-
fieldForId
public Heavy.update_custom_expression_args._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<Heavy.update_custom_expression_args,Heavy.update_custom_expression_args._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
-
-