Class GetSavingsStatus

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

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

  • Constructor Details

    • GetSavingsStatus

      public GetSavingsStatus()
  • Method Details

    • active

      public GetSavingsStatus active(Boolean active)
    • getActive

      @Nullable public Boolean getActive()
      Get active
      Returns:
      active
    • setActive

      public void setActive(Boolean active)
    • approved

      public GetSavingsStatus approved(Boolean approved)
    • getApproved

      @Nullable public Boolean getApproved()
      Get approved
      Returns:
      approved
    • setApproved

      public void setApproved(Boolean approved)
    • closed

      public GetSavingsStatus closed(Boolean closed)
    • getClosed

      @Nullable public Boolean getClosed()
      Get closed
      Returns:
      closed
    • setClosed

      public void setClosed(Boolean closed)
    • code

      public GetSavingsStatus code(String code)
    • getCode

      @Nullable public String getCode()
      Get code
      Returns:
      code
    • setCode

      public void setCode(String code)
    • id

      public GetSavingsStatus id(Integer id)
    • getId

      @Nullable public Integer getId()
      Get id
      Returns:
      id
    • setId

      public void setId(Integer id)
    • rejected

      public GetSavingsStatus rejected(Boolean rejected)
    • getRejected

      @Nullable public Boolean getRejected()
      Get rejected
      Returns:
      rejected
    • setRejected

      public void setRejected(Boolean rejected)
    • submittedAndPendingApproval

      public GetSavingsStatus submittedAndPendingApproval(Boolean submittedAndPendingApproval)
    • getSubmittedAndPendingApproval

      @Nullable public Boolean getSubmittedAndPendingApproval()
      Get submittedAndPendingApproval
      Returns:
      submittedAndPendingApproval
    • setSubmittedAndPendingApproval

      public void setSubmittedAndPendingApproval(Boolean submittedAndPendingApproval)
    • value

      public GetSavingsStatus value(String value)
    • getValue

      @Nullable public String getValue()
      Get value
      Returns:
      value
    • setValue

      public void setValue(String value)
    • withdrawnByApplicant

      public GetSavingsStatus withdrawnByApplicant(Boolean withdrawnByApplicant)
    • getWithdrawnByApplicant

      @Nullable public Boolean getWithdrawnByApplicant()
      Get withdrawnByApplicant
      Returns:
      withdrawnByApplicant
    • setWithdrawnByApplicant

      public void setWithdrawnByApplicant(Boolean withdrawnByApplicant)
    • 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