Class PutLoansLoanIdCollateral

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

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

  • Constructor Details

    • PutLoansLoanIdCollateral

      public PutLoansLoanIdCollateral()
  • Method Details

    • clientCollateralId

      public PutLoansLoanIdCollateral clientCollateralId(Long clientCollateralId)
    • getClientCollateralId

      @Nullable public Long getClientCollateralId()
      Get clientCollateralId
      Returns:
      clientCollateralId
    • setClientCollateralId

      public void setClientCollateralId(Long clientCollateralId)
    • quantity

      public PutLoansLoanIdCollateral quantity(BigDecimal quantity)
    • getQuantity

      @Nullable public BigDecimal getQuantity()
      Get quantity
      Returns:
      quantity
    • setQuantity

      public void setQuantity(BigDecimal quantity)
    • 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