public final class ProcessDataResponse extends CwsResponse
The Response Object contain the new Data Id, when an Object was successfully uploaded.
Please see CwsResponse
for information about the result of the
processing.
Constructor and Description |
---|
ProcessDataResponse()
Empty Constructor, to use if the setters are invoked.
|
ProcessDataResponse(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 |
getDataId() |
void |
setDataId(String dataId) |
getReturnCode, getReturnMessage, isOk, setReturnCode, setReturnMessage
public ProcessDataResponse()
public ProcessDataResponse(ReturnCode returnCode, String returnMessage)
returnCode
- The CWS Return CodereturnMessage
- The CWS Return MessageCopyright © 2019 JavaDog.io. All rights reserved.