Class NoticeRootCauseDetail
java.lang.Object
net.avalara.avatax.rest.client.models.NoticeRootCauseDetail
NoticeRootCause Model
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
Getter for id The unique ID number of this filing frequency.Getter for noticeId TaxNoticeIdGetter for taxNoticeRootCauseId TaxNoticeRootCauseIdvoid
Setter for id The unique ID number of this filing frequency.void
setNoticeId
(Integer value) Setter for noticeId TaxNoticeIdvoid
setTaxNoticeRootCauseId
(Integer value) Setter for taxNoticeRootCauseId TaxNoticeRootCauseIdtoString()
Returns a JSON string representation of NoticeRootCauseDetail
-
Constructor Details
-
NoticeRootCauseDetail
public NoticeRootCauseDetail()
-
-
Method Details
-
getId
Getter for id The unique ID number of this filing frequency. -
setId
Setter for id The unique ID number of this filing frequency. -
getNoticeId
Getter for noticeId TaxNoticeId -
setNoticeId
Setter for noticeId TaxNoticeId -
getTaxNoticeRootCauseId
Getter for taxNoticeRootCauseId TaxNoticeRootCauseId -
setTaxNoticeRootCauseId
Setter for taxNoticeRootCauseId TaxNoticeRootCauseId -
toString
Returns a JSON string representation of NoticeRootCauseDetail
-