Class NoticeRootCauseDetailModel
java.lang.Object
net.avalara.avatax.rest.client.models.NoticeRootCauseDetailModel
NoticeRootCause Model
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for description The description name of this root causegetId()
Getter for id The unique ID number of this filing frequency.Getter for noticeId TaxNoticeIdGetter for taxNoticeRootCauseId TaxNoticeRootCauseIdvoid
setDescription
(String value) Setter for description The description name of this root causevoid
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 NoticeRootCauseDetailModel
-
Constructor Details
-
NoticeRootCauseDetailModel
public NoticeRootCauseDetailModel()
-
-
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 -
getDescription
Getter for description The description name of this root cause -
setDescription
Setter for description The description name of this root cause -
toString
Returns a JSON string representation of NoticeRootCauseDetailModel
-