Package software.xdev.brevo.model
Class MasterDetailsResponseBillingInfoAddress
java.lang.Object
software.xdev.brevo.model.MasterDetailsResponseBillingInfoAddress
Billing address of master account
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncountryCode(String countryCode) booleanCountry codeLocalityPostal codeState codeStreet addressinthashCode()postalCode(String postalCode) voidsetCountryCode(String countryCode) voidsetLocality(String locality) voidsetPostalCode(String postalCode) voidsetStateCode(String stateCode) voidsetStreetAddress(String streetAddress) streetAddress(String streetAddress) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_STREET_ADDRESS
- See Also:
-
JSON_PROPERTY_LOCALITY
- See Also:
-
JSON_PROPERTY_POSTAL_CODE
- See Also:
-
JSON_PROPERTY_STATE_CODE
- See Also:
-
JSON_PROPERTY_COUNTRY_CODE
- See Also:
-
-
Constructor Details
-
MasterDetailsResponseBillingInfoAddress
public MasterDetailsResponseBillingInfoAddress()
-
-
Method Details
-
streetAddress
-
getStreetAddress
Street address- Returns:
- streetAddress
-
setStreetAddress
-
locality
-
getLocality
Locality- Returns:
- locality
-
setLocality
-
postalCode
-
getPostalCode
Postal code- Returns:
- postalCode
-
setPostalCode
-
stateCode
-
getStateCode
State code- Returns:
- stateCode
-
setStateCode
-
countryCode
-
getCountryCode
Country code- Returns:
- countryCode
-
setCountryCode
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-