Class PostSavingsAccountsResponse

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

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

  • Constructor Details

    • PostSavingsAccountsResponse

      public PostSavingsAccountsResponse()
  • Method Details

    • clientId

      public PostSavingsAccountsResponse clientId(Long clientId)
    • getClientId

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

      public void setClientId(Long clientId)
    • officeId

      public PostSavingsAccountsResponse officeId(Long officeId)
    • getOfficeId

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

      public void setOfficeId(Long officeId)
    • resourceId

      public PostSavingsAccountsResponse resourceId(Long resourceId)
    • getResourceId

      @Nullable public Long getResourceId()
      Get resourceId
      Returns:
      resourceId
    • setResourceId

      public void setResourceId(Long resourceId)
    • savingsId

      public PostSavingsAccountsResponse savingsId(Long savingsId)
    • getSavingsId

      @Nullable public Long getSavingsId()
      Get savingsId
      Returns:
      savingsId
    • setSavingsId

      public void setSavingsId(Long savingsId)
    • 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