Package ai.heavy.thrift.server
Class Heavy.get_result_row_for_pixel_args
- java.lang.Object
-
- ai.heavy.thrift.server.Heavy.get_result_row_for_pixel_args
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<Heavy.get_result_row_for_pixel_args>,org.apache.thrift.TBase<Heavy.get_result_row_for_pixel_args,Heavy.get_result_row_for_pixel_args._Fields>,org.apache.thrift.TSerializable
- Enclosing class:
- Heavy
public static class Heavy.get_result_row_for_pixel_args extends Object implements org.apache.thrift.TBase<Heavy.get_result_row_for_pixel_args,Heavy.get_result_row_for_pixel_args._Fields>, Serializable, Cloneable, Comparable<Heavy.get_result_row_for_pixel_args>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHeavy.get_result_row_for_pixel_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 booleancolumn_formatstatic Map<Heavy.get_result_row_for_pixel_args._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapStringnonceTPixelpixelintpixelRadiusStringsessionMap<String,List<String>>table_col_nameslongwidget_id
-
Constructor Summary
Constructors Constructor Description get_result_row_for_pixel_args()get_result_row_for_pixel_args(Heavy.get_result_row_for_pixel_args other)Performs a deep copy on other.get_result_row_for_pixel_args(String session, long widget_id, TPixel pixel, Map<String,List<String>> table_col_names, boolean column_format, int pixelRadius, String nonce)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()intcompareTo(Heavy.get_result_row_for_pixel_args other)Heavy.get_result_row_for_pixel_argsdeepCopy()booleanequals(Heavy.get_result_row_for_pixel_args that)booleanequals(Object that)Heavy.get_result_row_for_pixel_args._FieldsfieldForId(int fieldId)ObjectgetFieldValue(Heavy.get_result_row_for_pixel_args._Fields field)StringgetNonce()TPixelgetPixel()intgetPixelRadius()StringgetSession()Map<String,List<String>>getTable_col_names()intgetTable_col_namesSize()longgetWidget_id()inthashCode()booleanisColumn_format()booleanisSet(Heavy.get_result_row_for_pixel_args._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetColumn_format()Returns true if field column_format is set (has been assigned a value) and false otherwisebooleanisSetNonce()Returns true if field nonce is set (has been assigned a value) and false otherwisebooleanisSetPixel()Returns true if field pixel is set (has been assigned a value) and false otherwisebooleanisSetPixelRadius()Returns true if field pixelRadius is set (has been assigned a value) and false otherwisebooleanisSetSession()Returns true if field session is set (has been assigned a value) and false otherwisebooleanisSetTable_col_names()Returns true if field table_col_names 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 otherwisevoidputToTable_col_names(String key, List<String> val)voidread(org.apache.thrift.protocol.TProtocol iprot)Heavy.get_result_row_for_pixel_argssetColumn_format(boolean column_format)voidsetColumn_formatIsSet(boolean value)voidsetFieldValue(Heavy.get_result_row_for_pixel_args._Fields field, Object value)Heavy.get_result_row_for_pixel_argssetNonce(String nonce)voidsetNonceIsSet(boolean value)Heavy.get_result_row_for_pixel_argssetPixel(TPixel pixel)voidsetPixelIsSet(boolean value)Heavy.get_result_row_for_pixel_argssetPixelRadius(int pixelRadius)voidsetPixelRadiusIsSet(boolean value)Heavy.get_result_row_for_pixel_argssetSession(String session)voidsetSessionIsSet(boolean value)Heavy.get_result_row_for_pixel_argssetTable_col_names(Map<String,List<String>> table_col_names)voidsetTable_col_namesIsSet(boolean value)Heavy.get_result_row_for_pixel_argssetWidget_id(long widget_id)voidsetWidget_idIsSet(boolean value)StringtoString()voidunsetColumn_format()voidunsetNonce()voidunsetPixel()voidunsetPixelRadius()voidunsetSession()voidunsetTable_col_names()voidunsetWidget_id()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
session
public String session
-
widget_id
public long widget_id
-
pixel
public TPixel pixel
-
column_format
public boolean column_format
-
pixelRadius
public int pixelRadius
-
nonce
public String nonce
-
metaDataMap
public static final Map<Heavy.get_result_row_for_pixel_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
get_result_row_for_pixel_args
public get_result_row_for_pixel_args()
-
get_result_row_for_pixel_args
public get_result_row_for_pixel_args(String session, long widget_id, TPixel pixel, Map<String,List<String>> table_col_names, boolean column_format, int pixelRadius, String nonce)
-
get_result_row_for_pixel_args
public get_result_row_for_pixel_args(Heavy.get_result_row_for_pixel_args other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public Heavy.get_result_row_for_pixel_args deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<Heavy.get_result_row_for_pixel_args,Heavy.get_result_row_for_pixel_args._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<Heavy.get_result_row_for_pixel_args,Heavy.get_result_row_for_pixel_args._Fields>
-
getSession
public String getSession()
-
setSession
public Heavy.get_result_row_for_pixel_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.get_result_row_for_pixel_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)
-
getPixel
public TPixel getPixel()
-
setPixel
public Heavy.get_result_row_for_pixel_args setPixel(TPixel pixel)
-
unsetPixel
public void unsetPixel()
-
isSetPixel
public boolean isSetPixel()
Returns true if field pixel is set (has been assigned a value) and false otherwise
-
setPixelIsSet
public void setPixelIsSet(boolean value)
-
getTable_col_namesSize
public int getTable_col_namesSize()
-
setTable_col_names
public Heavy.get_result_row_for_pixel_args setTable_col_names(Map<String,List<String>> table_col_names)
-
unsetTable_col_names
public void unsetTable_col_names()
-
isSetTable_col_names
public boolean isSetTable_col_names()
Returns true if field table_col_names is set (has been assigned a value) and false otherwise
-
setTable_col_namesIsSet
public void setTable_col_namesIsSet(boolean value)
-
isColumn_format
public boolean isColumn_format()
-
setColumn_format
public Heavy.get_result_row_for_pixel_args setColumn_format(boolean column_format)
-
unsetColumn_format
public void unsetColumn_format()
-
isSetColumn_format
public boolean isSetColumn_format()
Returns true if field column_format is set (has been assigned a value) and false otherwise
-
setColumn_formatIsSet
public void setColumn_formatIsSet(boolean value)
-
getPixelRadius
public int getPixelRadius()
-
setPixelRadius
public Heavy.get_result_row_for_pixel_args setPixelRadius(int pixelRadius)
-
unsetPixelRadius
public void unsetPixelRadius()
-
isSetPixelRadius
public boolean isSetPixelRadius()
Returns true if field pixelRadius is set (has been assigned a value) and false otherwise
-
setPixelRadiusIsSet
public void setPixelRadiusIsSet(boolean value)
-
getNonce
public String getNonce()
-
setNonce
public Heavy.get_result_row_for_pixel_args setNonce(String nonce)
-
unsetNonce
public void unsetNonce()
-
isSetNonce
public boolean isSetNonce()
Returns true if field nonce is set (has been assigned a value) and false otherwise
-
setNonceIsSet
public void setNonceIsSet(boolean value)
-
setFieldValue
public void setFieldValue(Heavy.get_result_row_for_pixel_args._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<Heavy.get_result_row_for_pixel_args,Heavy.get_result_row_for_pixel_args._Fields>
-
getFieldValue
public Object getFieldValue(Heavy.get_result_row_for_pixel_args._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<Heavy.get_result_row_for_pixel_args,Heavy.get_result_row_for_pixel_args._Fields>
-
isSet
public boolean isSet(Heavy.get_result_row_for_pixel_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.get_result_row_for_pixel_args,Heavy.get_result_row_for_pixel_args._Fields>
-
equals
public boolean equals(Heavy.get_result_row_for_pixel_args that)
-
compareTo
public int compareTo(Heavy.get_result_row_for_pixel_args other)
- Specified by:
compareToin interfaceComparable<Heavy.get_result_row_for_pixel_args>
-
fieldForId
public Heavy.get_result_row_for_pixel_args._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<Heavy.get_result_row_for_pixel_args,Heavy.get_result_row_for_pixel_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
-
-