Class InterestIncentiveRequest

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

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

  • Constructor Details

    • InterestIncentiveRequest

      public InterestIncentiveRequest()
  • Method Details

    • amount

      public InterestIncentiveRequest amount(BigDecimal amount)
    • getAmount

      @Nullable public BigDecimal getAmount()
      Get amount
      Returns:
      amount
    • setAmount

      public void setAmount(BigDecimal amount)
    • attributeName

      public InterestIncentiveRequest attributeName(Integer attributeName)
    • getAttributeName

      @Nullable public Integer getAttributeName()
      Get attributeName
      Returns:
      attributeName
    • setAttributeName

      public void setAttributeName(Integer attributeName)
    • attributeValue

      public InterestIncentiveRequest attributeValue(String attributeValue)
    • getAttributeValue

      @Nullable public String getAttributeValue()
      Get attributeValue
      Returns:
      attributeValue
    • setAttributeValue

      public void setAttributeValue(String attributeValue)
    • conditionType

      public InterestIncentiveRequest conditionType(Integer conditionType)
    • getConditionType

      @Nullable public Integer getConditionType()
      Get conditionType
      Returns:
      conditionType
    • setConditionType

      public void setConditionType(Integer conditionType)
    • description

      public InterestIncentiveRequest description(String description)
    • getDescription

      @Nullable public String getDescription()
      Get description
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • entityType

      public InterestIncentiveRequest entityType(Integer entityType)
    • getEntityType

      @Nullable public Integer getEntityType()
      Get entityType
      Returns:
      entityType
    • setEntityType

      public void setEntityType(Integer entityType)
    • id

    • getId

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

      public void setId(Long id)
    • incentiveType

      public InterestIncentiveRequest incentiveType(Integer incentiveType)
    • getIncentiveType

      @Nullable public Integer getIncentiveType()
      Get incentiveType
      Returns:
      incentiveType
    • setIncentiveType

      public void setIncentiveType(Integer incentiveType)
    • 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