Package dev.vality.damsel.wb_list
Class Row
java.lang.Object
dev.vality.damsel.wb_list.Row
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<Row>,org.apache.thrift.TBase<Row,Row._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.2)",
date="2022-01-12")
public class Row
extends Object
implements org.apache.thrift.TBase<Row,Row._Fields>, Serializable, Cloneable, Comparable<Row>
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRow._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them. -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description voidclear()intcompareTo(Row other)RowdeepCopy()booleanequals(Row that)booleanequals(Object that)Row._FieldsfieldForId(int fieldId)Map<Row._Fields,org.apache.thrift.meta_data.FieldMetaData>getFieldMetaData()Row._Fields[]getFields()ObjectgetFieldValue(Row._Fields field)IdInfogetId()StringgetListName()ListTypegetListType()StringgetPartyId()RowInfogetRowInfo()StringgetShopId()StringgetValue()inthashCode()booleanisSet(Row._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetId()Returns true if field id is set (has been assigned a value) and false otherwisebooleanisSetListName()Returns true if field list_name is set (has been assigned a value) and false otherwisebooleanisSetListType()Returns true if field list_type is set (has been assigned a value) and false otherwisebooleanisSetPartyId()Returns true if field party_id is set (has been assigned a value) and false otherwisebooleanisSetRowInfo()Returns true if field row_info is set (has been assigned a value) and false otherwisebooleanisSetShopId()Returns true if field shop_id is set (has been assigned a value) and false otherwisebooleanisSetValue()Returns true if field value is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)voidsetFieldValue(Row._Fields field, Object value)RowsetId(IdInfo id)voidsetIdIsSet(boolean value)RowsetListName(String list_name)voidsetListNameIsSet(boolean value)RowsetListType(ListType list_type)voidsetListTypeIsSet(boolean value)RowsetPartyId(String party_id)voidsetPartyIdIsSet(boolean value)RowsetRowInfo(RowInfo row_info)voidsetRowInfoIsSet(boolean value)RowsetShopId(String shop_id)voidsetShopIdIsSet(boolean value)RowsetValue(String value)voidsetValueIsSet(boolean value)StringtoString()voidunsetId()voidunsetListName()voidunsetListType()voidunsetPartyId()voidunsetRowInfo()voidunsetShopId()voidunsetValue()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
Field Details
-
party_id
-
shop_id
-
list_type
- See Also:
ListType
-
list_name
-
value
-
row_info
-
id
-
metaDataMap
-
-
Constructor Details
-
Row
public Row() -
Row
-
Row
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<Row,Row._Fields>
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.thrift.TBase<Row,Row._Fields>
-
getPartyId
-
setPartyId
-
unsetPartyId
public void unsetPartyId() -
isSetPartyId
public boolean isSetPartyId()Returns true if field party_id is set (has been assigned a value) and false otherwise -
setPartyIdIsSet
public void setPartyIdIsSet(boolean value) -
getShopId
-
setShopId
-
unsetShopId
public void unsetShopId() -
isSetShopId
public boolean isSetShopId()Returns true if field shop_id is set (has been assigned a value) and false otherwise -
setShopIdIsSet
public void setShopIdIsSet(boolean value) -
getListType
- See Also:
ListType
-
setListType
- See Also:
ListType
-
unsetListType
public void unsetListType() -
isSetListType
public boolean isSetListType()Returns true if field list_type is set (has been assigned a value) and false otherwise -
setListTypeIsSet
public void setListTypeIsSet(boolean value) -
getListName
-
setListName
-
unsetListName
public void unsetListName() -
isSetListName
public boolean isSetListName()Returns true if field list_name is set (has been assigned a value) and false otherwise -
setListNameIsSet
public void setListNameIsSet(boolean value) -
getValue
-
setValue
-
unsetValue
public void unsetValue() -
isSetValue
public boolean isSetValue()Returns true if field value is set (has been assigned a value) and false otherwise -
setValueIsSet
public void setValueIsSet(boolean value) -
getRowInfo
-
setRowInfo
-
unsetRowInfo
public void unsetRowInfo() -
isSetRowInfo
public boolean isSetRowInfo()Returns true if field row_info is set (has been assigned a value) and false otherwise -
setRowInfoIsSet
public void setRowInfoIsSet(boolean value) -
getId
-
setId
-
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) -
setFieldValue
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<Row,Row._Fields>
-
getFieldValue
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<Row,Row._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<Row,Row._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<Row>
-
fieldForId
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<Row,Row._Fields>
-
getFields
-
getFieldMetaData
-
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
-