Class PayoutSearchResponse
java.lang.Object
dev.vality.damsel.payout_processing.PayoutSearchResponse
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<PayoutSearchResponse>,org.apache.thrift.TBase<PayoutSearchResponse,PayoutSearchResponse._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.2)",
date="2022-10-25")
public class PayoutSearchResponse
extends Object
implements org.apache.thrift.TBase<PayoutSearchResponse,PayoutSearchResponse._Fields>, Serializable, Cloneable, Comparable<PayoutSearchResponse>
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPayoutSearchResponse._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them. -
Field Summary
Fields Modifier and Type Field Description longlast_idstatic Map<PayoutSearchResponse._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapList<Payout>payouts -
Constructor Summary
Constructors Constructor Description PayoutSearchResponse()PayoutSearchResponse(PayoutSearchResponse other)Performs a deep copy on other.PayoutSearchResponse(List<Payout> payouts, long last_id) -
Method Summary
Modifier and Type Method Description voidaddToPayouts(Payout elem)voidclear()intcompareTo(PayoutSearchResponse other)PayoutSearchResponsedeepCopy()booleanequals(PayoutSearchResponse that)booleanequals(Object that)PayoutSearchResponse._FieldsfieldForId(int fieldId)Map<PayoutSearchResponse._Fields,org.apache.thrift.meta_data.FieldMetaData>getFieldMetaData()PayoutSearchResponse._Fields[]getFields()ObjectgetFieldValue(PayoutSearchResponse._Fields field)longgetLastId()List<Payout>getPayouts()Iterator<Payout>getPayoutsIterator()intgetPayoutsSize()inthashCode()booleanisSet(PayoutSearchResponse._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetLastId()Returns true if field last_id is set (has been assigned a value) and false otherwisebooleanisSetPayouts()Returns true if field payouts is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)voidsetFieldValue(PayoutSearchResponse._Fields field, Object value)PayoutSearchResponsesetLastId(long last_id)voidsetLastIdIsSet(boolean value)PayoutSearchResponsesetPayouts(List<Payout> payouts)voidsetPayoutsIsSet(boolean value)StringtoString()voidunsetLastId()voidunsetPayouts()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
Field Details
-
payouts
-
last_id
public long last_id -
metaDataMap
public static final Map<PayoutSearchResponse._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
PayoutSearchResponse
public PayoutSearchResponse() -
PayoutSearchResponse
-
PayoutSearchResponse
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<PayoutSearchResponse,PayoutSearchResponse._Fields>
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.thrift.TBase<PayoutSearchResponse,PayoutSearchResponse._Fields>
-
getPayoutsSize
public int getPayoutsSize() -
getPayoutsIterator
-
addToPayouts
-
getPayouts
-
setPayouts
-
unsetPayouts
public void unsetPayouts() -
isSetPayouts
public boolean isSetPayouts()Returns true if field payouts is set (has been assigned a value) and false otherwise -
setPayoutsIsSet
public void setPayoutsIsSet(boolean value) -
getLastId
public long getLastId() -
setLastId
-
unsetLastId
public void unsetLastId() -
isSetLastId
public boolean isSetLastId()Returns true if field last_id is set (has been assigned a value) and false otherwise -
setLastIdIsSet
public void setLastIdIsSet(boolean value) -
setFieldValue
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<PayoutSearchResponse,PayoutSearchResponse._Fields>
-
getFieldValue
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<PayoutSearchResponse,PayoutSearchResponse._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<PayoutSearchResponse,PayoutSearchResponse._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<PayoutSearchResponse>
-
fieldForId
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<PayoutSearchResponse,PayoutSearchResponse._Fields>
-
getFields
- Specified by:
getFieldsin interfaceorg.apache.thrift.TBase<PayoutSearchResponse,PayoutSearchResponse._Fields>
-
getFieldMetaData
public Map<PayoutSearchResponse._Fields,org.apache.thrift.meta_data.FieldMetaData> getFieldMetaData()- Specified by:
getFieldMetaDatain interfaceorg.apache.thrift.TBase<PayoutSearchResponse,PayoutSearchResponse._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
-
toString
-
validate
public void validate() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-