Class AccountRuleRequest

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

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

  • Constructor Details

    • AccountRuleRequest

      public AccountRuleRequest()
  • Method Details

    • accountToCredit

      public AccountRuleRequest accountToCredit(Long accountToCredit)
    • getAccountToCredit

      @Nullable public Long getAccountToCredit()
      Get accountToCredit
      Returns:
      accountToCredit
    • setAccountToCredit

      public void setAccountToCredit(Long accountToCredit)
    • accountToDebit

      public AccountRuleRequest accountToDebit(Long accountToDebit)
    • getAccountToDebit

      @Nullable public Long getAccountToDebit()
      Get accountToDebit
      Returns:
      accountToDebit
    • setAccountToDebit

      public void setAccountToDebit(Long accountToDebit)
    • description

      public AccountRuleRequest description(String description)
    • getDescription

      @Nullable public String getDescription()
      Get description
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • name

      public AccountRuleRequest name(String name)
    • getName

      @Nullable public String getName()
      Get name
      Returns:
      name
    • setName

      public void setName(String name)
    • officeId

      public AccountRuleRequest officeId(Long officeId)
    • getOfficeId

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

      public void setOfficeId(Long officeId)
    • 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