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.voidsetCreatedDate(Date value) Setter for createdDate The date when this record was created.voidsetCreatedUserId(Integer value) Setter for createdUserId The User ID of the user who created this record.voidsetFieldAmount(BigDecimal value) Setter for fieldAmount The field amount.voidsetFieldName(String value) Setter for fieldName The field name.voidsetFilingId(Long value) Setter for filingId The filing return id that this applies toovoidSetter for id The unique ID number for the augmentation.voidsetModifiedDate(Date value) Setter for modifiedDate The date/time when this record was last modified.voidsetModifiedUserId(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
-