Class InternationalPayoutAccount
java.lang.Object
dev.vality.damsel.payout_processing.InternationalPayoutAccount
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<InternationalPayoutAccount>,org.apache.thrift.TBase<InternationalPayoutAccount,InternationalPayoutAccount._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.2)",
date="2022-10-25")
public class InternationalPayoutAccount
extends Object
implements org.apache.thrift.TBase<InternationalPayoutAccount,InternationalPayoutAccount._Fields>, Serializable, Cloneable, Comparable<InternationalPayoutAccount>
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInternationalPayoutAccount._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them. -
Field Summary
Fields Modifier and Type Field Description InternationalBankAccountbank_accountLegalAgreementlegal_agreementInternationalLegalEntitylegal_entitystatic Map<InternationalPayoutAccount._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapStringpurpose -
Constructor Summary
Constructors Constructor Description InternationalPayoutAccount()InternationalPayoutAccount(InternationalBankAccount bank_account, InternationalLegalEntity legal_entity, String purpose, LegalAgreement legal_agreement)InternationalPayoutAccount(InternationalPayoutAccount other)Performs a deep copy on other. -
Method Summary
Modifier and Type Method Description voidclear()intcompareTo(InternationalPayoutAccount other)InternationalPayoutAccountdeepCopy()booleanequals(InternationalPayoutAccount that)booleanequals(Object that)InternationalPayoutAccount._FieldsfieldForId(int fieldId)InternationalBankAccountgetBankAccount()Map<InternationalPayoutAccount._Fields,org.apache.thrift.meta_data.FieldMetaData>getFieldMetaData()InternationalPayoutAccount._Fields[]getFields()ObjectgetFieldValue(InternationalPayoutAccount._Fields field)LegalAgreementgetLegalAgreement()InternationalLegalEntitygetLegalEntity()StringgetPurpose()inthashCode()booleanisSet(InternationalPayoutAccount._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetBankAccount()Returns true if field bank_account is set (has been assigned a value) and false otherwisebooleanisSetLegalAgreement()Returns true if field legal_agreement is set (has been assigned a value) and false otherwisebooleanisSetLegalEntity()Returns true if field legal_entity is set (has been assigned a value) and false otherwisebooleanisSetPurpose()Returns true if field purpose is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)InternationalPayoutAccountsetBankAccount(InternationalBankAccount bank_account)voidsetBankAccountIsSet(boolean value)voidsetFieldValue(InternationalPayoutAccount._Fields field, Object value)InternationalPayoutAccountsetLegalAgreement(LegalAgreement legal_agreement)voidsetLegalAgreementIsSet(boolean value)InternationalPayoutAccountsetLegalEntity(InternationalLegalEntity legal_entity)voidsetLegalEntityIsSet(boolean value)InternationalPayoutAccountsetPurpose(String purpose)voidsetPurposeIsSet(boolean value)StringtoString()voidunsetBankAccount()voidunsetLegalAgreement()voidunsetLegalEntity()voidunsetPurpose()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
Field Details
-
bank_account
-
legal_entity
-
purpose
-
legal_agreement
-
metaDataMap
public static final Map<InternationalPayoutAccount._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
InternationalPayoutAccount
public InternationalPayoutAccount() -
InternationalPayoutAccount
public InternationalPayoutAccount(InternationalBankAccount bank_account, InternationalLegalEntity legal_entity, String purpose, LegalAgreement legal_agreement) -
InternationalPayoutAccount
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<InternationalPayoutAccount,InternationalPayoutAccount._Fields>
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.thrift.TBase<InternationalPayoutAccount,InternationalPayoutAccount._Fields>
-
getBankAccount
-
setBankAccount
-
unsetBankAccount
public void unsetBankAccount() -
isSetBankAccount
public boolean isSetBankAccount()Returns true if field bank_account is set (has been assigned a value) and false otherwise -
setBankAccountIsSet
public void setBankAccountIsSet(boolean value) -
getLegalEntity
-
setLegalEntity
-
unsetLegalEntity
public void unsetLegalEntity() -
isSetLegalEntity
public boolean isSetLegalEntity()Returns true if field legal_entity is set (has been assigned a value) and false otherwise -
setLegalEntityIsSet
public void setLegalEntityIsSet(boolean value) -
getPurpose
-
setPurpose
-
unsetPurpose
public void unsetPurpose() -
isSetPurpose
public boolean isSetPurpose()Returns true if field purpose is set (has been assigned a value) and false otherwise -
setPurposeIsSet
public void setPurposeIsSet(boolean value) -
getLegalAgreement
-
setLegalAgreement
-
unsetLegalAgreement
public void unsetLegalAgreement() -
isSetLegalAgreement
public boolean isSetLegalAgreement()Returns true if field legal_agreement is set (has been assigned a value) and false otherwise -
setLegalAgreementIsSet
public void setLegalAgreementIsSet(boolean value) -
setFieldValue
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<InternationalPayoutAccount,InternationalPayoutAccount._Fields>
-
getFieldValue
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<InternationalPayoutAccount,InternationalPayoutAccount._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<InternationalPayoutAccount,InternationalPayoutAccount._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<InternationalPayoutAccount>
-
fieldForId
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<InternationalPayoutAccount,InternationalPayoutAccount._Fields>
-
getFields
- Specified by:
getFieldsin interfaceorg.apache.thrift.TBase<InternationalPayoutAccount,InternationalPayoutAccount._Fields>
-
getFieldMetaData
public Map<InternationalPayoutAccount._Fields,org.apache.thrift.meta_data.FieldMetaData> getFieldMetaData()- Specified by:
getFieldMetaDatain interfaceorg.apache.thrift.TBase<InternationalPayoutAccount,InternationalPayoutAccount._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
-