Class ClientAddressRequest
java.lang.Object
org.apache.fineract.client.models.ClientAddressRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class ClientAddressRequest
extends Object
Address requests
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddressLine1(String addressLine1) addressLine2(String addressLine2) addressLine3(String addressLine3) addressTypeId(Long addressTypeId) countyDistrict(String countyDistrict) booleanGet addressIdGet addressLine1Get addressLine2Get addressLine3Get addressTypeIdgetCity()Get cityGet countryIdGet countyDistrictGet createdByGet createdOnGet isActiveGet latitudeGet longitudeGet postalCodeGet stateProvinceIdGet townVillageGet updatedByGet updatedOninthashCode()latitude(BigDecimal latitude) longitude(BigDecimal longitude) postalCode(String postalCode) voidsetAddressId(Long addressId) voidsetAddressLine1(String addressLine1) voidsetAddressLine2(String addressLine2) voidsetAddressLine3(String addressLine3) voidsetAddressTypeId(Long addressTypeId) voidvoidsetCountryId(Long countryId) voidsetCountyDistrict(String countyDistrict) voidsetCreatedBy(String createdBy) voidsetCreatedOn(String createdOn) voidsetIsActive(Boolean isActive) voidsetLatitude(BigDecimal latitude) voidsetLongitude(BigDecimal longitude) voidsetPostalCode(String postalCode) voidsetStateProvinceId(Long stateProvinceId) voidsetTownVillage(String townVillage) voidsetUpdatedBy(String updatedBy) voidsetUpdatedOn(String updatedOn) stateProvinceId(Long stateProvinceId) toString()townVillage(String townVillage)
-
Field Details
-
SERIALIZED_NAME_ADDRESS_ID
- See Also:
-
SERIALIZED_NAME_ADDRESS_LINE1
- See Also:
-
SERIALIZED_NAME_ADDRESS_LINE2
- See Also:
-
SERIALIZED_NAME_ADDRESS_LINE3
- See Also:
-
SERIALIZED_NAME_ADDRESS_TYPE_ID
- See Also:
-
SERIALIZED_NAME_CITY
- See Also:
-
SERIALIZED_NAME_COUNTRY_ID
- See Also:
-
SERIALIZED_NAME_COUNTY_DISTRICT
- See Also:
-
SERIALIZED_NAME_CREATED_BY
- See Also:
-
SERIALIZED_NAME_CREATED_ON
- See Also:
-
SERIALIZED_NAME_IS_ACTIVE
- See Also:
-
SERIALIZED_NAME_LATITUDE
- See Also:
-
SERIALIZED_NAME_LONGITUDE
- See Also:
-
SERIALIZED_NAME_POSTAL_CODE
- See Also:
-
SERIALIZED_NAME_STATE_PROVINCE_ID
- See Also:
-
SERIALIZED_NAME_TOWN_VILLAGE
- See Also:
-
SERIALIZED_NAME_UPDATED_BY
- See Also:
-
SERIALIZED_NAME_UPDATED_ON
- See Also:
-
-
Constructor Details
-
ClientAddressRequest
public ClientAddressRequest()
-
-
Method Details
-
addressId
-
getAddressId
Get addressId- Returns:
- addressId
-
setAddressId
-
addressLine1
-
getAddressLine1
Get addressLine1- Returns:
- addressLine1
-
setAddressLine1
-
addressLine2
-
getAddressLine2
Get addressLine2- Returns:
- addressLine2
-
setAddressLine2
-
addressLine3
-
getAddressLine3
Get addressLine3- Returns:
- addressLine3
-
setAddressLine3
-
addressTypeId
-
getAddressTypeId
Get addressTypeId- Returns:
- addressTypeId
-
setAddressTypeId
-
city
-
getCity
Get city- Returns:
- city
-
setCity
-
countryId
-
getCountryId
Get countryId- Returns:
- countryId
-
setCountryId
-
countyDistrict
-
getCountyDistrict
Get countyDistrict- Returns:
- countyDistrict
-
setCountyDistrict
-
createdBy
-
getCreatedBy
Get createdBy- Returns:
- createdBy
-
setCreatedBy
-
createdOn
-
getCreatedOn
Get createdOn- Returns:
- createdOn
-
setCreatedOn
-
isActive
-
getIsActive
Get isActive- Returns:
- isActive
-
setIsActive
-
latitude
-
getLatitude
Get latitude- Returns:
- latitude
-
setLatitude
-
longitude
-
getLongitude
Get longitude- Returns:
- longitude
-
setLongitude
-
postalCode
-
getPostalCode
Get postalCode- Returns:
- postalCode
-
setPostalCode
-
stateProvinceId
-
getStateProvinceId
Get stateProvinceId- Returns:
- stateProvinceId
-
setStateProvinceId
-
townVillage
-
getTownVillage
Get townVillage- Returns:
- townVillage
-
setTownVillage
-
updatedBy
-
getUpdatedBy
Get updatedBy- Returns:
- updatedBy
-
setUpdatedBy
-
updatedOn
-
getUpdatedOn
Get updatedOn- Returns:
- updatedOn
-
setUpdatedOn
-
equals
-
hashCode
public int hashCode() -
toString
-