Class CreditAllocationOrder

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

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

  • Constructor Details

    • CreditAllocationOrder

      public CreditAllocationOrder()
  • Method Details

    • creditAllocationRule

      public CreditAllocationOrder creditAllocationRule(String creditAllocationRule)
    • getCreditAllocationRule

      @Nullable public String getCreditAllocationRule()
      Get creditAllocationRule
      Returns:
      creditAllocationRule
    • setCreditAllocationRule

      public void setCreditAllocationRule(String creditAllocationRule)
    • order

      public CreditAllocationOrder order(Integer order)
    • getOrder

      @Nullable public Integer getOrder()
      Get order
      Returns:
      order
    • setOrder

      public void setOrder(Integer order)
    • 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