Class ExposureZoneModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.ExposureZoneModel
-
public class ExposureZoneModel extends java.lang.ObjectInformation about a physical area or zone in which a certificate can apply. An exposure zone for an exemption certificate will generally be a tax authority such as a state, country, or local government entity.
-
-
Constructor Summary
Constructors Constructor Description ExposureZoneModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetCompanyId()Getter for companyId The unique ID number of the AvaTax company that recorded this customer.java.lang.StringgetCountry()Getter for country Two character ISO 3166 county code for the country component of this exposure zone.java.util.DategetCreated()Getter for created The date when this record was created.java.lang.StringgetDescription()Getter for description A more complete description of this exposure zone, suitable for use as a tooltip or help text.java.lang.IntegergetId()Getter for id A unique ID number representing this exposure zone.java.util.DategetModified()Getter for modified The date/time when this record was last modified.java.lang.StringgetName()Getter for name The short name of this exposure zone, suitable for use in a drop-down list.java.lang.StringgetRegion()Getter for region Two or three character ISO 3166 region, province, or state name of this exposure zone.java.lang.StringgetTag()Getter for tag A tag indicatingvoidsetCompanyId(java.lang.Integer value)Setter for companyId The unique ID number of the AvaTax company that recorded this customer.voidsetCountry(java.lang.String value)Setter for country Two character ISO 3166 county code for the country component of this exposure zone.voidsetCreated(java.util.Date value)Setter for created The date when this record was created.voidsetDescription(java.lang.String value)Setter for description A more complete description of this exposure zone, suitable for use as a tooltip or help text.voidsetId(java.lang.Integer value)Setter for id A unique ID number representing this exposure zone.voidsetModified(java.util.Date value)Setter for modified The date/time when this record was last modified.voidsetName(java.lang.String value)Setter for name The short name of this exposure zone, suitable for use in a drop-down list.voidsetRegion(java.lang.String value)Setter for region Two or three character ISO 3166 region, province, or state name of this exposure zone.voidsetTag(java.lang.String value)Setter for tag A tag indicatingjava.lang.StringtoString()Returns a JSON string representation of ExposureZoneModel
-
-
-
Method Detail
-
getId
public java.lang.Integer getId()
Getter for id A unique ID number representing this exposure zone.
-
setId
public void setId(java.lang.Integer value)
Setter for id A unique ID number representing this exposure zone.
-
getCompanyId
public java.lang.Integer getCompanyId()
Getter for companyId The unique ID number of the AvaTax company that recorded this customer.
-
setCompanyId
public void setCompanyId(java.lang.Integer value)
Setter for companyId The unique ID number of the AvaTax company that recorded this customer.
-
getName
public java.lang.String getName()
Getter for name The short name of this exposure zone, suitable for use in a drop-down list.
-
setName
public void setName(java.lang.String value)
Setter for name The short name of this exposure zone, suitable for use in a drop-down list.
-
getTag
public java.lang.String getTag()
Getter for tag A tag indicating
-
setTag
public void setTag(java.lang.String value)
Setter for tag A tag indicating
-
getDescription
public java.lang.String getDescription()
Getter for description A more complete description of this exposure zone, suitable for use as a tooltip or help text.
-
setDescription
public void setDescription(java.lang.String value)
Setter for description A more complete description of this exposure zone, suitable for use as a tooltip or help text.
-
getCreated
public java.util.Date getCreated()
Getter for created The date when this record was created.
-
setCreated
public void setCreated(java.util.Date value)
Setter for created The date when this record was created.
-
getModified
public java.util.Date getModified()
Getter for modified The date/time when this record was last modified.
-
setModified
public void setModified(java.util.Date value)
Setter for modified The date/time when this record was last modified.
-
getRegion
public java.lang.String getRegion()
Getter for region Two or three character ISO 3166 region, province, or state name of this exposure zone.
-
setRegion
public void setRegion(java.lang.String value)
Setter for region Two or three character ISO 3166 region, province, or state name of this exposure zone.
-
getCountry
public java.lang.String getCountry()
Getter for country Two character ISO 3166 county code for the country component of this exposure zone.
-
setCountry
public void setCountry(java.lang.String value)
Setter for country Two character ISO 3166 county code for the country component of this exposure zone.
-
toString
public java.lang.String toString()
Returns a JSON string representation of ExposureZoneModel- Overrides:
toStringin classjava.lang.Object
-
-