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 classPollingLocationResponse.Outputstatic classPollingLocationResponse.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()StringgetRequest()BooleangetRequiresAccessToken()StringgetTransactionTime()voidsetError(List<PollingLocationResponse.Output> error)voidsetOutput(List<PollingLocationResponse.Output> output)voidsetRequest(String request)voidsetRequiresAccessToken(Boolean requiresAccessToken)voidsetTransactionTime(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)
 
 - 
 
 -