Package ca.cdr.api.fhirgw.model
Class OperationResponse
-
Constructor Summary
ConstructorDescriptionConstructor - Create an empty objectOperationResponse
(OperationResponse theOperationResponse) Copy constructor - Creates a shallow copy onlyOperationResponse
(BaseServerResponseException theServerResponseException) OperationResponse
(IBaseResource theResponse) -
Method Summary
Modifier and TypeMethodDescriptionclone()
Create a clone of this object using a shallow copy only.boolean
boolean
setResponse
(IBaseResource theResponse) Methods inherited from class ca.cdr.api.fhirgw.model.BaseResponse
isCacheHit, isDeclinedToHandle, setCacheHit, setDeclinedToHandle
-
Constructor Details
-
OperationResponse
public OperationResponse()Constructor - Create an empty object -
OperationResponse
Copy constructor - Creates a shallow copy only -
OperationResponse
-
OperationResponse
-
-
Method Details
-
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<OperationResponse>
-
getResponse
-
setResponse
-
hasResponse
-
hasException
-
getException
-