Class GetFromAccountOptions

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

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

  • Constructor Details

    • GetFromAccountOptions

      public GetFromAccountOptions()
  • Method Details

    • accountId

      public GetFromAccountOptions accountId(Long accountId)
    • getAccountId

      @Nullable public Long getAccountId()
      Get accountId
      Returns:
      accountId
    • setAccountId

      public void setAccountId(Long accountId)
    • accountNo

      public GetFromAccountOptions accountNo(Integer accountNo)
    • getAccountNo

      @Nullable public Integer getAccountNo()
      Get accountNo
      Returns:
      accountNo
    • setAccountNo

      public void setAccountNo(Integer accountNo)
    • accountType

      public GetFromAccountOptions accountType(GetAccountOptions accountType)
    • getAccountType

      @Nullable public GetAccountOptions getAccountType()
      Get accountType
      Returns:
      accountType
    • setAccountType

      public void setAccountType(GetAccountOptions accountType)
    • clientId

      public GetFromAccountOptions clientId(Long clientId)
    • getClientId

      @Nullable public Long getClientId()
      Get clientId
      Returns:
      clientId
    • setClientId

      public void setClientId(Long clientId)
    • clientName

      public GetFromAccountOptions clientName(String clientName)
    • getClientName

      @Nullable public String getClientName()
      Get clientName
      Returns:
      clientName
    • setClientName

      public void setClientName(String clientName)
    • officeId

      public GetFromAccountOptions officeId(Long officeId)
    • getOfficeId

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

      public void setOfficeId(Long officeId)
    • officeName

      public GetFromAccountOptions officeName(String officeName)
    • getOfficeName

      @Nullable public String getOfficeName()
      Get officeName
      Returns:
      officeName
    • setOfficeName

      public void setOfficeName(String officeName)
    • 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