Class PostAdhocQuerySearchRequest

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

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

    • SERIALIZED_NAME_DATE_FORMAT

      public static final String SERIALIZED_NAME_DATE_FORMAT
      See Also:
    • SERIALIZED_NAME_INCLUDE_OUT_STANDING_AMOUNT_PERCENTAGE

      public static final String SERIALIZED_NAME_INCLUDE_OUT_STANDING_AMOUNT_PERCENTAGE
      See Also:
    • SERIALIZED_NAME_INCLUDE_OUTSTANDING_AMOUNT

      public static final String SERIALIZED_NAME_INCLUDE_OUTSTANDING_AMOUNT
      See Also:
    • SERIALIZED_NAME_LOAN_DATE_OPTION

      public static final String SERIALIZED_NAME_LOAN_DATE_OPTION
      See Also:
    • SERIALIZED_NAME_LOAN_FROM_DATE

      public static final String SERIALIZED_NAME_LOAN_FROM_DATE
      See Also:
    • SERIALIZED_NAME_LOAN_TO_DATE

      public static final String SERIALIZED_NAME_LOAN_TO_DATE
      See Also:
    • SERIALIZED_NAME_LOCALE

      public static final String SERIALIZED_NAME_LOCALE
      See Also:
    • SERIALIZED_NAME_MAX_OUTSTANDING_AMOUNT

      public static final String SERIALIZED_NAME_MAX_OUTSTANDING_AMOUNT
      See Also:
    • SERIALIZED_NAME_MIN_OUTSTANDING_AMOUNT

      public static final String SERIALIZED_NAME_MIN_OUTSTANDING_AMOUNT
      See Also:
    • SERIALIZED_NAME_OUT_STANDING_AMOUNT_PERCENTAGE

      public static final String SERIALIZED_NAME_OUT_STANDING_AMOUNT_PERCENTAGE
      See Also:
    • SERIALIZED_NAME_OUT_STANDING_AMOUNT_PERCENTAGE_CONDITION

      public static final String SERIALIZED_NAME_OUT_STANDING_AMOUNT_PERCENTAGE_CONDITION
      See Also:
    • SERIALIZED_NAME_OUTSTANDING_AMOUNT_CONDITION

      public static final String SERIALIZED_NAME_OUTSTANDING_AMOUNT_CONDITION
      See Also:
  • Constructor Details

    • PostAdhocQuerySearchRequest

      public PostAdhocQuerySearchRequest()
  • Method Details

    • dateFormat

      public PostAdhocQuerySearchRequest dateFormat(String dateFormat)
    • getDateFormat

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

      public void setDateFormat(String dateFormat)
    • includeOutStandingAmountPercentage

      public PostAdhocQuerySearchRequest includeOutStandingAmountPercentage(Boolean includeOutStandingAmountPercentage)
    • getIncludeOutStandingAmountPercentage

      @Nullable public Boolean getIncludeOutStandingAmountPercentage()
      Get includeOutStandingAmountPercentage
      Returns:
      includeOutStandingAmountPercentage
    • setIncludeOutStandingAmountPercentage

      public void setIncludeOutStandingAmountPercentage(Boolean includeOutStandingAmountPercentage)
    • includeOutstandingAmount

      public PostAdhocQuerySearchRequest includeOutstandingAmount(Boolean includeOutstandingAmount)
    • getIncludeOutstandingAmount

      @Nullable public Boolean getIncludeOutstandingAmount()
      Get includeOutstandingAmount
      Returns:
      includeOutstandingAmount
    • setIncludeOutstandingAmount

      public void setIncludeOutstandingAmount(Boolean includeOutstandingAmount)
    • loanDateOption

      public PostAdhocQuerySearchRequest loanDateOption(String loanDateOption)
    • getLoanDateOption

      @Nullable public String getLoanDateOption()
      Get loanDateOption
      Returns:
      loanDateOption
    • setLoanDateOption

      public void setLoanDateOption(String loanDateOption)
    • loanFromDate

      public PostAdhocQuerySearchRequest loanFromDate(LocalDate loanFromDate)
    • getLoanFromDate

      @Nullable public LocalDate getLoanFromDate()
      Get loanFromDate
      Returns:
      loanFromDate
    • setLoanFromDate

      public void setLoanFromDate(LocalDate loanFromDate)
    • loanToDate

      public PostAdhocQuerySearchRequest loanToDate(LocalDate loanToDate)
    • getLoanToDate

      @Nullable public LocalDate getLoanToDate()
      Get loanToDate
      Returns:
      loanToDate
    • setLoanToDate

      public void setLoanToDate(LocalDate loanToDate)
    • locale

      public PostAdhocQuerySearchRequest locale(String locale)
    • getLocale

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

      public void setLocale(String locale)
    • maxOutstandingAmount

      public PostAdhocQuerySearchRequest maxOutstandingAmount(Long maxOutstandingAmount)
    • getMaxOutstandingAmount

      @Nullable public Long getMaxOutstandingAmount()
      Get maxOutstandingAmount
      Returns:
      maxOutstandingAmount
    • setMaxOutstandingAmount

      public void setMaxOutstandingAmount(Long maxOutstandingAmount)
    • minOutstandingAmount

      public PostAdhocQuerySearchRequest minOutstandingAmount(Long minOutstandingAmount)
    • getMinOutstandingAmount

      @Nullable public Long getMinOutstandingAmount()
      Get minOutstandingAmount
      Returns:
      minOutstandingAmount
    • setMinOutstandingAmount

      public void setMinOutstandingAmount(Long minOutstandingAmount)
    • outStandingAmountPercentage

      public PostAdhocQuerySearchRequest outStandingAmountPercentage(Long outStandingAmountPercentage)
    • getOutStandingAmountPercentage

      @Nullable public Long getOutStandingAmountPercentage()
      Get outStandingAmountPercentage
      Returns:
      outStandingAmountPercentage
    • setOutStandingAmountPercentage

      public void setOutStandingAmountPercentage(Long outStandingAmountPercentage)
    • outStandingAmountPercentageCondition

      public PostAdhocQuerySearchRequest outStandingAmountPercentageCondition(String outStandingAmountPercentageCondition)
    • getOutStandingAmountPercentageCondition

      @Nullable public String getOutStandingAmountPercentageCondition()
      Get outStandingAmountPercentageCondition
      Returns:
      outStandingAmountPercentageCondition
    • setOutStandingAmountPercentageCondition

      public void setOutStandingAmountPercentageCondition(String outStandingAmountPercentageCondition)
    • outstandingAmountCondition

      public PostAdhocQuerySearchRequest outstandingAmountCondition(String outstandingAmountCondition)
    • getOutstandingAmountCondition

      @Nullable public String getOutstandingAmountCondition()
      Get outstandingAmountCondition
      Returns:
      outstandingAmountCondition
    • setOutstandingAmountCondition

      public void setOutstandingAmountCondition(String outstandingAmountCondition)
    • 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