Package ca.cdr.api.fhirgw.model
Class ReadResponse
-
Constructor Summary
ConstructorDescriptionConstructor - Create an empty objectReadResponse
(ReadResponse theReadResponse) Copy constructor - Creates a shallow copy only -
Method Summary
Modifier and TypeMethodDescriptionclone()
Create a clone of this object using a shallow copy only.setResponse
(IBaseResource theResponse) Methods inherited from class ca.cdr.api.fhirgw.model.BaseResponse
isCacheHit, isDeclinedToHandle, setCacheHit, setDeclinedToHandle
-
Constructor Details
-
ReadResponse
public ReadResponse()Constructor - Create an empty object -
ReadResponse
Copy constructor - Creates a shallow copy only
-
-
Method Details
-
getResponse
-
setResponse
-
clone
Create a clone of this object using a shallow copy only. Values are copied by reference only, so things like Resources should only be modified if you are sure that the changes won't affect the value stored in cache.- Specified by:
clone
in classBaseResponse<ReadResponse>
-