Class PostalAddress
java.lang.Object
org.apache.fineract.client.models.PostalAddress
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class PostalAddress
extends Object
PostalAddress
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddressLine1(String addressLine1) addressLine2(String addressLine2) booleanGet addressLine1Get addressLine2getCity()Get cityGet countryGet postalCodeGet stateProvinceinthashCode()postalCode(String postalCode) voidsetAddressLine1(String addressLine1) voidsetAddressLine2(String addressLine2) voidvoidsetCountry(String country) voidsetPostalCode(String postalCode) voidsetStateProvince(String stateProvince) stateProvince(String stateProvince) toString()
-
Field Details
-
SERIALIZED_NAME_ADDRESS_LINE1
- See Also:
-
SERIALIZED_NAME_ADDRESS_LINE2
- See Also:
-
SERIALIZED_NAME_CITY
- See Also:
-
SERIALIZED_NAME_COUNTRY
- See Also:
-
SERIALIZED_NAME_POSTAL_CODE
- See Also:
-
SERIALIZED_NAME_STATE_PROVINCE
- See Also:
-
-
Constructor Details
-
PostalAddress
public PostalAddress()
-
-
Method Details
-
addressLine1
-
getAddressLine1
Get addressLine1- Returns:
- addressLine1
-
setAddressLine1
-
addressLine2
-
getAddressLine2
Get addressLine2- Returns:
- addressLine2
-
setAddressLine2
-
city
-
getCity
Get city- Returns:
- city
-
setCity
-
country
-
getCountry
Get country- Returns:
- country
-
setCountry
-
postalCode
-
getPostalCode
Get postalCode- Returns:
- postalCode
-
setPostalCode
-
stateProvince
-
getStateProvince
Get stateProvince- Returns:
- stateProvince
-
setStateProvince
-
equals
-
hashCode
public int hashCode() -
toString
-