public class NoticeCommentModel
extends java.lang.Object
Constructor and Description |
---|
NoticeCommentModel() |
Modifier and Type | Method and Description |
---|---|
ResourceFileUploadRequestModel |
getAttachmentUploadRequest()
Getter for attachmentUploadRequest - Represents communication between Avalara and the company regarding the processing of a tax notice.
|
java.lang.String |
getComment()
Getter for comment - Represents communication between Avalara and the company regarding the processing of a tax notice.
|
java.lang.String |
getCommentLink()
Getter for commentLink - Represents communication between Avalara and the company regarding the processing of a tax notice.
|
CommentType |
getCommentType()
Getter for commentType - Represents communication between Avalara and the company regarding the processing of a tax notice.
|
java.lang.Integer |
getCommentTypeId()
Getter for commentTypeId - Represents communication between Avalara and the company regarding the processing of a tax notice.
|
java.lang.Integer |
getCommentUserId()
Getter for commentUserId - Represents communication between Avalara and the company regarding the processing of a tax notice.
|
java.lang.String |
getCommentUserName()
Getter for commentUserName - Represents communication between Avalara and the company regarding the processing of a tax notice.
|
java.util.Date |
getDate()
Getter for date - Represents communication between Avalara and the company regarding the processing of a tax notice.
|
java.lang.Integer |
getId()
Getter for id - Represents communication between Avalara and the company regarding the processing of a tax notice.
|
java.util.Date |
getModifiedDate()
Getter for modifiedDate - Represents communication between Avalara and the company regarding the processing of a tax notice.
|
java.lang.Integer |
getModifiedUserId()
Getter for modifiedUserId - Represents communication between Avalara and the company regarding the processing of a tax notice.
|
java.lang.Integer |
getNoticeId()
Getter for noticeId - Represents communication between Avalara and the company regarding the processing of a tax notice.
|
java.lang.Long |
getResourceFileId()
Getter for resourceFileId - Represents communication between Avalara and the company regarding the processing of a tax notice.
|
java.lang.String |
getTaxNoticeFileName()
Getter for taxNoticeFileName - Represents communication between Avalara and the company regarding the processing of a tax notice.
|
void |
setAttachmentUploadRequest(ResourceFileUploadRequestModel attachmentUploadRequest)
Setter for attachmentUploadRequest - Represents communication between Avalara and the company regarding the processing of a tax notice.
|
void |
setComment(java.lang.String comment)
Setter for comment - Represents communication between Avalara and the company regarding the processing of a tax notice.
|
void |
setCommentLink(java.lang.String commentLink)
Setter for commentLink - Represents communication between Avalara and the company regarding the processing of a tax notice.
|
void |
setCommentType(CommentType commentType)
Setter for commentType - Represents communication between Avalara and the company regarding the processing of a tax notice.
|
void |
setCommentTypeId(java.lang.Integer commentTypeId)
Setter for commentTypeId - Represents communication between Avalara and the company regarding the processing of a tax notice.
|
void |
setCommentUserId(java.lang.Integer commentUserId)
Setter for commentUserId - Represents communication between Avalara and the company regarding the processing of a tax notice.
|
void |
setCommentUserName(java.lang.String commentUserName)
Setter for commentUserName - Represents communication between Avalara and the company regarding the processing of a tax notice.
|
void |
setDate(java.util.Date date)
Setter for date - Represents communication between Avalara and the company regarding the processing of a tax notice.
|
void |
setId(java.lang.Integer id)
Setter for id - Represents communication between Avalara and the company regarding the processing of a tax notice.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Setter for modifiedDate - Represents communication between Avalara and the company regarding the processing of a tax notice.
|
void |
setModifiedUserId(java.lang.Integer modifiedUserId)
Setter for modifiedUserId - Represents communication between Avalara and the company regarding the processing of a tax notice.
|
void |
setNoticeId(java.lang.Integer noticeId)
Setter for noticeId - Represents communication between Avalara and the company regarding the processing of a tax notice.
|
void |
setResourceFileId(java.lang.Long resourceFileId)
Setter for resourceFileId - Represents communication between Avalara and the company regarding the processing of a tax notice.
|
void |
setTaxNoticeFileName(java.lang.String taxNoticeFileName)
Setter for taxNoticeFileName - Represents communication between Avalara and the company regarding the processing of a tax notice.
|
java.lang.String |
toString()
Returns a JSON string representation of NoticeCommentModel.
|
public java.lang.String getTaxNoticeFileName()
public void setTaxNoticeFileName(java.lang.String taxNoticeFileName)
public java.lang.String getCommentLink()
public void setCommentLink(java.lang.String commentLink)
public java.util.Date getModifiedDate()
public void setModifiedDate(java.util.Date modifiedDate)
public java.lang.Integer getCommentUserId()
public void setCommentUserId(java.lang.Integer commentUserId)
public java.lang.Integer getCommentTypeId()
public void setCommentTypeId(java.lang.Integer commentTypeId)
public java.lang.String getCommentUserName()
public void setCommentUserName(java.lang.String commentUserName)
public java.lang.Integer getNoticeId()
public void setNoticeId(java.lang.Integer noticeId)
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
public java.util.Date getDate()
public void setDate(java.util.Date date)
public java.lang.String getComment()
public void setComment(java.lang.String comment)
public ResourceFileUploadRequestModel getAttachmentUploadRequest()
public void setAttachmentUploadRequest(ResourceFileUploadRequestModel attachmentUploadRequest)
public java.lang.Integer getModifiedUserId()
public void setModifiedUserId(java.lang.Integer modifiedUserId)
public CommentType getCommentType()
public void setCommentType(CommentType commentType)
public java.lang.Long getResourceFileId()
public void setResourceFileId(java.lang.Long resourceFileId)
public java.lang.String toString()
toString
in class java.lang.Object