Class NoticeCommentModel
java.lang.Object
net.avalara.avatax.rest.client.models.NoticeCommentModel
Represents communication between Avalara and the company regarding the processing of a tax notice.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for attachmentUploadRequestGetter for comment TaxNoticeCommentGetter for commentLink TaxNoticeCommentLinkGetter for commentType taxNoticeCommentTypeGetter for commentTypeId taxNoticeCommentTypeIdGetter for commentUserId TaxNoticeCommentUserIdGetter for commentUserName TaxNoticeCommentUserNamegetDate()
Getter for date The date this comment was enteredgetId()
Getter for id The unique ID number of this notice.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.Getter for noticeId The ID of the notice this comment is attached tooGetter for resourceFileId resourceFileIdGetter for taxNoticeFileName TaxNoticeFileNamevoid
Setter for attachmentUploadRequestvoid
setComment
(String value) Setter for comment TaxNoticeCommentvoid
setCommentLink
(String value) Setter for commentLink TaxNoticeCommentLinkvoid
setCommentType
(CommentType value) Setter for commentType taxNoticeCommentTypevoid
setCommentTypeId
(Integer value) Setter for commentTypeId taxNoticeCommentTypeIdvoid
setCommentUserId
(Integer value) Setter for commentUserId TaxNoticeCommentUserIdvoid
setCommentUserName
(String value) Setter for commentUserName TaxNoticeCommentUserNamevoid
Setter for date The date this comment was enteredvoid
Setter for id The unique ID number of this notice.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.void
setNoticeId
(Integer value) Setter for noticeId The ID of the notice this comment is attached toovoid
setResourceFileId
(Long value) Setter for resourceFileId resourceFileIdvoid
setTaxNoticeFileName
(String value) Setter for taxNoticeFileName TaxNoticeFileNametoString()
Returns a JSON string representation of NoticeCommentModel
-
Constructor Details
-
NoticeCommentModel
public NoticeCommentModel()
-
-
Method Details
-
getId
Getter for id The unique ID number of this notice. -
setId
Setter for id The unique ID number of this notice. -
getNoticeId
Getter for noticeId The ID of the notice this comment is attached too -
setNoticeId
Setter for noticeId The ID of the notice this comment is attached too -
getDate
Getter for date The date this comment was entered -
setDate
Setter for date The date this comment was entered -
getComment
Getter for comment TaxNoticeComment -
setComment
Setter for comment TaxNoticeComment -
getCommentUserId
Getter for commentUserId TaxNoticeCommentUserId -
setCommentUserId
Setter for commentUserId TaxNoticeCommentUserId -
getCommentUserName
Getter for commentUserName TaxNoticeCommentUserName -
setCommentUserName
Setter for commentUserName TaxNoticeCommentUserName -
getCommentTypeId
Getter for commentTypeId taxNoticeCommentTypeId -
setCommentTypeId
Setter for commentTypeId taxNoticeCommentTypeId -
getCommentType
Getter for commentType taxNoticeCommentType -
setCommentType
Setter for commentType taxNoticeCommentType -
getCommentLink
Getter for commentLink TaxNoticeCommentLink -
setCommentLink
Setter for commentLink TaxNoticeCommentLink -
getTaxNoticeFileName
Getter for taxNoticeFileName TaxNoticeFileName -
setTaxNoticeFileName
Setter for taxNoticeFileName TaxNoticeFileName -
getResourceFileId
Getter for resourceFileId resourceFileId -
setResourceFileId
Setter for resourceFileId resourceFileId -
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. -
getAttachmentUploadRequest
Getter for attachmentUploadRequest -
setAttachmentUploadRequest
Setter for attachmentUploadRequest -
toString
Returns a JSON string representation of NoticeCommentModel
-