Class PollingLocationResponse
- java.lang.Object
-
- com.ibm.fhir.operation.bulkdata.model.PollingLocationResponse
-
public class PollingLocationResponse extends Object
ResponseMetadata to manipulate the response back to the client. This response object is intent for the polling location.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PollingLocationResponse.Output
static class
PollingLocationResponse.Writer
-
Constructor Summary
Constructors Constructor Description PollingLocationResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PollingLocationResponse.Output>
getError()
List<PollingLocationResponse.Output>
getOutput()
String
getRequest()
Boolean
getRequiresAccessToken()
String
getTransactionTime()
void
setError(List<PollingLocationResponse.Output> error)
void
setOutput(List<PollingLocationResponse.Output> output)
void
setRequest(String request)
void
setRequiresAccessToken(Boolean requiresAccessToken)
void
setTransactionTime(String transactionTime)
-
-
-
Method Detail
-
getTransactionTime
public String getTransactionTime()
-
setTransactionTime
public void setTransactionTime(String transactionTime)
-
getRequest
public String getRequest()
-
setRequest
public void setRequest(String request)
-
getRequiresAccessToken
public Boolean getRequiresAccessToken()
-
setRequiresAccessToken
public void setRequiresAccessToken(Boolean requiresAccessToken)
-
getOutput
public List<PollingLocationResponse.Output> getOutput()
-
setOutput
public void setOutput(List<PollingLocationResponse.Output> output)
-
getError
public List<PollingLocationResponse.Output> getError()
-
setError
public void setError(List<PollingLocationResponse.Output> error)
-
-