Class Withdrawal
java.lang.Object
dev.vality.damsel.withdrawals.provider_adapter.Withdrawal
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<Withdrawal>,org.apache.thrift.TBase<Withdrawal,Withdrawal._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.2)",
date="2022-10-25")
public class Withdrawal
extends Object
implements org.apache.thrift.TBase<Withdrawal,Withdrawal._Fields>, Serializable, Cloneable, Comparable<Withdrawal>
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWithdrawal._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them. -
Field Summary
Fields Modifier and Type Field Description CashbodyDestinationdestinationStringidstatic Map<Withdrawal._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapPaymentServicepayment_serviceQuotequoteIdentityreceiverIdentitysenderStringsession_id -
Constructor Summary
Constructors Constructor Description Withdrawal()Withdrawal(Withdrawal other)Performs a deep copy on other.Withdrawal(String id, Cash body, Destination destination) -
Method Summary
Modifier and Type Method Description voidclear()intcompareTo(Withdrawal other)WithdrawaldeepCopy()booleanequals(Withdrawal that)booleanequals(Object that)Withdrawal._FieldsfieldForId(int fieldId)CashgetBody()DestinationgetDestination()Map<Withdrawal._Fields,org.apache.thrift.meta_data.FieldMetaData>getFieldMetaData()Withdrawal._Fields[]getFields()ObjectgetFieldValue(Withdrawal._Fields field)StringgetId()PaymentServicegetPaymentService()QuotegetQuote()IdentitygetReceiver()IdentitygetSender()StringgetSessionId()inthashCode()booleanisSet(Withdrawal._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetBody()Returns true if field body is set (has been assigned a value) and false otherwisebooleanisSetDestination()Returns true if field destination is set (has been assigned a value) and false otherwisebooleanisSetId()Returns true if field id is set (has been assigned a value) and false otherwisebooleanisSetPaymentService()Returns true if field payment_service is set (has been assigned a value) and false otherwisebooleanisSetQuote()Returns true if field quote is set (has been assigned a value) and false otherwisebooleanisSetReceiver()Returns true if field receiver is set (has been assigned a value) and false otherwisebooleanisSetSender()Returns true if field sender is set (has been assigned a value) and false otherwisebooleanisSetSessionId()Returns true if field session_id is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)WithdrawalsetBody(Cash body)voidsetBodyIsSet(boolean value)WithdrawalsetDestination(Destination destination)voidsetDestinationIsSet(boolean value)voidsetFieldValue(Withdrawal._Fields field, Object value)WithdrawalsetId(String id)voidsetIdIsSet(boolean value)WithdrawalsetPaymentService(PaymentService payment_service)voidsetPaymentServiceIsSet(boolean value)WithdrawalsetQuote(Quote quote)voidsetQuoteIsSet(boolean value)WithdrawalsetReceiver(Identity receiver)voidsetReceiverIsSet(boolean value)WithdrawalsetSender(Identity sender)voidsetSenderIsSet(boolean value)WithdrawalsetSessionId(String session_id)voidsetSessionIdIsSet(boolean value)StringtoString()voidunsetBody()voidunsetDestination()voidunsetId()voidunsetPaymentService()voidunsetQuote()voidunsetReceiver()voidunsetSender()voidunsetSessionId()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
Field Details
-
id
-
session_id
-
body
-
destination
-
payment_service
-
sender
-
receiver
-
quote
-
metaDataMap
-
-
Constructor Details
-
Withdrawal
public Withdrawal() -
Withdrawal
-
Withdrawal
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<Withdrawal,Withdrawal._Fields>
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.thrift.TBase<Withdrawal,Withdrawal._Fields>
-
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) -
getSessionId
-
setSessionId
-
unsetSessionId
public void unsetSessionId() -
isSetSessionId
public boolean isSetSessionId()Returns true if field session_id is set (has been assigned a value) and false otherwise -
setSessionIdIsSet
public void setSessionIdIsSet(boolean value) -
getBody
-
setBody
-
unsetBody
public void unsetBody() -
isSetBody
public boolean isSetBody()Returns true if field body is set (has been assigned a value) and false otherwise -
setBodyIsSet
public void setBodyIsSet(boolean value) -
getDestination
-
setDestination
-
unsetDestination
public void unsetDestination() -
isSetDestination
public boolean isSetDestination()Returns true if field destination is set (has been assigned a value) and false otherwise -
setDestinationIsSet
public void setDestinationIsSet(boolean value) -
getPaymentService
-
setPaymentService
-
unsetPaymentService
public void unsetPaymentService() -
isSetPaymentService
public boolean isSetPaymentService()Returns true if field payment_service is set (has been assigned a value) and false otherwise -
setPaymentServiceIsSet
public void setPaymentServiceIsSet(boolean value) -
getSender
-
setSender
-
unsetSender
public void unsetSender() -
isSetSender
public boolean isSetSender()Returns true if field sender is set (has been assigned a value) and false otherwise -
setSenderIsSet
public void setSenderIsSet(boolean value) -
getReceiver
-
setReceiver
-
unsetReceiver
public void unsetReceiver() -
isSetReceiver
public boolean isSetReceiver()Returns true if field receiver is set (has been assigned a value) and false otherwise -
setReceiverIsSet
public void setReceiverIsSet(boolean value) -
getQuote
-
setQuote
-
unsetQuote
public void unsetQuote() -
isSetQuote
public boolean isSetQuote()Returns true if field quote is set (has been assigned a value) and false otherwise -
setQuoteIsSet
public void setQuoteIsSet(boolean value) -
setFieldValue
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<Withdrawal,Withdrawal._Fields>
-
getFieldValue
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<Withdrawal,Withdrawal._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<Withdrawal,Withdrawal._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<Withdrawal>
-
fieldForId
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<Withdrawal,Withdrawal._Fields>
-
getFields
- Specified by:
getFieldsin interfaceorg.apache.thrift.TBase<Withdrawal,Withdrawal._Fields>
-
getFieldMetaData
- Specified by:
getFieldMetaDatain interfaceorg.apache.thrift.TBase<Withdrawal,Withdrawal._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
-