Class NoticeCommentModel

java.lang.Object
net.avalara.avatax.rest.client.models.NoticeCommentModel

public class NoticeCommentModel extends Object
Represents communication between Avalara and the company regarding the processing of a tax notice.
  • Constructor Details

    • NoticeCommentModel

      public NoticeCommentModel()
  • Method Details

    • getId

      public Integer getId()
      Getter for id The unique ID number of this notice.
    • setId

      public void setId(Integer value)
      Setter for id The unique ID number of this notice.
    • getNoticeId

      public Integer getNoticeId()
      Getter for noticeId The ID of the notice this comment is attached too
    • setNoticeId

      public void setNoticeId(Integer value)
      Setter for noticeId The ID of the notice this comment is attached too
    • getDate

      public Date getDate()
      Getter for date The date this comment was entered
    • setDate

      public void setDate(Date value)
      Setter for date The date this comment was entered
    • getComment

      public String getComment()
      Getter for comment TaxNoticeComment
    • setComment

      public void setComment(String value)
      Setter for comment TaxNoticeComment
    • getCommentUserId

      public Integer getCommentUserId()
      Getter for commentUserId TaxNoticeCommentUserId
    • setCommentUserId

      public void setCommentUserId(Integer value)
      Setter for commentUserId TaxNoticeCommentUserId
    • getCommentUserName

      public String getCommentUserName()
      Getter for commentUserName TaxNoticeCommentUserName
    • setCommentUserName

      public void setCommentUserName(String value)
      Setter for commentUserName TaxNoticeCommentUserName
    • getCommentTypeId

      public Integer getCommentTypeId()
      Getter for commentTypeId taxNoticeCommentTypeId
    • setCommentTypeId

      public void setCommentTypeId(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 String getCommentLink()
      Getter for commentLink TaxNoticeCommentLink
    • setCommentLink

      public void setCommentLink(String value)
      Setter for commentLink TaxNoticeCommentLink
    • getTaxNoticeFileName

      public String getTaxNoticeFileName()
      Getter for taxNoticeFileName TaxNoticeFileName
    • setTaxNoticeFileName

      public void setTaxNoticeFileName(String value)
      Setter for taxNoticeFileName TaxNoticeFileName
    • getResourceFileId

      public Long getResourceFileId()
      Getter for resourceFileId resourceFileId
    • setResourceFileId

      public void setResourceFileId(Long value)
      Setter for resourceFileId resourceFileId
    • getModifiedDate

      public Date getModifiedDate()
      Getter for modifiedDate The date/time when this record was last modified.
    • setModifiedDate

      public void setModifiedDate(Date value)
      Setter for modifiedDate The date/time when this record was last modified.
    • getModifiedUserId

      public Integer getModifiedUserId()
      Getter for modifiedUserId The user ID of the user who last modified this record.
    • setModifiedUserId

      public void setModifiedUserId(Integer value)
      Setter for modifiedUserId The user ID of the user who last modified this record.
    • getAttachmentUploadRequest

      public ResourceFileUploadRequestModel getAttachmentUploadRequest()
      Getter for attachmentUploadRequest
    • setAttachmentUploadRequest

      public void setAttachmentUploadRequest(ResourceFileUploadRequestModel value)
      Setter for attachmentUploadRequest
    • toString

      public String toString()
      Returns a JSON string representation of NoticeCommentModel
      Overrides:
      toString in class Object