Class APConfigSettingSuccessResponseModel


  • public class APConfigSettingSuccessResponseModel
    extends java.lang.Object
    AP Config Setting Response Model
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Long getAmount()
      Getter for amount The Amount
      java.lang.Integer getCompanyId()
      Getter for companyId CompanyId to which the rule belongs
      TaxProfileMetaDataModel getMeta()
      Getter for meta
      java.lang.Long getRuleId()
      Getter for ruleId The Rule Id
      java.lang.Long getVarianceForAccrue()
      Getter for varianceForAccrue The Variance For Accrue
      java.lang.Long getVarianceForIgnore()
      Getter for varianceForIgnore The Variance For Ignore
      java.lang.Long getVariancePercent()
      Getter for variancePercent The Variance Percent
      void setAmount​(java.lang.Long value)
      Setter for amount The Amount
      void setCompanyId​(java.lang.Integer value)
      Setter for companyId CompanyId to which the rule belongs
      void setMeta​(TaxProfileMetaDataModel value)
      Setter for meta
      void setRuleId​(java.lang.Long value)
      Setter for ruleId The Rule Id
      void setVarianceForAccrue​(java.lang.Long value)
      Setter for varianceForAccrue The Variance For Accrue
      void setVarianceForIgnore​(java.lang.Long value)
      Setter for varianceForIgnore The Variance For Ignore
      void setVariancePercent​(java.lang.Long value)
      Setter for variancePercent The Variance Percent
      java.lang.String toString()
      Returns a JSON string representation of APConfigSettingSuccessResponseModel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • APConfigSettingSuccessResponseModel

        public APConfigSettingSuccessResponseModel()
    • Method Detail

      • getRuleId

        public java.lang.Long getRuleId()
        Getter for ruleId The Rule Id
      • setRuleId

        public void setRuleId​(java.lang.Long value)
        Setter for ruleId The Rule Id
      • getCompanyId

        public java.lang.Integer getCompanyId()
        Getter for companyId CompanyId to which the rule belongs
      • setCompanyId

        public void setCompanyId​(java.lang.Integer value)
        Setter for companyId CompanyId to which the rule belongs
      • getAmount

        public java.lang.Long getAmount()
        Getter for amount The Amount
      • setAmount

        public void setAmount​(java.lang.Long value)
        Setter for amount The Amount
      • getVarianceForIgnore

        public java.lang.Long getVarianceForIgnore()
        Getter for varianceForIgnore The Variance For Ignore
      • setVarianceForIgnore

        public void setVarianceForIgnore​(java.lang.Long value)
        Setter for varianceForIgnore The Variance For Ignore
      • getVarianceForAccrue

        public java.lang.Long getVarianceForAccrue()
        Getter for varianceForAccrue The Variance For Accrue
      • setVarianceForAccrue

        public void setVarianceForAccrue​(java.lang.Long value)
        Setter for varianceForAccrue The Variance For Accrue
      • getVariancePercent

        public java.lang.Long getVariancePercent()
        Getter for variancePercent The Variance Percent
      • setVariancePercent

        public void setVariancePercent​(java.lang.Long value)
        Setter for variancePercent The Variance Percent
      • toString

        public java.lang.String toString()
        Returns a JSON string representation of APConfigSettingSuccessResponseModel
        Overrides:
        toString in class java.lang.Object