Class TaxAuthorityModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.TaxAuthorityModel
-
public class TaxAuthorityModel extends java.lang.Object
Tax Authority Model
-
-
Constructor Summary
Constructors Constructor Description TaxAuthorityModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
getId()
Getter for id The unique ID number of this tax authority.java.lang.Integer
getJurisdictionId()
Getter for jurisdictionId The unique ID number of the jurisdiction for this tax authority.java.lang.String
getName()
Getter for name The friendly name of this tax authority.java.lang.Integer
getTaxAuthorityTypeId()
Getter for taxAuthorityTypeId The type of this tax authority.void
setId(java.lang.Integer value)
Setter for id The unique ID number of this tax authority.void
setJurisdictionId(java.lang.Integer value)
Setter for jurisdictionId The unique ID number of the jurisdiction for this tax authority.void
setName(java.lang.String value)
Setter for name The friendly name of this tax authority.void
setTaxAuthorityTypeId(java.lang.Integer value)
Setter for taxAuthorityTypeId The type of this tax authority.java.lang.String
toString()
Returns a JSON string representation of TaxAuthorityModel
-
-
-
Method Detail
-
getId
public java.lang.Integer getId()
Getter for id The unique ID number of this tax authority.
-
setId
public void setId(java.lang.Integer value)
Setter for id The unique ID number of this tax authority.
-
getName
public java.lang.String getName()
Getter for name The friendly name of this tax authority.
-
setName
public void setName(java.lang.String value)
Setter for name The friendly name of this tax authority.
-
getTaxAuthorityTypeId
public java.lang.Integer getTaxAuthorityTypeId()
Getter for taxAuthorityTypeId The type of this tax authority.
-
setTaxAuthorityTypeId
public void setTaxAuthorityTypeId(java.lang.Integer value)
Setter for taxAuthorityTypeId The type of this tax authority.
-
getJurisdictionId
public java.lang.Integer getJurisdictionId()
Getter for jurisdictionId The unique ID number of the jurisdiction for this tax authority.
-
setJurisdictionId
public void setJurisdictionId(java.lang.Integer value)
Setter for jurisdictionId The unique ID number of the jurisdiction for this tax authority.
-
toString
public java.lang.String toString()
Returns a JSON string representation of TaxAuthorityModel- Overrides:
toString
in classjava.lang.Object
-
-