Class FilingAugmentationModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.FilingAugmentationModel
-
public class FilingAugmentationModel extends java.lang.Object
A model for return augmentations.
-
-
Constructor Summary
Constructors Constructor Description FilingAugmentationModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Date
getCreatedDate()
Getter for createdDate The date when this record was created.java.lang.Integer
getCreatedUserId()
Getter for createdUserId The User ID of the user who created this record.java.math.BigDecimal
getFieldAmount()
Getter for fieldAmount The field amount.java.lang.String
getFieldName()
Getter for fieldName The field name.java.lang.Long
getFilingId()
Getter for filingId The filing return id that this applies toojava.lang.Long
getId()
Getter for id The unique ID number for the augmentation.java.util.Date
getModifiedDate()
Getter for modifiedDate The date/time when this record was last modified.java.lang.Integer
getModifiedUserId()
Getter for modifiedUserId The user ID of the user who last modified this record.void
setCreatedDate(java.util.Date value)
Setter for createdDate The date when this record was created.void
setCreatedUserId(java.lang.Integer value)
Setter for createdUserId The User ID of the user who created this record.void
setFieldAmount(java.math.BigDecimal value)
Setter for fieldAmount The field amount.void
setFieldName(java.lang.String value)
Setter for fieldName The field name.void
setFilingId(java.lang.Long value)
Setter for filingId The filing return id that this applies toovoid
setId(java.lang.Long value)
Setter for id The unique ID number for the augmentation.void
setModifiedDate(java.util.Date value)
Setter for modifiedDate The date/time when this record was last modified.void
setModifiedUserId(java.lang.Integer value)
Setter for modifiedUserId The user ID of the user who last modified this record.java.lang.String
toString()
Returns a JSON string representation of FilingAugmentationModel
-
-
-
Method Detail
-
getId
public java.lang.Long getId()
Getter for id The unique ID number for the augmentation.
-
setId
public void setId(java.lang.Long value)
Setter for id The unique ID number for the augmentation.
-
getFilingId
public java.lang.Long getFilingId()
Getter for filingId The filing return id that this applies too
-
setFilingId
public void setFilingId(java.lang.Long value)
Setter for filingId The filing return id that this applies too
-
getFieldAmount
public java.math.BigDecimal getFieldAmount()
Getter for fieldAmount The field amount.
-
setFieldAmount
public void setFieldAmount(java.math.BigDecimal value)
Setter for fieldAmount The field amount.
-
getFieldName
public java.lang.String getFieldName()
Getter for fieldName The field name.
-
setFieldName
public void setFieldName(java.lang.String value)
Setter for fieldName The field name.
-
getCreatedDate
public java.util.Date getCreatedDate()
Getter for createdDate The date when this record was created.
-
setCreatedDate
public void setCreatedDate(java.util.Date value)
Setter for createdDate The date when this record was created.
-
getCreatedUserId
public java.lang.Integer getCreatedUserId()
Getter for createdUserId The User ID of the user who created this record.
-
setCreatedUserId
public void setCreatedUserId(java.lang.Integer value)
Setter for createdUserId The User ID of the user who created this record.
-
getModifiedDate
public java.util.Date getModifiedDate()
Getter for modifiedDate The date/time when this record was last modified.
-
setModifiedDate
public void setModifiedDate(java.util.Date value)
Setter for modifiedDate The date/time when this record was last modified.
-
getModifiedUserId
public java.lang.Integer getModifiedUserId()
Getter for modifiedUserId The user ID of the user who last modified this record.
-
setModifiedUserId
public void setModifiedUserId(java.lang.Integer value)
Setter for modifiedUserId The user ID of the user who last modified this record.
-
toString
public java.lang.String toString()
Returns a JSON string representation of FilingAugmentationModel- Overrides:
toString
in classjava.lang.Object
-
-