Class FilingAugmentationModel

java.lang.Object
net.avalara.avatax.rest.client.models.FilingAugmentationModel

public class FilingAugmentationModel extends Object
A model for return augmentations.
  • Constructor Details

    • FilingAugmentationModel

      public FilingAugmentationModel()
  • Method Details

    • getId

      public Long getId()
      Getter for id The unique ID number for the augmentation.
    • setId

      public void setId(Long value)
      Setter for id The unique ID number for the augmentation.
    • getFilingId

      public Long getFilingId()
      Getter for filingId The filing return id that this applies too
    • setFilingId

      public void setFilingId(Long value)
      Setter for filingId The filing return id that this applies too
    • getFieldAmount

      public BigDecimal getFieldAmount()
      Getter for fieldAmount The field amount.
    • setFieldAmount

      public void setFieldAmount(BigDecimal value)
      Setter for fieldAmount The field amount.
    • getFieldName

      public String getFieldName()
      Getter for fieldName The field name.
    • setFieldName

      public void setFieldName(String value)
      Setter for fieldName The field name.
    • getCreatedDate

      public Date getCreatedDate()
      Getter for createdDate The date when this record was created.
    • setCreatedDate

      public void setCreatedDate(Date value)
      Setter for createdDate The date when this record was created.
    • getCreatedUserId

      public Integer getCreatedUserId()
      Getter for createdUserId The User ID of the user who created this record.
    • setCreatedUserId

      public void setCreatedUserId(Integer value)
      Setter for createdUserId The User ID of the user who created this record.
    • getModifiedDate

      public Date getModifiedDate()
      Getter for modifiedDate The date/time when this record was last modified.
    • setModifiedDate

      public void setModifiedDate(Date value)
      Setter for modifiedDate The date/time when this record was last modified.
    • getModifiedUserId

      public Integer getModifiedUserId()
      Getter for modifiedUserId The user ID of the user who last modified this record.
    • setModifiedUserId

      public void setModifiedUserId(Integer value)
      Setter for modifiedUserId The user ID of the user who last modified this record.
    • toString

      public String toString()
      Returns a JSON string representation of FilingAugmentationModel
      Overrides:
      toString in class Object