Class APConfigSettingRequestModel


  • public class APConfigSettingRequestModel
    extends java.lang.Object
    AP Config Setting Request 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.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 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 APConfigSettingRequestModel
      • Methods inherited from class java.lang.Object

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

      • APConfigSettingRequestModel

        public APConfigSettingRequestModel()
    • Method Detail

      • 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 APConfigSettingRequestModel
        Overrides:
        toString in class java.lang.Object