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