Package dev.vality.damsel.domain
Class InternationalBankAccount
java.lang.Object
dev.vality.damsel.domain.InternationalBankAccount
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<InternationalBankAccount>,org.apache.thrift.TBase<InternationalBankAccount,InternationalBankAccount._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.2)",
date="2022-10-25")
public class InternationalBankAccount
extends Object
implements org.apache.thrift.TBase<InternationalBankAccount,InternationalBankAccount._Fields>, Serializable, Cloneable, Comparable<InternationalBankAccount>
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInternationalBankAccount._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them. -
Field Summary
Fields Modifier and Type Field Description Stringaccount_holderInternationalBankDetailsbankInternationalBankAccountcorrespondent_accountStringibanstatic Map<InternationalBankAccount._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapStringnumber -
Constructor Summary
Constructors Constructor Description InternationalBankAccount()InternationalBankAccount(InternationalBankAccount other)Performs a deep copy on other. -
Method Summary
Modifier and Type Method Description voidclear()intcompareTo(InternationalBankAccount other)InternationalBankAccountdeepCopy()booleanequals(InternationalBankAccount that)booleanequals(Object that)InternationalBankAccount._FieldsfieldForId(int fieldId)StringgetAccountHolder()InternationalBankDetailsgetBank()InternationalBankAccountgetCorrespondentAccount()Map<InternationalBankAccount._Fields,org.apache.thrift.meta_data.FieldMetaData>getFieldMetaData()InternationalBankAccount._Fields[]getFields()ObjectgetFieldValue(InternationalBankAccount._Fields field)StringgetIban()StringgetNumber()inthashCode()booleanisSet(InternationalBankAccount._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetAccountHolder()Returns true if field account_holder is set (has been assigned a value) and false otherwisebooleanisSetBank()Returns true if field bank is set (has been assigned a value) and false otherwisebooleanisSetCorrespondentAccount()Returns true if field correspondent_account is set (has been assigned a value) and false otherwisebooleanisSetIban()Returns true if field iban is set (has been assigned a value) and false otherwisebooleanisSetNumber()Returns true if field number is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)InternationalBankAccountsetAccountHolder(String account_holder)voidsetAccountHolderIsSet(boolean value)InternationalBankAccountsetBank(InternationalBankDetails bank)voidsetBankIsSet(boolean value)InternationalBankAccountsetCorrespondentAccount(InternationalBankAccount correspondent_account)voidsetCorrespondentAccountIsSet(boolean value)voidsetFieldValue(InternationalBankAccount._Fields field, Object value)InternationalBankAccountsetIban(String iban)voidsetIbanIsSet(boolean value)InternationalBankAccountsetNumber(String number)voidsetNumberIsSet(boolean value)StringtoString()voidunsetAccountHolder()voidunsetBank()voidunsetCorrespondentAccount()voidunsetIban()voidunsetNumber()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
Field Details
-
number
-
bank
-
correspondent_account
-
iban
-
account_holder
-
metaDataMap
public static final Map<InternationalBankAccount._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
InternationalBankAccount
public InternationalBankAccount() -
InternationalBankAccount
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<InternationalBankAccount,InternationalBankAccount._Fields>
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.thrift.TBase<InternationalBankAccount,InternationalBankAccount._Fields>
-
getNumber
-
setNumber
-
unsetNumber
public void unsetNumber() -
isSetNumber
public boolean isSetNumber()Returns true if field number is set (has been assigned a value) and false otherwise -
setNumberIsSet
public void setNumberIsSet(boolean value) -
getBank
-
setBank
-
unsetBank
public void unsetBank() -
isSetBank
public boolean isSetBank()Returns true if field bank is set (has been assigned a value) and false otherwise -
setBankIsSet
public void setBankIsSet(boolean value) -
getCorrespondentAccount
-
setCorrespondentAccount
public InternationalBankAccount setCorrespondentAccount(InternationalBankAccount correspondent_account) -
unsetCorrespondentAccount
public void unsetCorrespondentAccount() -
isSetCorrespondentAccount
public boolean isSetCorrespondentAccount()Returns true if field correspondent_account is set (has been assigned a value) and false otherwise -
setCorrespondentAccountIsSet
public void setCorrespondentAccountIsSet(boolean value) -
getIban
-
setIban
-
unsetIban
public void unsetIban() -
isSetIban
public boolean isSetIban()Returns true if field iban is set (has been assigned a value) and false otherwise -
setIbanIsSet
public void setIbanIsSet(boolean value) -
getAccountHolder
-
setAccountHolder
-
unsetAccountHolder
public void unsetAccountHolder() -
isSetAccountHolder
public boolean isSetAccountHolder()Returns true if field account_holder is set (has been assigned a value) and false otherwise -
setAccountHolderIsSet
public void setAccountHolderIsSet(boolean value) -
setFieldValue
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<InternationalBankAccount,InternationalBankAccount._Fields>
-
getFieldValue
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<InternationalBankAccount,InternationalBankAccount._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<InternationalBankAccount,InternationalBankAccount._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<InternationalBankAccount>
-
fieldForId
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<InternationalBankAccount,InternationalBankAccount._Fields>
-
getFields
- Specified by:
getFieldsin interfaceorg.apache.thrift.TBase<InternationalBankAccount,InternationalBankAccount._Fields>
-
getFieldMetaData
public Map<InternationalBankAccount._Fields,org.apache.thrift.meta_data.FieldMetaData> getFieldMetaData()- Specified by:
getFieldMetaDatain interfaceorg.apache.thrift.TBase<InternationalBankAccount,InternationalBankAccount._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
-