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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiCallStatus
getApiCallStatus()
Getter for apiCallStatus api call statusjava.lang.Integer
getCompanyId()
Getter for companyId Unique ID number of the company that created this transactionOriginalApiRequestResponseModel
getOriginal()
Getter for original Original API request/responseReconstructedApiRequestResponseModel
getReconstructed()
Getter for reconstructed Reconstructed API request/responsejava.util.Date
getServerDuration()
Getter for serverDuration Length of time the original API call tookjava.util.Date
getServerTimestamp()
Getter for serverTimestamp Server timestamp, in UTC, of the date/time when the original transaction was createdvoid
setApiCallStatus(ApiCallStatus value)
Setter for apiCallStatus api call statusvoid
setCompanyId(java.lang.Integer value)
Setter for companyId Unique ID number of the company that created this transactionvoid
setOriginal(OriginalApiRequestResponseModel value)
Setter for original Original API request/responsevoid
setReconstructed(ReconstructedApiRequestResponseModel value)
Setter for reconstructed Reconstructed API request/responsevoid
setServerDuration(java.util.Date value)
Setter for serverDuration Length of time the original API call tookvoid
setServerTimestamp(java.util.Date value)
Setter for serverTimestamp Server timestamp, in UTC, of the date/time when the original transaction was createdjava.lang.String
toString()
Returns a JSON string representation of AuditTransactionModel
-
-
-
Method Detail
-
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
public ReconstructedApiRequestResponseModel getReconstructed()
Getter for reconstructed Reconstructed API request/response
-
setReconstructed
public void setReconstructed(ReconstructedApiRequestResponseModel value)
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
public ApiCallStatus getApiCallStatus()
Getter for apiCallStatus api call status
-
setApiCallStatus
public void setApiCallStatus(ApiCallStatus value)
Setter for apiCallStatus api call status
-
getOriginal
public OriginalApiRequestResponseModel getOriginal()
Getter for original Original API request/response
-
setOriginal
public void setOriginal(OriginalApiRequestResponseModel value)
Setter for original Original API request/response
-
toString
public java.lang.String toString()
Returns a JSON string representation of AuditTransactionModel- Overrides:
toString
in classjava.lang.Object
-
-