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 detail
    java.lang.String getComment()
    Getter for comment TaxNoticeComment
    java.lang.String getCommentLink()
    Getter for commentLink TaxNoticeCommentLink
    CommentType getCommentType()
    Getter for commentType taxNoticeCommentType
    java.lang.Integer getCommentTypeId()
    Getter for commentTypeId taxNoticeCommentTypeId
    java.lang.Integer getCommentUserId()
    Getter for commentUserId TaxNoticeCommentUserId
    java.lang.String getCommentUserName()
    Getter for commentUserName TaxNoticeCommentUserName
    java.util.Date getDate()
    Getter for date The date this comment was entered
    java.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 too
    java.lang.Long getResourceFileId()
    Getter for resourceFileId resourceFileId
    java.lang.String getTaxNoticeFileName()
    Getter for taxNoticeFileName TaxNoticeFileName
    void setAttachmentUploadRequest​(ResourceFileUploadRequestModel value)
    Setter for attachmentUploadRequest An attachment to the detail
    void setComment​(java.lang.String value)
    Setter for comment TaxNoticeComment
    void setCommentLink​(java.lang.String value)
    Setter for commentLink TaxNoticeCommentLink
    void setCommentType​(CommentType value)
    Setter for commentType taxNoticeCommentType
    void setCommentTypeId​(java.lang.Integer value)
    Setter for commentTypeId taxNoticeCommentTypeId
    void setCommentUserId​(java.lang.Integer value)
    Setter for commentUserId TaxNoticeCommentUserId
    void setCommentUserName​(java.lang.String value)
    Setter for commentUserName TaxNoticeCommentUserName
    void setDate​(java.util.Date value)
    Setter for date The date this comment was entered
    void 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 too
    void setResourceFileId​(java.lang.Long value)
    Setter for resourceFileId resourceFileId
    void setTaxNoticeFileName​(java.lang.String value)
    Setter for taxNoticeFileName TaxNoticeFileName
    java.lang.String toString()
    Returns a JSON string representation of NoticeCommentModel

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • 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

      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:
      toString in class java.lang.Object