Class NoticeCommentModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.NoticeCommentModel
-
public class NoticeCommentModel extends java.lang.ObjectRepresents communication between Avalara and the company regarding the processing of a tax notice.
-
-
Constructor Summary
Constructors Constructor Description NoticeCommentModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceFileUploadRequestModelgetAttachmentUploadRequest()Getter for attachmentUploadRequest An attachment to the detailjava.lang.StringgetComment()Getter for comment TaxNoticeCommentjava.lang.StringgetCommentLink()Getter for commentLink TaxNoticeCommentLinkCommentTypegetCommentType()Getter for commentType taxNoticeCommentTypejava.lang.IntegergetCommentTypeId()Getter for commentTypeId taxNoticeCommentTypeIdjava.lang.IntegergetCommentUserId()Getter for commentUserId TaxNoticeCommentUserIdjava.lang.StringgetCommentUserName()Getter for commentUserName TaxNoticeCommentUserNamejava.util.DategetDate()Getter for date The date this comment was enteredjava.lang.IntegergetId()Getter for id The unique ID number of this notice.java.util.DategetModifiedDate()Getter for modifiedDate The date/time when this record was last modified.java.lang.IntegergetModifiedUserId()Getter for modifiedUserId The user ID of the user who last modified this record.java.lang.IntegergetNoticeId()Getter for noticeId The ID of the notice this comment is attached toojava.lang.LonggetResourceFileId()Getter for resourceFileId resourceFileIdjava.lang.StringgetTaxNoticeFileName()Getter for taxNoticeFileName TaxNoticeFileNamevoidsetAttachmentUploadRequest(ResourceFileUploadRequestModel value)Setter for attachmentUploadRequest An attachment to the detailvoidsetComment(java.lang.String value)Setter for comment TaxNoticeCommentvoidsetCommentLink(java.lang.String value)Setter for commentLink TaxNoticeCommentLinkvoidsetCommentType(CommentType value)Setter for commentType taxNoticeCommentTypevoidsetCommentTypeId(java.lang.Integer value)Setter for commentTypeId taxNoticeCommentTypeIdvoidsetCommentUserId(java.lang.Integer value)Setter for commentUserId TaxNoticeCommentUserIdvoidsetCommentUserName(java.lang.String value)Setter for commentUserName TaxNoticeCommentUserNamevoidsetDate(java.util.Date value)Setter for date The date this comment was enteredvoidsetId(java.lang.Integer value)Setter for id The unique ID number of this notice.voidsetModifiedDate(java.util.Date value)Setter for modifiedDate The date/time when this record was last modified.voidsetModifiedUserId(java.lang.Integer value)Setter for modifiedUserId The user ID of the user who last modified this record.voidsetNoticeId(java.lang.Integer value)Setter for noticeId The ID of the notice this comment is attached toovoidsetResourceFileId(java.lang.Long value)Setter for resourceFileId resourceFileIdvoidsetTaxNoticeFileName(java.lang.String value)Setter for taxNoticeFileName TaxNoticeFileNamejava.lang.StringtoString()Returns a JSON string representation of NoticeCommentModel
-
-
-
Method Detail
-
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
public CommentType getCommentType()
Getter for commentType taxNoticeCommentType
-
setCommentType
public void setCommentType(CommentType value)
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
public ResourceFileUploadRequestModel getAttachmentUploadRequest()
Getter for attachmentUploadRequest An attachment to the detail
-
setAttachmentUploadRequest
public void setAttachmentUploadRequest(ResourceFileUploadRequestModel value)
Setter for attachmentUploadRequest An attachment to the detail
-
toString
public java.lang.String toString()
Returns a JSON string representation of NoticeCommentModel- Overrides:
toStringin classjava.lang.Object
-
-