Package ai.heavy.thrift.server
Class TPixelTableRowResult
- java.lang.Object
-
- ai.heavy.thrift.server.TPixelTableRowResult
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TPixelTableRowResult>,org.apache.thrift.TBase<TPixelTableRowResult,TPixelTableRowResult._Fields>,org.apache.thrift.TSerializable
public class TPixelTableRowResult extends Object implements org.apache.thrift.TBase<TPixelTableRowResult,TPixelTableRowResult._Fields>, Serializable, Cloneable, Comparable<TPixelTableRowResult>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTPixelTableRowResult._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Constructor Summary
Constructors Constructor Description TPixelTableRowResult()TPixelTableRowResult(TPixel pixel, String vega_table_name, List<Long> table_id, List<Long> row_id, TRowSet row_set, String nonce)TPixelTableRowResult(TPixelTableRowResult other)Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddToRow_id(long elem)voidaddToTable_id(long elem)voidclear()intcompareTo(TPixelTableRowResult other)TPixelTableRowResultdeepCopy()booleanequals(TPixelTableRowResult that)booleanequals(Object that)TPixelTableRowResult._FieldsfieldForId(int fieldId)ObjectgetFieldValue(TPixelTableRowResult._Fields field)StringgetNonce()TPixelgetPixel()List<Long>getRow_id()Iterator<Long>getRow_idIterator()intgetRow_idSize()TRowSetgetRow_set()List<Long>getTable_id()Iterator<Long>getTable_idIterator()intgetTable_idSize()StringgetVega_table_name()inthashCode()booleanisSet(TPixelTableRowResult._Fields field)Returns true if field corresponding to fieldID 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 otherwisebooleanisSetRow_id()Returns true if field row_id is set (has been assigned a value) and false otherwisebooleanisSetRow_set()Returns true if field row_set is set (has been assigned a value) and false otherwisebooleanisSetTable_id()Returns true if field table_id is set (has been assigned a value) and false otherwisebooleanisSetVega_table_name()Returns true if field vega_table_name is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)voidsetFieldValue(TPixelTableRowResult._Fields field, Object value)TPixelTableRowResultsetNonce(String nonce)voidsetNonceIsSet(boolean value)TPixelTableRowResultsetPixel(TPixel pixel)voidsetPixelIsSet(boolean value)TPixelTableRowResultsetRow_id(List<Long> row_id)voidsetRow_idIsSet(boolean value)TPixelTableRowResultsetRow_set(TRowSet row_set)voidsetRow_setIsSet(boolean value)TPixelTableRowResultsetTable_id(List<Long> table_id)voidsetTable_idIsSet(boolean value)TPixelTableRowResultsetVega_table_name(String vega_table_name)voidsetVega_table_nameIsSet(boolean value)StringtoString()voidunsetNonce()voidunsetPixel()voidunsetRow_id()voidunsetRow_set()voidunsetTable_id()voidunsetVega_table_name()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Constructor Detail
-
TPixelTableRowResult
public TPixelTableRowResult()
-
TPixelTableRowResult
public TPixelTableRowResult(TPixel pixel, String vega_table_name, List<Long> table_id, List<Long> row_id, TRowSet row_set, String nonce)
-
TPixelTableRowResult
public TPixelTableRowResult(TPixelTableRowResult other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public TPixelTableRowResult deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TPixelTableRowResult,TPixelTableRowResult._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<TPixelTableRowResult,TPixelTableRowResult._Fields>
-
getPixel
public TPixel getPixel()
-
setPixel
public TPixelTableRowResult 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)
-
getVega_table_name
public String getVega_table_name()
-
setVega_table_name
public TPixelTableRowResult setVega_table_name(String vega_table_name)
-
unsetVega_table_name
public void unsetVega_table_name()
-
isSetVega_table_name
public boolean isSetVega_table_name()
Returns true if field vega_table_name is set (has been assigned a value) and false otherwise
-
setVega_table_nameIsSet
public void setVega_table_nameIsSet(boolean value)
-
getTable_idSize
public int getTable_idSize()
-
addToTable_id
public void addToTable_id(long elem)
-
setTable_id
public TPixelTableRowResult setTable_id(List<Long> table_id)
-
unsetTable_id
public void unsetTable_id()
-
isSetTable_id
public boolean isSetTable_id()
Returns true if field table_id is set (has been assigned a value) and false otherwise
-
setTable_idIsSet
public void setTable_idIsSet(boolean value)
-
getRow_idSize
public int getRow_idSize()
-
addToRow_id
public void addToRow_id(long elem)
-
setRow_id
public TPixelTableRowResult setRow_id(List<Long> row_id)
-
unsetRow_id
public void unsetRow_id()
-
isSetRow_id
public boolean isSetRow_id()
Returns true if field row_id is set (has been assigned a value) and false otherwise
-
setRow_idIsSet
public void setRow_idIsSet(boolean value)
-
getRow_set
public TRowSet getRow_set()
-
setRow_set
public TPixelTableRowResult setRow_set(TRowSet row_set)
-
unsetRow_set
public void unsetRow_set()
-
isSetRow_set
public boolean isSetRow_set()
Returns true if field row_set is set (has been assigned a value) and false otherwise
-
setRow_setIsSet
public void setRow_setIsSet(boolean value)
-
getNonce
public String getNonce()
-
setNonce
public TPixelTableRowResult 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(TPixelTableRowResult._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TPixelTableRowResult,TPixelTableRowResult._Fields>
-
getFieldValue
public Object getFieldValue(TPixelTableRowResult._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TPixelTableRowResult,TPixelTableRowResult._Fields>
-
isSet
public boolean isSet(TPixelTableRowResult._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<TPixelTableRowResult,TPixelTableRowResult._Fields>
-
equals
public boolean equals(TPixelTableRowResult that)
-
compareTo
public int compareTo(TPixelTableRowResult other)
- Specified by:
compareToin interfaceComparable<TPixelTableRowResult>
-
fieldForId
public TPixelTableRowResult._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TPixelTableRowResult,TPixelTableRowResult._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
-
-