Class PostGlClosuresRequest

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

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

  • Constructor Details

    • PostGlClosuresRequest

      public PostGlClosuresRequest()
  • Method Details

    • closingDate

      public PostGlClosuresRequest closingDate(LocalDate closingDate)
    • getClosingDate

      @Nullable public LocalDate getClosingDate()
      Get closingDate
      Returns:
      closingDate
    • setClosingDate

      public void setClosingDate(LocalDate closingDate)
    • comments

      public PostGlClosuresRequest comments(String comments)
    • getComments

      @Nullable public String getComments()
      Get comments
      Returns:
      comments
    • setComments

      public void setComments(String comments)
    • dateFormat

      public PostGlClosuresRequest dateFormat(String dateFormat)
    • getDateFormat

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

      public void setDateFormat(String dateFormat)
    • locale

      public PostGlClosuresRequest locale(String locale)
    • getLocale

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

      public void setLocale(String locale)
    • officeId

      public PostGlClosuresRequest 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