public final class ProcessCircleResponse extends CwsResponse
This response object contain the result of the processing of Circles. If the request was for creating a new Circle, then the newly created CircleId is being returned.
Please see CwsResponse
for information about the result of the
processing.
Constructor and Description |
---|
ProcessCircleResponse()
Empty Constructor, to use if the setters are invoked.
|
ProcessCircleResponse(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 |
getCircleId() |
void |
setCircleId(String circleId) |
getReturnCode, getReturnMessage, isOk, setReturnCode, setReturnMessage
public ProcessCircleResponse()
public ProcessCircleResponse(ReturnCode returnCode, String returnMessage)
returnCode
- The CWS Return CodereturnMessage
- The CWS Return MessageCopyright © 2019 JavaDog.io. All rights reserved.