public class Result<T> extends Result<T>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
refId |
protected ReportingDetails |
reportingDetails |
ERROR, messages, OK, resultCodeMessageDigestAlgorithm, target, transaction| Constructor and Description |
|---|
Result() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Result<T> |
createResult(T object,
BasicXmlDocument response) |
java.lang.String |
getRefId() |
ReportingDetails |
getReportingDetails() |
void |
printMessages()
Print out messages for debugging.
|
getElementText, getMessages, getResultCode, importResponseMessages, isError, isOkgetTarget, getTransaction, isAuthorizeNetResponseprotected java.lang.String refId
protected ReportingDetails reportingDetails
public static <T> Result<T> createResult(T object, BasicXmlDocument response)
public java.lang.String getRefId()
public ReportingDetails getReportingDetails()
public void printMessages()
printMessages in class Result<T>Copyright © 2018. All Rights Reserved.