public class AuditTransactionModel
extends java.lang.Object
Constructor and Description |
---|
AuditTransactionModel() |
Modifier and Type | Method and Description |
---|---|
ApiCallStatus |
getApiCallStatus()
Getter for apiCallStatus
api call status
|
java.lang.Integer |
getCompanyId()
Getter for companyId
Unique ID number of the company that created this transaction
|
OriginalApiRequestResponseModel |
getOriginal()
Getter for original
Original API request/response
|
ReconstructedApiRequestResponseModel |
getReconstructed()
Getter for reconstructed
Reconstructed API request/response
|
java.util.Date |
getServerDuration()
Getter for serverDuration
Length of time the original API call took
|
java.util.Date |
getServerTimestamp()
Getter for serverTimestamp
Server timestamp, in UTC, of the date/time when the original transaction was created
|
void |
setApiCallStatus(ApiCallStatus value)
Setter for apiCallStatus
api call status
|
void |
setCompanyId(java.lang.Integer value)
Setter for companyId
Unique ID number of the company that created this transaction
|
void |
setOriginal(OriginalApiRequestResponseModel value)
Setter for original
Original API request/response
|
void |
setReconstructed(ReconstructedApiRequestResponseModel value)
Setter for reconstructed
Reconstructed API request/response
|
void |
setServerDuration(java.util.Date value)
Setter for serverDuration
Length of time the original API call took
|
void |
setServerTimestamp(java.util.Date value)
Setter for serverTimestamp
Server timestamp, in UTC, of the date/time when the original transaction was created
|
java.lang.String |
toString()
Returns a JSON string representation of AuditTransactionModel
|
public java.lang.Integer getCompanyId()
public void setCompanyId(java.lang.Integer value)
public ReconstructedApiRequestResponseModel getReconstructed()
public void setReconstructed(ReconstructedApiRequestResponseModel value)
public java.util.Date getServerTimestamp()
public void setServerTimestamp(java.util.Date value)
public java.util.Date getServerDuration()
public void setServerDuration(java.util.Date value)
public ApiCallStatus getApiCallStatus()
public void setApiCallStatus(ApiCallStatus value)
public OriginalApiRequestResponseModel getOriginal()
public void setOriginal(OriginalApiRequestResponseModel value)
public java.lang.String toString()
toString
in class java.lang.Object