Package software.xdev.brevo.model
Class GetExtendedClientAllOfAddress
java.lang.Object
software.xdev.brevo.model.GetExtendedClientAllOfAddress
Address informations
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCity()City informationCountry informationStreet informationZip Code informationinthashCode()voidvoidsetCountry(String country) voidvoidsetZipCode(String zipCode) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_STREET
- See Also:
-
JSON_PROPERTY_CITY
- See Also:
-
JSON_PROPERTY_ZIP_CODE
- See Also:
-
JSON_PROPERTY_COUNTRY
- See Also:
-
-
Constructor Details
-
GetExtendedClientAllOfAddress
public GetExtendedClientAllOfAddress()
-
-
Method Details
-
street
-
getStreet
Street information- Returns:
- street
-
setStreet
-
city
-
getCity
City information- Returns:
- city
-
setCity
-
zipCode
-
getZipCode
Zip Code information- Returns:
- zipCode
-
setZipCode
-
country
-
getCountry
Country information- Returns:
- country
-
setCountry
-
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
-