Class DataSourceModel
java.lang.Object
net.avalara.avatax.rest.client.models.DataSourceModel
Data source object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for companyId The id of the company to which the datasource belongs to.Getter for createdDate The date when this record was created.Getter for createdUserId The User ID of the user who created this record.Getter for deletedDate The date when this record was deleted.Getter for externalState Specifies any implementation-specific information along with the DataSource.This field has no internal meaning in AvaTax and is purely for the convenience of the DataSource API usergetId()
Getter for id The id of the datasource.Getter for instance The unique ID number of this connection.Getter for isAuthorized True if this data source is authorized.Getter for isEnabled The connection using the connection_id is enabled.Getter for isSynced If all the information has been transferred from the extractor to the database.Getter for lastSyncedDate The date when the information was last synched.Getter for modifiedDate The date/time when this record was last modified.Getter for modifiedUserId The user ID of the user who last modified this record.getName()
Getter for name Specifies the name of the extractorGetter for recalculate Specifies whether transactions created by this data source needs to re-calculate tax or notGetter for source The extractor/connector id.void
setCompanyId
(Integer value) Setter for companyId The id of the company to which the datasource belongs to.void
setCreatedDate
(Date value) Setter for createdDate The date when this record was created.void
setCreatedUserId
(Integer value) Setter for createdUserId The User ID of the user who created this record.void
setDeletedDate
(Date value) Setter for deletedDate The date when this record was deleted.void
setExternalState
(String value) Setter for externalState Specifies any implementation-specific information along with the DataSource.This field has no internal meaning in AvaTax and is purely for the convenience of the DataSource API uservoid
Setter for id The id of the datasource.void
setInstance
(String value) Setter for instance The unique ID number of this connection.void
setIsAuthorized
(Boolean value) Setter for isAuthorized True if this data source is authorized.void
setIsEnabled
(Boolean value) Setter for isEnabled The connection using the connection_id is enabled.void
setIsSynced
(Boolean value) Setter for isSynced If all the information has been transferred from the extractor to the database.void
setLastSyncedDate
(Date value) Setter for lastSyncedDate The date when the information was last synched.void
setModifiedDate
(Date value) Setter for modifiedDate The date/time when this record was last modified.void
setModifiedUserId
(Integer value) Setter for modifiedUserId The user ID of the user who last modified this record.void
Setter for name Specifies the name of the extractorvoid
setRecalculate
(Boolean value) Setter for recalculate Specifies whether transactions created by this data source needs to re-calculate tax or notvoid
Setter for source The extractor/connector id.toString()
Returns a JSON string representation of DataSourceModel
-
Constructor Details
-
DataSourceModel
public DataSourceModel()
-
-
Method Details
-
getId
Getter for id The id of the datasource. -
setId
Setter for id The id of the datasource. -
getCompanyId
Getter for companyId The id of the company to which the datasource belongs to. -
setCompanyId
Setter for companyId The id of the company to which the datasource belongs to. -
getSource
Getter for source The extractor/connector id. -
setSource
Setter for source The extractor/connector id. -
getInstance
Getter for instance The unique ID number of this connection. -
setInstance
Setter for instance The unique ID number of this connection. -
getIsEnabled
Getter for isEnabled The connection using the connection_id is enabled. The customer is responsible to enable or disable. -
setIsEnabled
Setter for isEnabled The connection using the connection_id is enabled. The customer is responsible to enable or disable. -
getIsSynced
Getter for isSynced If all the information has been transferred from the extractor to the database. -
setIsSynced
Setter for isSynced If all the information has been transferred from the extractor to the database. -
getIsAuthorized
Getter for isAuthorized True if this data source is authorized. -
setIsAuthorized
Setter for isAuthorized True if this data source is authorized. -
getLastSyncedDate
Getter for lastSyncedDate The date when the information was last synched. -
setLastSyncedDate
Setter for lastSyncedDate The date when the information was last synched. -
getCreatedUserId
Getter for createdUserId The User ID of the user who created this record. -
setCreatedUserId
Setter for createdUserId The User ID of the user who created this record. -
getCreatedDate
Getter for createdDate The date when this record was created. -
setCreatedDate
Setter for createdDate The date when this record was created. -
getModifiedUserId
Getter for modifiedUserId The user ID of the user who last modified this record. -
setModifiedUserId
Setter for modifiedUserId The user ID of the user who last modified this record. -
getModifiedDate
Getter for modifiedDate The date/time when this record was last modified. -
setModifiedDate
Setter for modifiedDate The date/time when this record was last modified. -
getDeletedDate
Getter for deletedDate The date when this record was deleted. -
setDeletedDate
Setter for deletedDate The date when this record was deleted. -
getRecalculate
Getter for recalculate Specifies whether transactions created by this data source needs to re-calculate tax or not -
setRecalculate
Setter for recalculate Specifies whether transactions created by this data source needs to re-calculate tax or not -
getName
Getter for name Specifies the name of the extractor -
setName
Setter for name Specifies the name of the extractor -
getExternalState
Getter for externalState Specifies any implementation-specific information along with the DataSource.This field has no internal meaning in AvaTax and is purely for the convenience of the DataSource API user -
setExternalState
Setter for externalState Specifies any implementation-specific information along with the DataSource.This field has no internal meaning in AvaTax and is purely for the convenience of the DataSource API user -
toString
Returns a JSON string representation of DataSourceModel
-