Class RateRequest

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

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

  • Constructor Details

    • RateRequest

      public RateRequest()
  • Method Details

    • active

      public RateRequest active(Boolean active)
    • getActive

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

      public void setActive(Boolean active)
    • locale

      public RateRequest locale(String locale)
    • getLocale

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

      public void setLocale(String locale)
    • name

      public RateRequest name(String name)
    • getName

      @Nullable public String getName()
      Get name
      Returns:
      name
    • setName

      public void setName(String name)
    • percentage

      public RateRequest percentage(BigDecimal percentage)
    • getPercentage

      @Nullable public BigDecimal getPercentage()
      Get percentage
      Returns:
      percentage
    • setPercentage

      public void setPercentage(BigDecimal percentage)
    • productApply

      public RateRequest productApply(Integer productApply)
    • getProductApply

      @Nullable public Integer getProductApply()
      Get productApply
      Returns:
      productApply
    • setProductApply

      public void setProductApply(Integer productApply)
    • 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