Class TaxRegionJurisdictionModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.TaxRegionJurisdictionModel
-
public class TaxRegionJurisdictionModel extends java.lang.ObjectThe tax region jurisdiction model.
-
-
Constructor Summary
Constructors Constructor Description TaxRegionJurisdictionModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.DategetEffectiveDate()Getter for effectiveDate The date in which this tax region jurisdiction starts to take effect.java.util.DategetEndDate()Getter for endDate The date in which this tax region jurisdiction stops to take effect.java.lang.IntegergetJurisdictionId()Getter for jurisdictionId The id of the jurisdiction.java.lang.IntegergetJurisdictionLevelId()Getter for jurisdictionLevelId The id of the jurisdiction level.java.lang.IntegergetReportLevel()Getter for reportLevel The report level.java.lang.StringgetRockName()Getter for rockName The rock name.java.lang.StringgetSignatureCode()Getter for signatureCode The signature code.java.lang.StringgetStateAssignedCode()Getter for stateAssignedCode The state assigned code.java.lang.IntegergetTaxAuthorityId()Getter for taxAuthorityId The id of the tax authority.java.lang.IntegergetTaxRegionId()Getter for taxRegionId The id of the tax region.voidsetEffectiveDate(java.util.Date value)Setter for effectiveDate The date in which this tax region jurisdiction starts to take effect.voidsetEndDate(java.util.Date value)Setter for endDate The date in which this tax region jurisdiction stops to take effect.voidsetJurisdictionId(java.lang.Integer value)Setter for jurisdictionId The id of the jurisdiction.voidsetJurisdictionLevelId(java.lang.Integer value)Setter for jurisdictionLevelId The id of the jurisdiction level.voidsetReportLevel(java.lang.Integer value)Setter for reportLevel The report level.voidsetRockName(java.lang.String value)Setter for rockName The rock name.voidsetSignatureCode(java.lang.String value)Setter for signatureCode The signature code.voidsetStateAssignedCode(java.lang.String value)Setter for stateAssignedCode The state assigned code.voidsetTaxAuthorityId(java.lang.Integer value)Setter for taxAuthorityId The id of the tax authority.voidsetTaxRegionId(java.lang.Integer value)Setter for taxRegionId The id of the tax region.java.lang.StringtoString()Returns a JSON string representation of TaxRegionJurisdictionModel
-
-
-
Method Detail
-
getJurisdictionId
public java.lang.Integer getJurisdictionId()
Getter for jurisdictionId The id of the jurisdiction.
-
setJurisdictionId
public void setJurisdictionId(java.lang.Integer value)
Setter for jurisdictionId The id of the jurisdiction.
-
getTaxRegionId
public java.lang.Integer getTaxRegionId()
Getter for taxRegionId The id of the tax region.
-
setTaxRegionId
public void setTaxRegionId(java.lang.Integer value)
Setter for taxRegionId The id of the tax region.
-
getJurisdictionLevelId
public java.lang.Integer getJurisdictionLevelId()
Getter for jurisdictionLevelId The id of the jurisdiction level.
-
setJurisdictionLevelId
public void setJurisdictionLevelId(java.lang.Integer value)
Setter for jurisdictionLevelId The id of the jurisdiction level.
-
getRockName
public java.lang.String getRockName()
Getter for rockName The rock name.
-
setRockName
public void setRockName(java.lang.String value)
Setter for rockName The rock name.
-
getReportLevel
public java.lang.Integer getReportLevel()
Getter for reportLevel The report level.
-
setReportLevel
public void setReportLevel(java.lang.Integer value)
Setter for reportLevel The report level.
-
getStateAssignedCode
public java.lang.String getStateAssignedCode()
Getter for stateAssignedCode The state assigned code.
-
setStateAssignedCode
public void setStateAssignedCode(java.lang.String value)
Setter for stateAssignedCode The state assigned code.
-
getTaxAuthorityId
public java.lang.Integer getTaxAuthorityId()
Getter for taxAuthorityId The id of the tax authority.
-
setTaxAuthorityId
public void setTaxAuthorityId(java.lang.Integer value)
Setter for taxAuthorityId The id of the tax authority.
-
getSignatureCode
public java.lang.String getSignatureCode()
Getter for signatureCode The signature code.
-
setSignatureCode
public void setSignatureCode(java.lang.String value)
Setter for signatureCode The signature code.
-
getEffectiveDate
public java.util.Date getEffectiveDate()
Getter for effectiveDate The date in which this tax region jurisdiction starts to take effect.
-
setEffectiveDate
public void setEffectiveDate(java.util.Date value)
Setter for effectiveDate The date in which this tax region jurisdiction starts to take effect.
-
getEndDate
public java.util.Date getEndDate()
Getter for endDate The date in which this tax region jurisdiction stops to take effect.
-
setEndDate
public void setEndDate(java.util.Date value)
Setter for endDate The date in which this tax region jurisdiction stops to take effect.
-
toString
public java.lang.String toString()
Returns a JSON string representation of TaxRegionJurisdictionModel- Overrides:
toStringin classjava.lang.Object
-
-