Class ComplianceStateConfigModel
java.lang.Object
net.avalara.avatax.rest.client.models.ComplianceStateConfigModel
A flattened model for State Config.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for boundaryTableBaseName Boundary Table BaseNameGetter for country The name of the country.Getter for effDate The Effective DateGetter for endDate The End DateGetter for hasBoundary Has BoundaryGetter for hasRates Has RatesGetter for hasSSTBoundary The name of the country.Getter for isJaasEnabled IsJaasEnabledGetter for isLocalAdmin Is Local AdminGetter for isLocalNexus Is Local NexusGetter for isSerState IsSerStateGetter for minBoundaryLevelId Min Boundary LevelIdGetter for modifiedDate The name of the country.Getter for sstStatusId Sst Status IdgetState()
Getter for state Short name of State.Getter for stateConfigId The Id of the StateConfig.Getter for stateFips StateFipsGetter for stateName The name of the State.Getter for stjCount STJCountGetter for tsStateId TsState Idvoid
setBoundaryTableBaseName
(String value) Setter for boundaryTableBaseName Boundary Table BaseNamevoid
setCountry
(String value) Setter for country The name of the country.void
setEffDate
(Date value) Setter for effDate The Effective Datevoid
setEndDate
(Date value) Setter for endDate The End Datevoid
setHasBoundary
(Boolean value) Setter for hasBoundary Has Boundaryvoid
setHasRates
(Boolean value) Setter for hasRates Has Ratesvoid
setHasSSTBoundary
(Boolean value) Setter for hasSSTBoundary The name of the country.void
setIsJaasEnabled
(Boolean value) Setter for isJaasEnabled IsJaasEnabledvoid
setIsLocalAdmin
(Boolean value) Setter for isLocalAdmin Is Local Adminvoid
setIsLocalNexus
(Boolean value) Setter for isLocalNexus Is Local Nexusvoid
setIsSerState
(Boolean value) Setter for isSerState IsSerStatevoid
setMinBoundaryLevelId
(Integer value) Setter for minBoundaryLevelId Min Boundary LevelIdvoid
setModifiedDate
(Date value) Setter for modifiedDate The name of the country.void
setSstStatusId
(Integer value) Setter for sstStatusId Sst Status Idvoid
Setter for state Short name of State.void
setStateConfigId
(Long value) Setter for stateConfigId The Id of the StateConfig.void
setStateFips
(String value) Setter for stateFips StateFipsvoid
setStateName
(String value) Setter for stateName The name of the State.void
setStjCount
(Integer value) Setter for stjCount STJCountvoid
setTsStateId
(String value) Setter for tsStateId TsState IdtoString()
Returns a JSON string representation of ComplianceStateConfigModel
-
Constructor Details
-
ComplianceStateConfigModel
public ComplianceStateConfigModel()
-
-
Method Details
-
getStateConfigId
Getter for stateConfigId The Id of the StateConfig. -
setStateConfigId
Setter for stateConfigId The Id of the StateConfig. -
getEffDate
Getter for effDate The Effective Date -
setEffDate
Setter for effDate The Effective Date -
getEndDate
Getter for endDate The End Date -
setEndDate
Setter for endDate The End Date -
getHasBoundary
Getter for hasBoundary Has Boundary -
setHasBoundary
Setter for hasBoundary Has Boundary -
getHasRates
Getter for hasRates Has Rates -
setHasRates
Setter for hasRates Has Rates -
getIsLocalAdmin
Getter for isLocalAdmin Is Local Admin -
setIsLocalAdmin
Setter for isLocalAdmin Is Local Admin -
getIsLocalNexus
Getter for isLocalNexus Is Local Nexus -
setIsLocalNexus
Setter for isLocalNexus Is Local Nexus -
getIsSerState
Getter for isSerState IsSerState -
setIsSerState
Setter for isSerState IsSerState -
getMinBoundaryLevelId
Getter for minBoundaryLevelId Min Boundary LevelId -
setMinBoundaryLevelId
Setter for minBoundaryLevelId Min Boundary LevelId -
getSstStatusId
Getter for sstStatusId Sst Status Id -
setSstStatusId
Setter for sstStatusId Sst Status Id -
getState
Getter for state Short name of State. -
setState
Setter for state Short name of State. -
getStateFips
Getter for stateFips StateFips -
setStateFips
Setter for stateFips StateFips -
getStateName
Getter for stateName The name of the State. -
setStateName
Setter for stateName The name of the State. -
getBoundaryTableBaseName
Getter for boundaryTableBaseName Boundary Table BaseName -
setBoundaryTableBaseName
Setter for boundaryTableBaseName Boundary Table BaseName -
getStjCount
Getter for stjCount STJCount -
setStjCount
Setter for stjCount STJCount -
getTsStateId
Getter for tsStateId TsState Id -
setTsStateId
Setter for tsStateId TsState Id -
getCountry
Getter for country The name of the country. -
setCountry
Setter for country The name of the country. -
getIsJaasEnabled
Getter for isJaasEnabled IsJaasEnabled -
setIsJaasEnabled
Setter for isJaasEnabled IsJaasEnabled -
getHasSSTBoundary
Getter for hasSSTBoundary The name of the country. -
setHasSSTBoundary
Setter for hasSSTBoundary The name of the country. -
getModifiedDate
Getter for modifiedDate The name of the country. -
setModifiedDate
Setter for modifiedDate The name of the country. -
toString
Returns a JSON string representation of ComplianceStateConfigModel
-