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-11-15")
public class Row
extends Object
implements org.apache.thrift.TBase<Row,​Row._Fields>, Serializable, Cloneable, Comparable<Row>
See Also:
Serialized Form
  • Field Details

    • party_id

      public String party_id
    • shop_id

      public String shop_id
    • list_type

      public ListType list_type
      See Also:
      ListType
    • list_name

      public String list_name
    • value

      public String value
    • row_info

      public RowInfo row_info
    • id

      public IdInfo id
    • metaDataMap

      public static final Map<Row._Fields,​org.apache.thrift.meta_data.FieldMetaData> metaDataMap
  • Constructor Details

    • Row

      public Row()
    • Row

      public Row​(ListType list_type, String list_name, String value)
    • Row

      public Row​(Row other)
      Performs a deep copy on other.
  • Method Details

    • deepCopy

      public Row deepCopy()
      Specified by:
      deepCopy in interface org.apache.thrift.TBase<Row,​Row._Fields>
    • clear

      public void clear()
      Specified by:
      clear in interface org.apache.thrift.TBase<Row,​Row._Fields>
    • getPartyId

      public String getPartyId()
    • setPartyId

      public Row setPartyId​(String party_id)
    • 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

      public String getShopId()
    • setShopId

      public Row setShopId​(String shop_id)
    • 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

      public ListType getListType()
      See Also:
      ListType
    • setListType

      public Row setListType​(ListType list_type)
      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

      public String getListName()
    • setListName

      public Row setListName​(String list_name)
    • 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

      public String getValue()
    • setValue

      public Row setValue​(String value)
    • 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

      public RowInfo getRowInfo()
    • setRowInfo

      public Row setRowInfo​(RowInfo row_info)
    • 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

      public IdInfo getId()
    • setId

      public Row setId​(IdInfo 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)
    • setFieldValue

      public void setFieldValue​(Row._Fields field, Object value)
      Specified by:
      setFieldValue in interface org.apache.thrift.TBase<Row,​Row._Fields>
    • getFieldValue

      public Object getFieldValue​(Row._Fields field)
      Specified by:
      getFieldValue in interface org.apache.thrift.TBase<Row,​Row._Fields>
    • isSet

      public boolean isSet​(Row._Fields field)
      Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
      Specified by:
      isSet in interface org.apache.thrift.TBase<Row,​Row._Fields>
    • equals

      public boolean equals​(Object that)
      Overrides:
      equals in class Object
    • equals

      public boolean equals​(Row that)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • compareTo

      public int compareTo​(Row other)
      Specified by:
      compareTo in interface Comparable<Row>
    • fieldForId

      public Row._Fields fieldForId​(int fieldId)
      Specified by:
      fieldForId in interface org.apache.thrift.TBase<Row,​Row._Fields>
    • getFields

      public Row._Fields[] getFields()
      Specified by:
      getFields in interface org.apache.thrift.TBase<Row,​Row._Fields>
    • getFieldMetaData

      public Map<Row._Fields,​org.apache.thrift.meta_data.FieldMetaData> getFieldMetaData()
      Specified by:
      getFieldMetaData in interface org.apache.thrift.TBase<Row,​Row._Fields>
    • read

      public void read​(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
      Specified by:
      read in interface org.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:
      write in interface org.apache.thrift.TSerializable
      Throws:
      org.apache.thrift.TException
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • validate

      public void validate() throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException