Class PostLoansLoanIdDisbursementData

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

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

  • Constructor Details

    • PostLoansLoanIdDisbursementData

      public PostLoansLoanIdDisbursementData()
  • Method Details

    • expectedDisbursementDate

      public PostLoansLoanIdDisbursementData expectedDisbursementDate(LocalDate expectedDisbursementDate)
    • getExpectedDisbursementDate

      @Nullable public LocalDate getExpectedDisbursementDate()
      Get expectedDisbursementDate
      Returns:
      expectedDisbursementDate
    • setExpectedDisbursementDate

      public void setExpectedDisbursementDate(LocalDate expectedDisbursementDate)
    • principal

      public PostLoansLoanIdDisbursementData principal(Double principal)
    • getPrincipal

      @Nullable public Double getPrincipal()
      Get principal
      Returns:
      principal
    • setPrincipal

      public void setPrincipal(Double principal)
    • 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