Class ExecutionResponse
java.lang.Object
com.gooddata.sdk.model.executeafm.response.ExecutionResponse
Represents response on
Execution request.
Provides the dimensions with headers and the (polling) uri to ExecutionResult
(so called dataResult).-
Constructor Summary
ConstructorsConstructorDescriptionExecutionResponse(List<ResultDimension> dimensions, String executionResultUri) Creates new instance of given dimensions and execution result uri. -
Method Summary
-
Constructor Details
-
ExecutionResponse
Creates new instance of given dimensions and execution result uri.- Parameters:
dimensions- dimensionsexecutionResultUri- execution result uri
-
-
Method Details
-
getDimensions
List of dimensions describing the result.- Returns:
- dimensions
-
getLinks
Map of response's links.- Returns:
- links
-
getExecutionResultUri
Uri referencing the data result location.- Returns:
- execution result uri or throws exception in case the link doesn't exist
-
toString
-