Class AddressData

java.lang.Object
org.apache.fineract.client.models.AddressData

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.8.0") public class AddressData extends Object
AddressData
  • Field Details

  • Constructor Details

    • AddressData

      public AddressData()
  • Method Details

    • addressId

      public AddressData addressId(Long addressId)
    • getAddressId

      @Nullable public Long getAddressId()
      Get addressId
      Returns:
      addressId
    • setAddressId

      public void setAddressId(Long addressId)
    • addressLine1

      public AddressData addressLine1(String addressLine1)
    • getAddressLine1

      @Nullable public String getAddressLine1()
      Get addressLine1
      Returns:
      addressLine1
    • setAddressLine1

      public void setAddressLine1(String addressLine1)
    • addressLine2

      public AddressData addressLine2(String addressLine2)
    • getAddressLine2

      @Nullable public String getAddressLine2()
      Get addressLine2
      Returns:
      addressLine2
    • setAddressLine2

      public void setAddressLine2(String addressLine2)
    • addressLine3

      public AddressData addressLine3(String addressLine3)
    • getAddressLine3

      @Nullable public String getAddressLine3()
      Get addressLine3
      Returns:
      addressLine3
    • setAddressLine3

      public void setAddressLine3(String addressLine3)
    • addressType

      public AddressData addressType(String addressType)
    • getAddressType

      @Nullable public String getAddressType()
      Get addressType
      Returns:
      addressType
    • setAddressType

      public void setAddressType(String addressType)
    • addressTypeId

      public AddressData addressTypeId(Long addressTypeId)
    • getAddressTypeId

      @Nullable public Long getAddressTypeId()
      Get addressTypeId
      Returns:
      addressTypeId
    • setAddressTypeId

      public void setAddressTypeId(Long addressTypeId)
    • addressTypeIdOptions

      public AddressData addressTypeIdOptions(List<CodeValueData> addressTypeIdOptions)
    • addAddressTypeIdOptionsItem

      public AddressData addAddressTypeIdOptionsItem(CodeValueData addressTypeIdOptionsItem)
    • getAddressTypeIdOptions

      @Nullable public List<CodeValueData> getAddressTypeIdOptions()
      Get addressTypeIdOptions
      Returns:
      addressTypeIdOptions
    • setAddressTypeIdOptions

      public void setAddressTypeIdOptions(List<CodeValueData> addressTypeIdOptions)
    • city

      public AddressData city(String city)
    • getCity

      @Nullable public String getCity()
      Get city
      Returns:
      city
    • setCity

      public void setCity(String city)
    • clientID

      public AddressData clientID(Long clientID)
    • getClientID

      @Nullable public Long getClientID()
      Get clientID
      Returns:
      clientID
    • setClientID

      public void setClientID(Long clientID)
    • countryId

      public AddressData countryId(Long countryId)
    • getCountryId

      @Nullable public Long getCountryId()
      Get countryId
      Returns:
      countryId
    • setCountryId

      public void setCountryId(Long countryId)
    • countryIdOptions

      public AddressData countryIdOptions(List<CodeValueData> countryIdOptions)
    • addCountryIdOptionsItem

      public AddressData addCountryIdOptionsItem(CodeValueData countryIdOptionsItem)
    • getCountryIdOptions

      @Nullable public List<CodeValueData> getCountryIdOptions()
      Get countryIdOptions
      Returns:
      countryIdOptions
    • setCountryIdOptions

      public void setCountryIdOptions(List<CodeValueData> countryIdOptions)
    • countryName

      public AddressData countryName(String countryName)
    • getCountryName

      @Nullable public String getCountryName()
      Get countryName
      Returns:
      countryName
    • setCountryName

      public void setCountryName(String countryName)
    • countyDistrict

      public AddressData countyDistrict(String countyDistrict)
    • getCountyDistrict

      @Nullable public String getCountyDistrict()
      Get countyDistrict
      Returns:
      countyDistrict
    • setCountyDistrict

      public void setCountyDistrict(String countyDistrict)
    • createdBy

      public AddressData createdBy(String createdBy)
    • getCreatedBy

      @Nullable public String getCreatedBy()
      Get createdBy
      Returns:
      createdBy
    • setCreatedBy

      public void setCreatedBy(String createdBy)
    • createdOn

      public AddressData createdOn(LocalDate createdOn)
    • getCreatedOn

      @Nullable public LocalDate getCreatedOn()
      Get createdOn
      Returns:
      createdOn
    • setCreatedOn

      public void setCreatedOn(LocalDate createdOn)
    • isActive

      public AddressData isActive(Boolean isActive)
    • getIsActive

      @Nullable public Boolean getIsActive()
      Get isActive
      Returns:
      isActive
    • setIsActive

      public void setIsActive(Boolean isActive)
    • latitude

      public AddressData latitude(BigDecimal latitude)
    • getLatitude

      @Nullable public BigDecimal getLatitude()
      Get latitude
      Returns:
      latitude
    • setLatitude

      public void setLatitude(BigDecimal latitude)
    • longitude

      public AddressData longitude(BigDecimal longitude)
    • getLongitude

      @Nullable public BigDecimal getLongitude()
      Get longitude
      Returns:
      longitude
    • setLongitude

      public void setLongitude(BigDecimal longitude)
    • postalCode

      public AddressData postalCode(String postalCode)
    • getPostalCode

      @Nullable public String getPostalCode()
      Get postalCode
      Returns:
      postalCode
    • setPostalCode

      public void setPostalCode(String postalCode)
    • stateName

      public AddressData stateName(String stateName)
    • getStateName

      @Nullable public String getStateName()
      Get stateName
      Returns:
      stateName
    • setStateName

      public void setStateName(String stateName)
    • stateProvinceId

      public AddressData stateProvinceId(Long stateProvinceId)
    • getStateProvinceId

      @Nullable public Long getStateProvinceId()
      Get stateProvinceId
      Returns:
      stateProvinceId
    • setStateProvinceId

      public void setStateProvinceId(Long stateProvinceId)
    • stateProvinceIdOptions

      public AddressData stateProvinceIdOptions(List<CodeValueData> stateProvinceIdOptions)
    • addStateProvinceIdOptionsItem

      public AddressData addStateProvinceIdOptionsItem(CodeValueData stateProvinceIdOptionsItem)
    • getStateProvinceIdOptions

      @Nullable public List<CodeValueData> getStateProvinceIdOptions()
      Get stateProvinceIdOptions
      Returns:
      stateProvinceIdOptions
    • setStateProvinceIdOptions

      public void setStateProvinceIdOptions(List<CodeValueData> stateProvinceIdOptions)
    • street

      public AddressData street(String street)
    • getStreet

      @Nullable public String getStreet()
      Get street
      Returns:
      street
    • setStreet

      public void setStreet(String street)
    • townVillage

      public AddressData townVillage(String townVillage)
    • getTownVillage

      @Nullable public String getTownVillage()
      Get townVillage
      Returns:
      townVillage
    • setTownVillage

      public void setTownVillage(String townVillage)
    • updatedBy

      public AddressData updatedBy(String updatedBy)
    • getUpdatedBy

      @Nullable public String getUpdatedBy()
      Get updatedBy
      Returns:
      updatedBy
    • setUpdatedBy

      public void setUpdatedBy(String updatedBy)
    • updatedOn

      public AddressData updatedOn(LocalDate updatedOn)
    • getUpdatedOn

      @Nullable public LocalDate getUpdatedOn()
      Get updatedOn
      Returns:
      updatedOn
    • setUpdatedOn

      public void setUpdatedOn(LocalDate updatedOn)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object