public final class ProcessTrusteeResponse extends CwsResponse
The Response Object from the processing Trustee request. The Object is not containing any other response information than the general.
Please see CwsResponse
for information about the result of the
processing.
Constructor and Description |
---|
ProcessTrusteeResponse()
Empty Constructor, to use if the setters are invoked.
|
ProcessTrusteeResponse(ReturnCode returnCode,
String returnMessage)
Error Constructor, used if an error occurred, and the request could not
complete successfully.
|
ProcessTrusteeResponse(String returnMessage)
Constructor for more detailed responses.
|
getReturnCode, getReturnMessage, isOk, setReturnCode, setReturnMessage
public ProcessTrusteeResponse()
public ProcessTrusteeResponse(String returnMessage)
returnMessage
- The CWS Return Messagepublic ProcessTrusteeResponse(ReturnCode returnCode, String returnMessage)
returnCode
- The CWS Return CodereturnMessage
- The CWS Return MessageCopyright © 2020 JavaDog.io. All rights reserved.