Class NoticeResponsibilityDetailModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.NoticeResponsibilityDetailModel
-
public class NoticeResponsibilityDetailModel extends java.lang.Object
NoticeResponsibility Model
-
-
Constructor Summary
Constructors Constructor Description NoticeResponsibilityDetailModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDescription()
Getter for description The description name of this filing frequencyjava.lang.Integer
getId()
Getter for id The unique ID number of this filing frequency.java.lang.Integer
getNoticeId()
Getter for noticeId TaxNoticeIdjava.lang.Integer
getTaxNoticeResponsibilityId()
Getter for taxNoticeResponsibilityId TaxNoticeResponsibilityIdvoid
setDescription(java.lang.String value)
Setter for description The description name of this filing frequencyvoid
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
setTaxNoticeResponsibilityId(java.lang.Integer value)
Setter for taxNoticeResponsibilityId TaxNoticeResponsibilityIdjava.lang.String
toString()
Returns a JSON string representation of NoticeResponsibilityDetailModel
-
-
-
Method Detail
-
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
-
getTaxNoticeResponsibilityId
public java.lang.Integer getTaxNoticeResponsibilityId()
Getter for taxNoticeResponsibilityId TaxNoticeResponsibilityId
-
setTaxNoticeResponsibilityId
public void setTaxNoticeResponsibilityId(java.lang.Integer value)
Setter for taxNoticeResponsibilityId TaxNoticeResponsibilityId
-
getDescription
public java.lang.String getDescription()
Getter for description The description name of this filing frequency
-
setDescription
public void setDescription(java.lang.String value)
Setter for description The description name of this filing frequency
-
toString
public java.lang.String toString()
Returns a JSON string representation of NoticeResponsibilityDetailModel- Overrides:
toString
in classjava.lang.Object
-
-