Class AuditTransactionModel
java.lang.Object
net.avalara.avatax.rest.client.models.AuditTransactionModel
public class AuditTransactionModel
extends java.lang.Object
Information about a previously created transaction
-
Constructor Summary
Constructors Constructor Description AuditTransactionModel() -
Method Summary
Modifier and Type Method Description ApiCallStatusgetApiCallStatus()Getter for apiCallStatus api call statusjava.lang.IntegergetCompanyId()Getter for companyId Unique ID number of the company that created this transactionOriginalApiRequestResponseModelgetOriginal()Getter for original Original API request/responseReconstructedApiRequestResponseModelgetReconstructed()Getter for reconstructed Reconstructed API request/responsejava.util.DategetServerDuration()Getter for serverDuration Length of time the original API call tookjava.util.DategetServerTimestamp()Getter for serverTimestamp Server timestamp, in UTC, of the date/time when the original transaction was createdvoidsetApiCallStatus(ApiCallStatus value)Setter for apiCallStatus api call statusvoidsetCompanyId(java.lang.Integer value)Setter for companyId Unique ID number of the company that created this transactionvoidsetOriginal(OriginalApiRequestResponseModel value)Setter for original Original API request/responsevoidsetReconstructed(ReconstructedApiRequestResponseModel value)Setter for reconstructed Reconstructed API request/responsevoidsetServerDuration(java.util.Date value)Setter for serverDuration Length of time the original API call tookvoidsetServerTimestamp(java.util.Date value)Setter for serverTimestamp Server timestamp, in UTC, of the date/time when the original transaction was createdjava.lang.StringtoString()Returns a JSON string representation of AuditTransactionModel
-
Constructor Details
-
AuditTransactionModel
public AuditTransactionModel()
-
-
Method Details
-
getCompanyId
public java.lang.Integer getCompanyId()Getter for companyId Unique ID number of the company that created this transaction -
setCompanyId
public void setCompanyId(java.lang.Integer value)Setter for companyId Unique ID number of the company that created this transaction -
getReconstructed
Getter for reconstructed Reconstructed API request/response -
setReconstructed
Setter for reconstructed Reconstructed API request/response -
getServerTimestamp
public java.util.Date getServerTimestamp()Getter for serverTimestamp Server timestamp, in UTC, of the date/time when the original transaction was created -
setServerTimestamp
public void setServerTimestamp(java.util.Date value)Setter for serverTimestamp Server timestamp, in UTC, of the date/time when the original transaction was created -
getServerDuration
public java.util.Date getServerDuration()Getter for serverDuration Length of time the original API call took -
setServerDuration
public void setServerDuration(java.util.Date value)Setter for serverDuration Length of time the original API call took -
getApiCallStatus
Getter for apiCallStatus api call status -
setApiCallStatus
Setter for apiCallStatus api call status -
getOriginal
Getter for original Original API request/response -
setOriginal
Setter for original Original API request/response -
toString
public java.lang.String toString()Returns a JSON string representation of AuditTransactionModel- Overrides:
toStringin classjava.lang.Object
-