Class GetLoansType

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

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

  • Constructor Details

    • GetLoansType

      public GetLoansType()
  • Method Details

    • code

      public GetLoansType code(String code)
    • getCode

      @Nullable public String getCode()
      Get code
      Returns:
      code
    • setCode

      public void setCode(String code)
    • contra

      public GetLoansType contra(Boolean contra)
    • getContra

      @Nullable public Boolean getContra()
      Get contra
      Returns:
      contra
    • setContra

      public void setContra(Boolean contra)
    • description

      public GetLoansType description(String description)
    • getDescription

      @Nullable public String getDescription()
      Get description
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • disbursement

      public GetLoansType disbursement(Boolean disbursement)
    • getDisbursement

      @Nullable public Boolean getDisbursement()
      Get disbursement
      Returns:
      disbursement
    • setDisbursement

      public void setDisbursement(Boolean disbursement)
    • externalId

      public GetLoansType externalId(String externalId)
    • getExternalId

      @Nullable public String getExternalId()
      Get externalId
      Returns:
      externalId
    • setExternalId

      public void setExternalId(String externalId)
    • externalLoanId

      public GetLoansType externalLoanId(String externalLoanId)
    • getExternalLoanId

      @Nullable public String getExternalLoanId()
      Get externalLoanId
      Returns:
      externalLoanId
    • setExternalLoanId

      public void setExternalLoanId(String externalLoanId)
    • id

      public GetLoansType id(Long id)
    • getId

      @Nullable public Long getId()
      Get id
      Returns:
      id
    • setId

      public void setId(Long id)
    • loanId

      public GetLoansType loanId(Long loanId)
    • getLoanId

      @Nullable public Long getLoanId()
      Get loanId
      Returns:
      loanId
    • setLoanId

      public void setLoanId(Long loanId)
    • recoveryRepayment

      public GetLoansType recoveryRepayment(Boolean recoveryRepayment)
    • getRecoveryRepayment

      @Nullable public Boolean getRecoveryRepayment()
      Get recoveryRepayment
      Returns:
      recoveryRepayment
    • setRecoveryRepayment

      public void setRecoveryRepayment(Boolean recoveryRepayment)
    • repayment

      public GetLoansType repayment(Boolean repayment)
    • getRepayment

      @Nullable public Boolean getRepayment()
      Get repayment
      Returns:
      repayment
    • setRepayment

      public void setRepayment(Boolean repayment)
    • repaymentAtDisbursement

      public GetLoansType repaymentAtDisbursement(Boolean repaymentAtDisbursement)
    • getRepaymentAtDisbursement

      @Nullable public Boolean getRepaymentAtDisbursement()
      Get repaymentAtDisbursement
      Returns:
      repaymentAtDisbursement
    • setRepaymentAtDisbursement

      public void setRepaymentAtDisbursement(Boolean repaymentAtDisbursement)
    • waiveCharges

      public GetLoansType waiveCharges(Boolean waiveCharges)
    • getWaiveCharges

      @Nullable public Boolean getWaiveCharges()
      Get waiveCharges
      Returns:
      waiveCharges
    • setWaiveCharges

      public void setWaiveCharges(Boolean waiveCharges)
    • waiveInterest

      public GetLoansType waiveInterest(Boolean waiveInterest)
    • getWaiveInterest

      @Nullable public Boolean getWaiveInterest()
      Get waiveInterest
      Returns:
      waiveInterest
    • setWaiveInterest

      public void setWaiveInterest(Boolean waiveInterest)
    • writeOff

      public GetLoansType writeOff(Boolean writeOff)
    • getWriteOff

      @Nullable public Boolean getWriteOff()
      Get writeOff
      Returns:
      writeOff
    • setWriteOff

      public void setWriteOff(Boolean writeOff)
    • 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