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 TaxNoticeFileNamevoidSetter for attachmentUploadRequestvoidsetComment(String value) Setter for comment TaxNoticeCommentvoidsetCommentLink(String value) Setter for commentLink TaxNoticeCommentLinkvoidsetCommentType(CommentType value) Setter for commentType taxNoticeCommentTypevoidsetCommentTypeId(Integer value) Setter for commentTypeId taxNoticeCommentTypeIdvoidsetCommentUserId(Integer value) Setter for commentUserId TaxNoticeCommentUserIdvoidsetCommentUserName(String value) Setter for commentUserName TaxNoticeCommentUserNamevoidSetter for date The date this comment was enteredvoidSetter for id The unique ID number of this notice.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.voidsetNoticeId(Integer value) Setter for noticeId The ID of the notice this comment is attached toovoidsetResourceFileId(Long value) Setter for resourceFileId resourceFileIdvoidsetTaxNoticeFileName(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
-