net.authorize.reporting
Class Result<T>
java.lang.Object
net.authorize.Result<T>
net.authorize.xml.Result<T>
net.authorize.reporting.Result<T>
- All Implemented Interfaces:
- Serializable
public class Result<T>
- extends Result<T>
Reporting specific templated wrapper container for passing back the result from the request gateway.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
refId
protected String refId
reportingDetails
protected ReportingDetails reportingDetails
Result
public Result()
createResult
public static <T> Result<T> createResult(T object,
BasicXmlDocument response)
getRefId
public String getRefId()
- Returns:
- the refId
getReportingDetails
public ReportingDetails getReportingDetails()
- Returns:
- the reportingDetails
printMessages
public void printMessages()
- Print out messages for debugging.
- Overrides:
printMessages
in class Result<T>
Copyright © 2014. All Rights Reserved.