public class ResponseDetails extends Object
IServerInterceptor| Constructor and Description |
|---|
ResponseDetails()
Constructor
|
ResponseDetails(org.hl7.fhir.instance.model.api.IBaseResource theResponseResource)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getResponseCode() |
org.hl7.fhir.instance.model.api.IBaseResource |
getResponseResource()
Get the resource which will be returned to the client
|
void |
setResponseCode(int theResponseCode) |
void |
setResponseResource(org.hl7.fhir.instance.model.api.IBaseResource theResponseResource)
Set the resource which will be returned to the client
|
public ResponseDetails()
public ResponseDetails(org.hl7.fhir.instance.model.api.IBaseResource theResponseResource)
public int getResponseCode()
public void setResponseCode(int theResponseCode)
public org.hl7.fhir.instance.model.api.IBaseResource getResponseResource()
public void setResponseResource(org.hl7.fhir.instance.model.api.IBaseResource theResponseResource)
Copyright © 2014–2019 University Health Network. All rights reserved.