Class TaxRegionJurisdictionModel

java.lang.Object
net.avalara.avatax.rest.client.models.TaxRegionJurisdictionModel

public class TaxRegionJurisdictionModel extends Object
The tax region jurisdiction model.
  • Constructor Details

    • TaxRegionJurisdictionModel

      public TaxRegionJurisdictionModel()
  • Method Details

    • getJurisdictionId

      public Integer getJurisdictionId()
      Getter for jurisdictionId The id of the jurisdiction.
    • setJurisdictionId

      public void setJurisdictionId(Integer value)
      Setter for jurisdictionId The id of the jurisdiction.
    • getTaxRegionId

      public Integer getTaxRegionId()
      Getter for taxRegionId The id of the tax region.
    • setTaxRegionId

      public void setTaxRegionId(Integer value)
      Setter for taxRegionId The id of the tax region.
    • getJurisdictionLevelId

      public Integer getJurisdictionLevelId()
      Getter for jurisdictionLevelId The id of the jurisdiction level.
    • setJurisdictionLevelId

      public void setJurisdictionLevelId(Integer value)
      Setter for jurisdictionLevelId The id of the jurisdiction level.
    • getRockName

      public String getRockName()
      Getter for rockName The rock name.
    • setRockName

      public void setRockName(String value)
      Setter for rockName The rock name.
    • getReportLevel

      public Integer getReportLevel()
      Getter for reportLevel The report level.
    • setReportLevel

      public void setReportLevel(Integer value)
      Setter for reportLevel The report level.
    • getStateAssignedCode

      public String getStateAssignedCode()
      Getter for stateAssignedCode The state assigned code.
    • setStateAssignedCode

      public void setStateAssignedCode(String value)
      Setter for stateAssignedCode The state assigned code.
    • getTaxAuthorityId

      public Integer getTaxAuthorityId()
      Getter for taxAuthorityId The id of the tax authority.
    • setTaxAuthorityId

      public void setTaxAuthorityId(Integer value)
      Setter for taxAuthorityId The id of the tax authority.
    • getSignatureCode

      public String getSignatureCode()
      Getter for signatureCode The signature code.
    • setSignatureCode

      public void setSignatureCode(String value)
      Setter for signatureCode The signature code.
    • getEffectiveDate

      public Date getEffectiveDate()
      Getter for effectiveDate The date in which this tax region jurisdiction starts to take effect.
    • setEffectiveDate

      public void setEffectiveDate(Date value)
      Setter for effectiveDate The date in which this tax region jurisdiction starts to take effect.
    • getEndDate

      public Date getEndDate()
      Getter for endDate The date in which this tax region jurisdiction stops to take effect.
    • setEndDate

      public void setEndDate(Date value)
      Setter for endDate The date in which this tax region jurisdiction stops to take effect.
    • getModifiedDate

      public Date getModifiedDate()
      Getter for modifiedDate The modifiedDate of the tax region jurisdiction.
    • setModifiedDate

      public void setModifiedDate(Date value)
      Setter for modifiedDate The modifiedDate of the tax region jurisdiction.
    • toString

      public String toString()
      Returns a JSON string representation of TaxRegionJurisdictionModel
      Overrides:
      toString in class Object