Class PayoutSearchRequest
java.lang.Object
dev.vality.damsel.payout_processing.PayoutSearchRequest
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<PayoutSearchRequest>,org.apache.thrift.TBase<PayoutSearchRequest,PayoutSearchRequest._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.2)",
date="2022-10-25")
public class PayoutSearchRequest
extends Object
implements org.apache.thrift.TBase<PayoutSearchRequest,PayoutSearchRequest._Fields>, Serializable, Cloneable, Comparable<PayoutSearchRequest>
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPayoutSearchRequest._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them. -
Field Summary
Fields Modifier and Type Field Description longfrom_idstatic Map<PayoutSearchRequest._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapPayoutSearchCriteriasearch_criteriaintsize -
Constructor Summary
Constructors Constructor Description PayoutSearchRequest()PayoutSearchRequest(PayoutSearchCriteria search_criteria)PayoutSearchRequest(PayoutSearchRequest other)Performs a deep copy on other. -
Method Summary
Modifier and Type Method Description voidclear()intcompareTo(PayoutSearchRequest other)PayoutSearchRequestdeepCopy()booleanequals(PayoutSearchRequest that)booleanequals(Object that)PayoutSearchRequest._FieldsfieldForId(int fieldId)Map<PayoutSearchRequest._Fields,org.apache.thrift.meta_data.FieldMetaData>getFieldMetaData()PayoutSearchRequest._Fields[]getFields()ObjectgetFieldValue(PayoutSearchRequest._Fields field)longgetFromId()PayoutSearchCriteriagetSearchCriteria()intgetSize()inthashCode()booleanisSet(PayoutSearchRequest._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetFromId()Returns true if field from_id is set (has been assigned a value) and false otherwisebooleanisSetSearchCriteria()Returns true if field search_criteria is set (has been assigned a value) and false otherwisebooleanisSetSize()Returns true if field size is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)voidsetFieldValue(PayoutSearchRequest._Fields field, Object value)PayoutSearchRequestsetFromId(long from_id)voidsetFromIdIsSet(boolean value)PayoutSearchRequestsetSearchCriteria(PayoutSearchCriteria search_criteria)voidsetSearchCriteriaIsSet(boolean value)PayoutSearchRequestsetSize(int size)voidsetSizeIsSet(boolean value)StringtoString()voidunsetFromId()voidunsetSearchCriteria()voidunsetSize()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
Field Details
-
search_criteria
-
from_id
public long from_id -
size
public int size -
metaDataMap
public static final Map<PayoutSearchRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
PayoutSearchRequest
public PayoutSearchRequest() -
PayoutSearchRequest
-
PayoutSearchRequest
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<PayoutSearchRequest,PayoutSearchRequest._Fields>
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.thrift.TBase<PayoutSearchRequest,PayoutSearchRequest._Fields>
-
getSearchCriteria
-
setSearchCriteria
-
unsetSearchCriteria
public void unsetSearchCriteria() -
isSetSearchCriteria
public boolean isSetSearchCriteria()Returns true if field search_criteria is set (has been assigned a value) and false otherwise -
setSearchCriteriaIsSet
public void setSearchCriteriaIsSet(boolean value) -
getFromId
public long getFromId() -
setFromId
-
unsetFromId
public void unsetFromId() -
isSetFromId
public boolean isSetFromId()Returns true if field from_id is set (has been assigned a value) and false otherwise -
setFromIdIsSet
public void setFromIdIsSet(boolean value) -
getSize
public int getSize() -
setSize
-
unsetSize
public void unsetSize() -
isSetSize
public boolean isSetSize()Returns true if field size is set (has been assigned a value) and false otherwise -
setSizeIsSet
public void setSizeIsSet(boolean value) -
setFieldValue
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<PayoutSearchRequest,PayoutSearchRequest._Fields>
-
getFieldValue
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<PayoutSearchRequest,PayoutSearchRequest._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<PayoutSearchRequest,PayoutSearchRequest._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<PayoutSearchRequest>
-
fieldForId
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<PayoutSearchRequest,PayoutSearchRequest._Fields>
-
getFields
- Specified by:
getFieldsin interfaceorg.apache.thrift.TBase<PayoutSearchRequest,PayoutSearchRequest._Fields>
-
getFieldMetaData
public Map<PayoutSearchRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> getFieldMetaData()- Specified by:
getFieldMetaDatain interfaceorg.apache.thrift.TBase<PayoutSearchRequest,PayoutSearchRequest._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
-