Package dev.vality.damsel.domain
Class InternationalBankDetails
java.lang.Object
dev.vality.damsel.domain.InternationalBankDetails
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<InternationalBankDetails>,org.apache.thrift.TBase<InternationalBankDetails,InternationalBankDetails._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.2)",
date="2022-10-25")
public class InternationalBankDetails
extends Object
implements org.apache.thrift.TBase<InternationalBankDetails,InternationalBankDetails._Fields>, Serializable, Cloneable, Comparable<InternationalBankDetails>
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInternationalBankDetails._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them. -
Field Summary
Fields Modifier and Type Field Description Stringaba_rtnStringaddressStringbicCountryCodecountrystatic Map<InternationalBankDetails._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapStringname -
Constructor Summary
Constructors Constructor Description InternationalBankDetails()InternationalBankDetails(InternationalBankDetails other)Performs a deep copy on other. -
Method Summary
Modifier and Type Method Description voidclear()intcompareTo(InternationalBankDetails other)InternationalBankDetailsdeepCopy()booleanequals(InternationalBankDetails that)booleanequals(Object that)InternationalBankDetails._FieldsfieldForId(int fieldId)StringgetAbaRtn()StringgetAddress()StringgetBic()CountryCodegetCountry()Map<InternationalBankDetails._Fields,org.apache.thrift.meta_data.FieldMetaData>getFieldMetaData()InternationalBankDetails._Fields[]getFields()ObjectgetFieldValue(InternationalBankDetails._Fields field)StringgetName()inthashCode()booleanisSet(InternationalBankDetails._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetAbaRtn()Returns true if field aba_rtn is set (has been assigned a value) and false otherwisebooleanisSetAddress()Returns true if field address is set (has been assigned a value) and false otherwisebooleanisSetBic()Returns true if field bic is set (has been assigned a value) and false otherwisebooleanisSetCountry()Returns true if field country is set (has been assigned a value) and false otherwisebooleanisSetName()Returns true if field name is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)InternationalBankDetailssetAbaRtn(String aba_rtn)voidsetAbaRtnIsSet(boolean value)InternationalBankDetailssetAddress(String address)voidsetAddressIsSet(boolean value)InternationalBankDetailssetBic(String bic)voidsetBicIsSet(boolean value)InternationalBankDetailssetCountry(CountryCode country)voidsetCountryIsSet(boolean value)voidsetFieldValue(InternationalBankDetails._Fields field, Object value)InternationalBankDetailssetName(String name)voidsetNameIsSet(boolean value)StringtoString()voidunsetAbaRtn()voidunsetAddress()voidunsetBic()voidunsetCountry()voidunsetName()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
Field Details
-
bic
-
country
-
name
-
address
-
aba_rtn
-
metaDataMap
public static final Map<InternationalBankDetails._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
InternationalBankDetails
public InternationalBankDetails() -
InternationalBankDetails
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<InternationalBankDetails,InternationalBankDetails._Fields>
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.thrift.TBase<InternationalBankDetails,InternationalBankDetails._Fields>
-
getBic
-
setBic
-
unsetBic
public void unsetBic() -
isSetBic
public boolean isSetBic()Returns true if field bic is set (has been assigned a value) and false otherwise -
setBicIsSet
public void setBicIsSet(boolean value) -
getCountry
-
setCountry
-
unsetCountry
public void unsetCountry() -
isSetCountry
public boolean isSetCountry()Returns true if field country is set (has been assigned a value) and false otherwise -
setCountryIsSet
public void setCountryIsSet(boolean value) -
getName
-
setName
-
unsetName
public void unsetName() -
isSetName
public boolean isSetName()Returns true if field name is set (has been assigned a value) and false otherwise -
setNameIsSet
public void setNameIsSet(boolean value) -
getAddress
-
setAddress
-
unsetAddress
public void unsetAddress() -
isSetAddress
public boolean isSetAddress()Returns true if field address is set (has been assigned a value) and false otherwise -
setAddressIsSet
public void setAddressIsSet(boolean value) -
getAbaRtn
-
setAbaRtn
-
unsetAbaRtn
public void unsetAbaRtn() -
isSetAbaRtn
public boolean isSetAbaRtn()Returns true if field aba_rtn is set (has been assigned a value) and false otherwise -
setAbaRtnIsSet
public void setAbaRtnIsSet(boolean value) -
setFieldValue
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<InternationalBankDetails,InternationalBankDetails._Fields>
-
getFieldValue
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<InternationalBankDetails,InternationalBankDetails._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<InternationalBankDetails,InternationalBankDetails._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<InternationalBankDetails>
-
fieldForId
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<InternationalBankDetails,InternationalBankDetails._Fields>
-
getFields
- Specified by:
getFieldsin interfaceorg.apache.thrift.TBase<InternationalBankDetails,InternationalBankDetails._Fields>
-
getFieldMetaData
public Map<InternationalBankDetails._Fields,org.apache.thrift.meta_data.FieldMetaData> getFieldMetaData()- Specified by:
getFieldMetaDatain interfaceorg.apache.thrift.TBase<InternationalBankDetails,InternationalBankDetails._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
-