public final class ProcessDataTypeResponse extends CwsResponse
When a DataType has been processed, it is not having a an Id, thus the entire DataType Object is simple returned, if the request completed successfully.
Please see CwsResponse
for information about the result of the
processing.
Constructor and Description |
---|
ProcessDataTypeResponse()
Empty Constructor, to use if the setters are invoked.
|
ProcessDataTypeResponse(ReturnCode returnCode,
String returnMessage)
Error Constructor, used if an error occurred, and the request could not
complete successfully.
|
Modifier and Type | Method and Description |
---|---|
DataType |
getDataType() |
void |
setDataType(DataType dataType) |
getReturnCode, getReturnMessage, isOk, setReturnCode, setReturnMessage
public ProcessDataTypeResponse()
public ProcessDataTypeResponse(ReturnCode returnCode, String returnMessage)
returnCode
- The CWS Return CodereturnMessage
- The CWS Return MessageCopyright © 2019 JavaDog.io. All rights reserved.