Class ExternalBankAccountPiiInnerAddressesInnerBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.ExternalBankAccountPiiInnerAddressesInnerBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-05-15T00:10:14.076679Z[Etc/UTC]") public class ExternalBankAccountPiiInnerAddressesInnerBankModel extends Object
ExternalBankAccountPiiInnerAddressesInnerBankModel
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CITYstatic StringJSON_PROPERTY_COUNTRY_CODEstatic StringJSON_PROPERTY_POSTAL_CODEstatic StringJSON_PROPERTY_STREETstatic StringJSON_PROPERTY_STREET2static StringJSON_PROPERTY_SUBDIVISION
-
Constructor Summary
Constructors Constructor Description ExternalBankAccountPiiInnerAddressesInnerBankModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExternalBankAccountPiiInnerAddressesInnerBankModelcity(String city)ExternalBankAccountPiiInnerAddressesInnerBankModelcountryCode(String countryCode)booleanequals(Object o)StringgetCity()The city of the address.org.openapitools.jackson.nullable.JsonNullable<String>getCity_JsonNullable()StringgetCountryCode()The ISO 3166 country 2-Alpha country code of the address.org.openapitools.jackson.nullable.JsonNullable<String>getCountryCode_JsonNullable()StringgetPostalCode()The postal/post/zip code of the address; not used by all countries.org.openapitools.jackson.nullable.JsonNullable<String>getPostalCode_JsonNullable()StringgetStreet()The first line of the address.org.openapitools.jackson.nullable.JsonNullable<String>getStreet_JsonNullable()StringgetStreet2()The optional second line of the address.org.openapitools.jackson.nullable.JsonNullable<String>getStreet2_JsonNullable()StringgetSubdivision()The ISO 3166-2 subdivision code of the address; not used by all countries.org.openapitools.jackson.nullable.JsonNullable<String>getSubdivision_JsonNullable()inthashCode()ExternalBankAccountPiiInnerAddressesInnerBankModelpostalCode(String postalCode)voidsetCity(String city)voidsetCity_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> city)voidsetCountryCode(String countryCode)voidsetCountryCode_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> countryCode)voidsetPostalCode(String postalCode)voidsetPostalCode_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> postalCode)voidsetStreet(String street)voidsetStreet_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> street)voidsetStreet2(String street2)voidsetStreet2_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> street2)voidsetSubdivision(String subdivision)voidsetSubdivision_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> subdivision)ExternalBankAccountPiiInnerAddressesInnerBankModelstreet(String street)ExternalBankAccountPiiInnerAddressesInnerBankModelstreet2(String street2)ExternalBankAccountPiiInnerAddressesInnerBankModelsubdivision(String subdivision)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_STREET
public static final String JSON_PROPERTY_STREET
- See Also:
- Constant Field Values
-
JSON_PROPERTY_STREET2
public static final String JSON_PROPERTY_STREET2
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CITY
public static final String JSON_PROPERTY_CITY
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SUBDIVISION
public static final String JSON_PROPERTY_SUBDIVISION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_POSTAL_CODE
public static final String JSON_PROPERTY_POSTAL_CODE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_COUNTRY_CODE
public static final String JSON_PROPERTY_COUNTRY_CODE
- See Also:
- Constant Field Values
-
-
Method Detail
-
street
public ExternalBankAccountPiiInnerAddressesInnerBankModel street(String street)
-
getStreet_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getStreet_JsonNullable()
-
setStreet_JsonNullable
public void setStreet_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> street)
-
setStreet
public void setStreet(String street)
-
street2
public ExternalBankAccountPiiInnerAddressesInnerBankModel street2(String street2)
-
getStreet2
@Nullable public String getStreet2()
The optional second line of the address.- Returns:
- street2
-
getStreet2_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getStreet2_JsonNullable()
-
setStreet2_JsonNullable
public void setStreet2_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> street2)
-
setStreet2
public void setStreet2(String street2)
-
city
public ExternalBankAccountPiiInnerAddressesInnerBankModel city(String city)
-
getCity_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getCity_JsonNullable()
-
setCity_JsonNullable
public void setCity_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> city)
-
setCity
public void setCity(String city)
-
subdivision
public ExternalBankAccountPiiInnerAddressesInnerBankModel subdivision(String subdivision)
-
getSubdivision
@Nullable public String getSubdivision()
The ISO 3166-2 subdivision code of the address; not used by all countries.- Returns:
- subdivision
-
getSubdivision_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getSubdivision_JsonNullable()
-
setSubdivision_JsonNullable
public void setSubdivision_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> subdivision)
-
setSubdivision
public void setSubdivision(String subdivision)
-
postalCode
public ExternalBankAccountPiiInnerAddressesInnerBankModel postalCode(String postalCode)
-
getPostalCode
@Nullable public String getPostalCode()
The postal/post/zip code of the address; not used by all countries.- Returns:
- postalCode
-
getPostalCode_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getPostalCode_JsonNullable()
-
setPostalCode_JsonNullable
public void setPostalCode_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> postalCode)
-
setPostalCode
public void setPostalCode(String postalCode)
-
countryCode
public ExternalBankAccountPiiInnerAddressesInnerBankModel countryCode(String countryCode)
-
getCountryCode
@Nullable public String getCountryCode()
The ISO 3166 country 2-Alpha country code of the address.- Returns:
- countryCode
-
getCountryCode_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getCountryCode_JsonNullable()
-
setCountryCode_JsonNullable
public void setCountryCode_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> countryCode)
-
setCountryCode
public void setCountryCode(String countryCode)
-
-