Class PostSelfLoansResponse

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

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

  • Constructor Details

    • PostSelfLoansResponse

      public PostSelfLoansResponse()
  • Method Details

    • clientId

      public PostSelfLoansResponse clientId(Long clientId)
    • getClientId

      @Nullable public Long getClientId()
      Get clientId
      Returns:
      clientId
    • setClientId

      public void setClientId(Long clientId)
    • loanId

      public PostSelfLoansResponse loanId(Long loanId)
    • getLoanId

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

      public void setLoanId(Long loanId)
    • officeId

      public PostSelfLoansResponse officeId(Long officeId)
    • getOfficeId

      @Nullable public Long getOfficeId()
      Get officeId
      Returns:
      officeId
    • setOfficeId

      public void setOfficeId(Long officeId)
    • resourceId

      public PostSelfLoansResponse resourceId(Long resourceId)
    • getResourceId

      @Nullable public Long getResourceId()
      Get resourceId
      Returns:
      resourceId
    • setResourceId

      public void setResourceId(Long resourceId)
    • 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