Class ComplianceStateConfigModel

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

public class ComplianceStateConfigModel extends Object
A flattened model for State Config.
  • Constructor Details

    • ComplianceStateConfigModel

      public ComplianceStateConfigModel()
  • Method Details

    • getStateConfigId

      public Long getStateConfigId()
      Getter for stateConfigId The Id of the StateConfig.
    • setStateConfigId

      public void setStateConfigId(Long value)
      Setter for stateConfigId The Id of the StateConfig.
    • getEffDate

      public Date getEffDate()
      Getter for effDate The Effective Date
    • setEffDate

      public void setEffDate(Date value)
      Setter for effDate The Effective Date
    • getEndDate

      public Date getEndDate()
      Getter for endDate The End Date
    • setEndDate

      public void setEndDate(Date value)
      Setter for endDate The End Date
    • getHasBoundary

      public Boolean getHasBoundary()
      Getter for hasBoundary Has Boundary
    • setHasBoundary

      public void setHasBoundary(Boolean value)
      Setter for hasBoundary Has Boundary
    • getHasRates

      public Boolean getHasRates()
      Getter for hasRates Has Rates
    • setHasRates

      public void setHasRates(Boolean value)
      Setter for hasRates Has Rates
    • getIsLocalAdmin

      public Boolean getIsLocalAdmin()
      Getter for isLocalAdmin Is Local Admin
    • setIsLocalAdmin

      public void setIsLocalAdmin(Boolean value)
      Setter for isLocalAdmin Is Local Admin
    • getIsLocalNexus

      public Boolean getIsLocalNexus()
      Getter for isLocalNexus Is Local Nexus
    • setIsLocalNexus

      public void setIsLocalNexus(Boolean value)
      Setter for isLocalNexus Is Local Nexus
    • getIsSerState

      public Boolean getIsSerState()
      Getter for isSerState IsSerState
    • setIsSerState

      public void setIsSerState(Boolean value)
      Setter for isSerState IsSerState
    • getMinBoundaryLevelId

      public Integer getMinBoundaryLevelId()
      Getter for minBoundaryLevelId Min Boundary LevelId
    • setMinBoundaryLevelId

      public void setMinBoundaryLevelId(Integer value)
      Setter for minBoundaryLevelId Min Boundary LevelId
    • getSstStatusId

      public Integer getSstStatusId()
      Getter for sstStatusId Sst Status Id
    • setSstStatusId

      public void setSstStatusId(Integer value)
      Setter for sstStatusId Sst Status Id
    • getState

      public String getState()
      Getter for state Short name of State.
    • setState

      public void setState(String value)
      Setter for state Short name of State.
    • getStateFips

      public String getStateFips()
      Getter for stateFips StateFips
    • setStateFips

      public void setStateFips(String value)
      Setter for stateFips StateFips
    • getStateName

      public String getStateName()
      Getter for stateName The name of the State.
    • setStateName

      public void setStateName(String value)
      Setter for stateName The name of the State.
    • getBoundaryTableBaseName

      public String getBoundaryTableBaseName()
      Getter for boundaryTableBaseName Boundary Table BaseName
    • setBoundaryTableBaseName

      public void setBoundaryTableBaseName(String value)
      Setter for boundaryTableBaseName Boundary Table BaseName
    • getStjCount

      public Integer getStjCount()
      Getter for stjCount STJCount
    • setStjCount

      public void setStjCount(Integer value)
      Setter for stjCount STJCount
    • getTsStateId

      public String getTsStateId()
      Getter for tsStateId TsState Id
    • setTsStateId

      public void setTsStateId(String value)
      Setter for tsStateId TsState Id
    • getCountry

      public String getCountry()
      Getter for country The name of the country.
    • setCountry

      public void setCountry(String value)
      Setter for country The name of the country.
    • getIsJaasEnabled

      public Boolean getIsJaasEnabled()
      Getter for isJaasEnabled IsJaasEnabled
    • setIsJaasEnabled

      public void setIsJaasEnabled(Boolean value)
      Setter for isJaasEnabled IsJaasEnabled
    • getHasSSTBoundary

      public Boolean getHasSSTBoundary()
      Getter for hasSSTBoundary The name of the country.
    • setHasSSTBoundary

      public void setHasSSTBoundary(Boolean value)
      Setter for hasSSTBoundary The name of the country.
    • getModifiedDate

      public Date getModifiedDate()
      Getter for modifiedDate The name of the country.
    • setModifiedDate

      public void setModifiedDate(Date value)
      Setter for modifiedDate The name of the country.
    • toString

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