Package ca.uhn.fhir.rest.api.server
Class ResponseDetails
- java.lang.Object
-
- ca.uhn.fhir.rest.api.server.ResponseDetails
-
public class ResponseDetails extends Object
- See Also:
IServerInterceptor
-
-
Constructor Summary
Constructors Constructor Description ResponseDetails()ConstructorResponseDetails(org.hl7.fhir.instance.model.api.IBaseResource theResponseResource)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetResponseCode()org.hl7.fhir.instance.model.api.IBaseResourcegetResponseResource()Get the resource which will be returned to the clientvoidsetResponseCode(int theResponseCode)voidsetResponseResource(org.hl7.fhir.instance.model.api.IBaseResource theResponseResource)Set the resource which will be returned to the client
-
-
-
Constructor Detail
-
ResponseDetails
public ResponseDetails()
Constructor
-
ResponseDetails
public ResponseDetails(org.hl7.fhir.instance.model.api.IBaseResource theResponseResource)
Constructor
-
-
Method Detail
-
getResponseCode
public int getResponseCode()
-
setResponseCode
public void setResponseCode(int theResponseCode)
-
getResponseResource
public org.hl7.fhir.instance.model.api.IBaseResource getResponseResource()
Get the resource which will be returned to the client
-
setResponseResource
public void setResponseResource(org.hl7.fhir.instance.model.api.IBaseResource theResponseResource)
Set the resource which will be returned to the client
-
-