Class PutAccountsChanges

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

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

  • Constructor Details

    • PutAccountsChanges

      public PutAccountsChanges()
  • Method Details

    • applicationDate

      public PutAccountsChanges applicationDate(String applicationDate)
    • getApplicationDate

      @Nullable public String getApplicationDate()
      Get applicationDate
      Returns:
      applicationDate
    • setApplicationDate

      public void setApplicationDate(String applicationDate)
    • dateFormat

      public PutAccountsChanges dateFormat(String dateFormat)
    • getDateFormat

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

      public void setDateFormat(String dateFormat)
    • locale

      public PutAccountsChanges locale(String locale)
    • getLocale

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

      public void setLocale(String locale)
    • requestedShares

      public PutAccountsChanges requestedShares(Integer requestedShares)
    • getRequestedShares

      @Nullable public Integer getRequestedShares()
      Get requestedShares
      Returns:
      requestedShares
    • setRequestedShares

      public void setRequestedShares(Integer requestedShares)
    • 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