public final class SettingResponse extends CwsResponse
Contains a map of current settings in this CWS instance, some of the settings is System specific, others are custom for the client. Of the System specific, not all may be updated once the CWS instance contain Members.
Please see CwsResponse
for information about the result of the
processing.
Constructor and Description |
---|
SettingResponse()
Empty Constructor, to use if the setters are invoked.
|
SettingResponse(ReturnCode returnCode,
String returnMessage)
Error Constructor, used if an error occurred, and the request could not
complete successfully.
|
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getSettings() |
void |
setSettings(Map<String,String> settings) |
getReturnCode, getReturnMessage, isOk, setReturnCode, setReturnMessage
public SettingResponse()
public SettingResponse(ReturnCode returnCode, String returnMessage)
returnCode
- The CWS Return CodereturnMessage
- The CWS Return MessageCopyright © 2019 JavaDog.io. All rights reserved.