Class GuarantorsRequest

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

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

  • Constructor Details

    • GuarantorsRequest

      public GuarantorsRequest()
  • Method Details

    • addressLine1

      public GuarantorsRequest addressLine1(String addressLine1)
    • getAddressLine1

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

      public void setAddressLine1(String addressLine1)
    • addressLine2

      public GuarantorsRequest addressLine2(String addressLine2)
    • getAddressLine2

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

      public void setAddressLine2(String addressLine2)
    • amount

      public GuarantorsRequest amount(BigDecimal amount)
    • getAmount

      @Nullable public BigDecimal getAmount()
      Get amount
      Returns:
      amount
    • setAmount

      public void setAmount(BigDecimal amount)
    • city

      public GuarantorsRequest city(String city)
    • getCity

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

      public void setCity(String city)
    • clientRelationshipTypeId

      public GuarantorsRequest clientRelationshipTypeId(Long clientRelationshipTypeId)
    • getClientRelationshipTypeId

      @Nullable public Long getClientRelationshipTypeId()
      Get clientRelationshipTypeId
      Returns:
      clientRelationshipTypeId
    • setClientRelationshipTypeId

      public void setClientRelationshipTypeId(Long clientRelationshipTypeId)
    • comment

      public GuarantorsRequest comment(String comment)
    • getComment

      @Nullable public String getComment()
      Get comment
      Returns:
      comment
    • setComment

      public void setComment(String comment)
    • country

      public GuarantorsRequest country(String country)
    • getCountry

      @Nullable public String getCountry()
      Get country
      Returns:
      country
    • setCountry

      public void setCountry(String country)
    • dateFormat

      public GuarantorsRequest dateFormat(String dateFormat)
    • getDateFormat

      @Nullable public String getDateFormat()
      Get dateFormat
      Returns:
      dateFormat
    • setDateFormat

      public void setDateFormat(String dateFormat)
    • dob

      public GuarantorsRequest dob(String dob)
    • getDob

      @Nullable public String getDob()
      Get dob
      Returns:
      dob
    • setDob

      public void setDob(String dob)
    • entityId

      public GuarantorsRequest entityId(Long entityId)
    • getEntityId

      @Nullable public Long getEntityId()
      Get entityId
      Returns:
      entityId
    • setEntityId

      public void setEntityId(Long entityId)
    • firstname

      public GuarantorsRequest firstname(String firstname)
    • getFirstname

      @Nullable public String getFirstname()
      Get firstname
      Returns:
      firstname
    • setFirstname

      public void setFirstname(String firstname)
    • guarantorTypeId

      public GuarantorsRequest guarantorTypeId(Integer guarantorTypeId)
    • getGuarantorTypeId

      @Nullable public Integer getGuarantorTypeId()
      Get guarantorTypeId
      Returns:
      guarantorTypeId
    • setGuarantorTypeId

      public void setGuarantorTypeId(Integer guarantorTypeId)
    • housePhoneNumber

      public GuarantorsRequest housePhoneNumber(String housePhoneNumber)
    • getHousePhoneNumber

      @Nullable public String getHousePhoneNumber()
      Get housePhoneNumber
      Returns:
      housePhoneNumber
    • setHousePhoneNumber

      public void setHousePhoneNumber(String housePhoneNumber)
    • lastname

      public GuarantorsRequest lastname(String lastname)
    • getLastname

      @Nullable public String getLastname()
      Get lastname
      Returns:
      lastname
    • setLastname

      public void setLastname(String lastname)
    • locale

      public GuarantorsRequest locale(String locale)
    • getLocale

      @Nullable public String getLocale()
      Get locale
      Returns:
      locale
    • setLocale

      public void setLocale(String locale)
    • mobileNumber

      public GuarantorsRequest mobileNumber(String mobileNumber)
    • getMobileNumber

      @Nullable public String getMobileNumber()
      Get mobileNumber
      Returns:
      mobileNumber
    • setMobileNumber

      public void setMobileNumber(String mobileNumber)
    • savingsId

      public GuarantorsRequest savingsId(Long savingsId)
    • getSavingsId

      @Nullable public Long getSavingsId()
      Get savingsId
      Returns:
      savingsId
    • setSavingsId

      public void setSavingsId(Long savingsId)
    • state

      public GuarantorsRequest state(String state)
    • getState

      @Nullable public String getState()
      Get state
      Returns:
      state
    • setState

      public void setState(String state)
    • zip

      public GuarantorsRequest zip(String zip)
    • getZip

      @Nullable public String getZip()
      Get zip
      Returns:
      zip
    • setZip

      public void setZip(String zip)
    • 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