public final class VersionResponse extends CwsResponse
Returns the current version of the CWS instance running.
Please see CwsResponse
for information about the result of the
processing.
Constructor and Description |
---|
VersionResponse()
Empty Constructor, to use if the setters are invoked.
|
VersionResponse(ReturnCode returnCode,
String returnMessage)
Error Constructor, used if an error occurred, and the request could not
complete successfully.
|
Modifier and Type | Method and Description |
---|---|
String |
getVersion() |
void |
setVersion(String version) |
getReturnCode, getReturnMessage, isOk, setReturnCode, setReturnMessage
public VersionResponse()
public VersionResponse(ReturnCode returnCode, String returnMessage)
returnCode
- The CWS Return CodereturnMessage
- The CWS Return MessageCopyright © 2019 JavaDog.io. All rights reserved.