public final class MasterKeyResponse extends CwsResponse
The response from the MasterKey request is limited to error information, or information about the successful changing or altering a key. The message from the response will provide more detailed information about what happened internally.
Please see CwsResponse
for information about the result of the
processing.
Constructor and Description |
---|
MasterKeyResponse()
Empty Constructor, to use if the setters are invoked.
|
MasterKeyResponse(ReturnCode returnCode,
String returnMessage)
Error Constructor, used if an error occurred, and the request could not
complete successfully.
|
getReturnCode, getReturnMessage, isOk, setReturnCode, setReturnMessage
public MasterKeyResponse()
public MasterKeyResponse(ReturnCode returnCode, String returnMessage)
returnCode
- The CWS Return CodereturnMessage
- The CWS Return MessageCopyright © 2019 JavaDog.io. All rights reserved.