Package ai.heavy.thrift.server
Class Heavy.start_render_query_args
- java.lang.Object
-
- ai.heavy.thrift.server.Heavy.start_render_query_args
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<Heavy.start_render_query_args>,org.apache.thrift.TBase<Heavy.start_render_query_args,Heavy.start_render_query_args._Fields>,org.apache.thrift.TSerializable
- Enclosing class:
- Heavy
public static class Heavy.start_render_query_args extends Object implements org.apache.thrift.TBase<Heavy.start_render_query_args,Heavy.start_render_query_args._Fields>, Serializable, Cloneable, Comparable<Heavy.start_render_query_args>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHeavy.start_render_query_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 static Map<Heavy.start_render_query_args._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapshortnode_idxStringsessionStringvega_jsonlongwidget_id
-
Constructor Summary
Constructors Constructor Description start_render_query_args()start_render_query_args(Heavy.start_render_query_args other)Performs a deep copy on other.start_render_query_args(String session, long widget_id, short node_idx, String vega_json)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()intcompareTo(Heavy.start_render_query_args other)Heavy.start_render_query_argsdeepCopy()booleanequals(Heavy.start_render_query_args that)booleanequals(Object that)Heavy.start_render_query_args._FieldsfieldForId(int fieldId)ObjectgetFieldValue(Heavy.start_render_query_args._Fields field)shortgetNode_idx()StringgetSession()StringgetVega_json()longgetWidget_id()inthashCode()booleanisSet(Heavy.start_render_query_args._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetNode_idx()Returns true if field node_idx is set (has been assigned a value) and false otherwisebooleanisSetSession()Returns true if field session is set (has been assigned a value) and false otherwisebooleanisSetVega_json()Returns true if field vega_json is set (has been assigned a value) and false otherwisebooleanisSetWidget_id()Returns true if field widget_id is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)voidsetFieldValue(Heavy.start_render_query_args._Fields field, Object value)Heavy.start_render_query_argssetNode_idx(short node_idx)voidsetNode_idxIsSet(boolean value)Heavy.start_render_query_argssetSession(String session)voidsetSessionIsSet(boolean value)Heavy.start_render_query_argssetVega_json(String vega_json)voidsetVega_jsonIsSet(boolean value)Heavy.start_render_query_argssetWidget_id(long widget_id)voidsetWidget_idIsSet(boolean value)StringtoString()voidunsetNode_idx()voidunsetSession()voidunsetVega_json()voidunsetWidget_id()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
session
public String session
-
widget_id
public long widget_id
-
node_idx
public short node_idx
-
vega_json
public String vega_json
-
metaDataMap
public static final Map<Heavy.start_render_query_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
start_render_query_args
public start_render_query_args()
-
start_render_query_args
public start_render_query_args(String session, long widget_id, short node_idx, String vega_json)
-
start_render_query_args
public start_render_query_args(Heavy.start_render_query_args other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public Heavy.start_render_query_args deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<Heavy.start_render_query_args,Heavy.start_render_query_args._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<Heavy.start_render_query_args,Heavy.start_render_query_args._Fields>
-
getSession
public String getSession()
-
setSession
public Heavy.start_render_query_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)
-
getWidget_id
public long getWidget_id()
-
setWidget_id
public Heavy.start_render_query_args setWidget_id(long widget_id)
-
unsetWidget_id
public void unsetWidget_id()
-
isSetWidget_id
public boolean isSetWidget_id()
Returns true if field widget_id is set (has been assigned a value) and false otherwise
-
setWidget_idIsSet
public void setWidget_idIsSet(boolean value)
-
getNode_idx
public short getNode_idx()
-
setNode_idx
public Heavy.start_render_query_args setNode_idx(short node_idx)
-
unsetNode_idx
public void unsetNode_idx()
-
isSetNode_idx
public boolean isSetNode_idx()
Returns true if field node_idx is set (has been assigned a value) and false otherwise
-
setNode_idxIsSet
public void setNode_idxIsSet(boolean value)
-
getVega_json
public String getVega_json()
-
setVega_json
public Heavy.start_render_query_args setVega_json(String vega_json)
-
unsetVega_json
public void unsetVega_json()
-
isSetVega_json
public boolean isSetVega_json()
Returns true if field vega_json is set (has been assigned a value) and false otherwise
-
setVega_jsonIsSet
public void setVega_jsonIsSet(boolean value)
-
setFieldValue
public void setFieldValue(Heavy.start_render_query_args._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<Heavy.start_render_query_args,Heavy.start_render_query_args._Fields>
-
getFieldValue
public Object getFieldValue(Heavy.start_render_query_args._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<Heavy.start_render_query_args,Heavy.start_render_query_args._Fields>
-
isSet
public boolean isSet(Heavy.start_render_query_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.start_render_query_args,Heavy.start_render_query_args._Fields>
-
equals
public boolean equals(Heavy.start_render_query_args that)
-
compareTo
public int compareTo(Heavy.start_render_query_args other)
- Specified by:
compareToin interfaceComparable<Heavy.start_render_query_args>
-
fieldForId
public Heavy.start_render_query_args._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<Heavy.start_render_query_args,Heavy.start_render_query_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
-
-