Class NoticeCommentModel
java.lang.Object
net.avalara.avatax.rest.client.models.NoticeCommentModel
public class NoticeCommentModel
extends java.lang.Object
Represents communication between Avalara and the company regarding the processing of a tax notice.
-
Constructor Summary
Constructors Constructor Description NoticeCommentModel()
-
Method Summary
Modifier and Type Method Description ResourceFileUploadRequestModel
getAttachmentUploadRequest()
Getter for attachmentUploadRequest An attachment to the detailjava.lang.String
getComment()
Getter for comment TaxNoticeCommentjava.lang.String
getCommentLink()
Getter for commentLink TaxNoticeCommentLinkCommentType
getCommentType()
Getter for commentType taxNoticeCommentTypejava.lang.Integer
getCommentTypeId()
Getter for commentTypeId taxNoticeCommentTypeIdjava.lang.Integer
getCommentUserId()
Getter for commentUserId TaxNoticeCommentUserIdjava.lang.String
getCommentUserName()
Getter for commentUserName TaxNoticeCommentUserNamejava.util.Date
getDate()
Getter for date The date this comment was enteredjava.lang.Integer
getId()
Getter for id The unique ID number of this notice.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.java.lang.Integer
getNoticeId()
Getter for noticeId The ID of the notice this comment is attached toojava.lang.Long
getResourceFileId()
Getter for resourceFileId resourceFileIdjava.lang.String
getTaxNoticeFileName()
Getter for taxNoticeFileName TaxNoticeFileNamevoid
setAttachmentUploadRequest(ResourceFileUploadRequestModel value)
Setter for attachmentUploadRequest An attachment to the detailvoid
setComment(java.lang.String value)
Setter for comment TaxNoticeCommentvoid
setCommentLink(java.lang.String value)
Setter for commentLink TaxNoticeCommentLinkvoid
setCommentType(CommentType value)
Setter for commentType taxNoticeCommentTypevoid
setCommentTypeId(java.lang.Integer value)
Setter for commentTypeId taxNoticeCommentTypeIdvoid
setCommentUserId(java.lang.Integer value)
Setter for commentUserId TaxNoticeCommentUserIdvoid
setCommentUserName(java.lang.String value)
Setter for commentUserName TaxNoticeCommentUserNamevoid
setDate(java.util.Date value)
Setter for date The date this comment was enteredvoid
setId(java.lang.Integer value)
Setter for id The unique ID number of this notice.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.void
setNoticeId(java.lang.Integer value)
Setter for noticeId The ID of the notice this comment is attached toovoid
setResourceFileId(java.lang.Long value)
Setter for resourceFileId resourceFileIdvoid
setTaxNoticeFileName(java.lang.String value)
Setter for taxNoticeFileName TaxNoticeFileNamejava.lang.String
toString()
Returns a JSON string representation of NoticeCommentModel
-
Constructor Details
-
NoticeCommentModel
public NoticeCommentModel()
-
-
Method Details
-
getId
public java.lang.Integer getId()Getter for id The unique ID number of this notice. -
setId
public void setId(java.lang.Integer value)Setter for id The unique ID number of this notice. -
getNoticeId
public java.lang.Integer getNoticeId()Getter for noticeId The ID of the notice this comment is attached too -
setNoticeId
public void setNoticeId(java.lang.Integer value)Setter for noticeId The ID of the notice this comment is attached too -
getDate
public java.util.Date getDate()Getter for date The date this comment was entered -
setDate
public void setDate(java.util.Date value)Setter for date The date this comment was entered -
getComment
public java.lang.String getComment()Getter for comment TaxNoticeComment -
setComment
public void setComment(java.lang.String value)Setter for comment TaxNoticeComment -
getCommentUserId
public java.lang.Integer getCommentUserId()Getter for commentUserId TaxNoticeCommentUserId -
setCommentUserId
public void setCommentUserId(java.lang.Integer value)Setter for commentUserId TaxNoticeCommentUserId -
getCommentUserName
public java.lang.String getCommentUserName()Getter for commentUserName TaxNoticeCommentUserName -
setCommentUserName
public void setCommentUserName(java.lang.String value)Setter for commentUserName TaxNoticeCommentUserName -
getCommentTypeId
public java.lang.Integer getCommentTypeId()Getter for commentTypeId taxNoticeCommentTypeId -
setCommentTypeId
public void setCommentTypeId(java.lang.Integer value)Setter for commentTypeId taxNoticeCommentTypeId -
getCommentType
Getter for commentType taxNoticeCommentType -
setCommentType
Setter for commentType taxNoticeCommentType -
getCommentLink
public java.lang.String getCommentLink()Getter for commentLink TaxNoticeCommentLink -
setCommentLink
public void setCommentLink(java.lang.String value)Setter for commentLink TaxNoticeCommentLink -
getTaxNoticeFileName
public java.lang.String getTaxNoticeFileName()Getter for taxNoticeFileName TaxNoticeFileName -
setTaxNoticeFileName
public void setTaxNoticeFileName(java.lang.String value)Setter for taxNoticeFileName TaxNoticeFileName -
getResourceFileId
public java.lang.Long getResourceFileId()Getter for resourceFileId resourceFileId -
setResourceFileId
public void setResourceFileId(java.lang.Long value)Setter for resourceFileId resourceFileId -
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. -
getAttachmentUploadRequest
Getter for attachmentUploadRequest An attachment to the detail -
setAttachmentUploadRequest
Setter for attachmentUploadRequest An attachment to the detail -
toString
public java.lang.String toString()Returns a JSON string representation of NoticeCommentModel- Overrides:
toString
in classjava.lang.Object
-