public final class FetchCircleResponse extends CwsResponse
If the request was successful, a list of Circles will be returned.
Please see CwsResponse
for information about the result of the
processing.
Constructor and Description |
---|
FetchCircleResponse()
Empty Constructor, to use if the setters are invoked.
|
FetchCircleResponse(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<Circle> |
getCircles() |
void |
setCircles(List<Circle> circles) |
getReturnCode, getReturnMessage, isOk, setReturnCode, setReturnMessage
public FetchCircleResponse()
public FetchCircleResponse(ReturnCode returnCode, String returnMessage)
returnCode
- The CWS Return CodereturnMessage
- The CWS Return MessageCopyright © 2019 JavaDog.io. All rights reserved.