Class NoticeRootCauseDetailModel
java.lang.Object
net.avalara.avatax.rest.client.models.NoticeRootCauseDetailModel
public class NoticeRootCauseDetailModel
extends java.lang.Object
NoticeRootCause Model
-
Constructor Summary
Constructors Constructor Description NoticeRootCauseDetailModel()
-
Method Summary
Modifier and Type Method Description java.lang.String
getDescription()
Getter for description The description name of this root causejava.lang.Integer
getId()
Getter for id The unique ID number of this filing frequency.java.lang.Integer
getNoticeId()
Getter for noticeId TaxNoticeIdjava.lang.Integer
getTaxNoticeRootCauseId()
Getter for taxNoticeRootCauseId TaxNoticeRootCauseIdvoid
setDescription(java.lang.String value)
Setter for description The description name of this root causevoid
setId(java.lang.Integer value)
Setter for id The unique ID number of this filing frequency.void
setNoticeId(java.lang.Integer value)
Setter for noticeId TaxNoticeIdvoid
setTaxNoticeRootCauseId(java.lang.Integer value)
Setter for taxNoticeRootCauseId TaxNoticeRootCauseIdjava.lang.String
toString()
Returns a JSON string representation of NoticeRootCauseDetailModel
-
Constructor Details
-
NoticeRootCauseDetailModel
public NoticeRootCauseDetailModel()
-
-
Method Details
-
getId
public java.lang.Integer getId()Getter for id The unique ID number of this filing frequency. -
setId
public void setId(java.lang.Integer value)Setter for id The unique ID number of this filing frequency. -
getNoticeId
public java.lang.Integer getNoticeId()Getter for noticeId TaxNoticeId -
setNoticeId
public void setNoticeId(java.lang.Integer value)Setter for noticeId TaxNoticeId -
getTaxNoticeRootCauseId
public java.lang.Integer getTaxNoticeRootCauseId()Getter for taxNoticeRootCauseId TaxNoticeRootCauseId -
setTaxNoticeRootCauseId
public void setTaxNoticeRootCauseId(java.lang.Integer value)Setter for taxNoticeRootCauseId TaxNoticeRootCauseId -
getDescription
public java.lang.String getDescription()Getter for description The description name of this root cause -
setDescription
public void setDescription(java.lang.String value)Setter for description The description name of this root cause -
toString
public java.lang.String toString()Returns a JSON string representation of NoticeRootCauseDetailModel- Overrides:
toString
in classjava.lang.Object
-