public class OriginalApiRequestResponseModel
extends java.lang.Object
| Constructor and Description |
|---|
OriginalApiRequestResponseModel() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRequest()
Getter for request - Represents the exact API request and response from the original transaction API call, if available
|
java.lang.String |
getResponse()
Getter for response - Represents the exact API request and response from the original transaction API call, if available
|
void |
setRequest(java.lang.String request)
Setter for request - Represents the exact API request and response from the original transaction API call, if available
|
void |
setResponse(java.lang.String response)
Setter for response - Represents the exact API request and response from the original transaction API call, if available
|
java.lang.String |
toString()
Returns a JSON string representation of OriginalApiRequestResponseModel.
|
public java.lang.String getRequest()
public void setRequest(java.lang.String request)
public java.lang.String getResponse()
public void setResponse(java.lang.String response)
public java.lang.String toString()
toString in class java.lang.Object