public final class FetchDataTypeResponse extends CwsResponse
Retrieves a list of known DataType
Objects, which is registered
in the CWS instance, and can be used to map over the stored data.
Please see CwsResponse
for information about the result of the
processing.
Constructor and Description |
---|
FetchDataTypeResponse()
Empty Constructor, to use if the setters are invoked.
|
FetchDataTypeResponse(ReturnCode returnCode,
String returnMessage)
Error Constructor, used if an error occurred, and the request could not
complete successfully.
|
Modifier and Type | Method and Description |
---|---|
List<DataType> |
getDataTypes() |
void |
setDataTypes(List<DataType> types) |
getReturnCode, getReturnMessage, isOk, setReturnCode, setReturnMessage
public FetchDataTypeResponse()
public FetchDataTypeResponse(ReturnCode returnCode, String returnMessage)
returnCode
- The CWS Return CodereturnMessage
- The CWS Return MessageCopyright © 2019 JavaDog.io. All rights reserved.