public class AuditMultiDocumentModel
extends java.lang.Object
Constructor and Description |
---|
AuditMultiDocumentModel() |
Modifier and Type | Method and Description |
---|---|
ApiCallStatus |
getApiCallStatus()
Getter for apiCallStatus
api call status
|
java.lang.String |
getCode()
Getter for code
Represents the unique code of this MultiDocument transaction.
|
OriginalApiRequestResponseModel |
getOriginal()
Getter for original
Original API request/response
|
ReconstructedMultiDocumentModel |
getReconstructed()
Getter for reconstructed
Reconstructed API request/response pair that can be used to adjust or re-create this MultiDocument transaction.
|
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
|
DocumentType |
getType()
Getter for type
Represents the document type of this MultiDocument transaction.
|
void |
setApiCallStatus(ApiCallStatus value)
Setter for apiCallStatus
api call status
|
void |
setCode(java.lang.String value)
Setter for code
Represents the unique code of this MultiDocument transaction.
|
void |
setOriginal(OriginalApiRequestResponseModel value)
Setter for original
Original API request/response
|
void |
setReconstructed(ReconstructedMultiDocumentModel value)
Setter for reconstructed
Reconstructed API request/response pair that can be used to adjust or re-create this MultiDocument transaction.
|
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
|
void |
setType(DocumentType value)
Setter for type
Represents the document type of this MultiDocument transaction.
|
java.lang.String |
toString()
Returns a JSON string representation of AuditMultiDocumentModel
|
public ReconstructedMultiDocumentModel getReconstructed()
public void setReconstructed(ReconstructedMultiDocumentModel value)
public java.lang.String getCode()
public void setCode(java.lang.String value)
public DocumentType getType()
public void setType(DocumentType 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