public class ExecutionResponse extends Object
Execution request.
Provides the dimensions with headers and the (polling) uri to ExecutionResult
(so called dataResult).| Constructor and Description |
|---|
ExecutionResponse(List<ResultDimension> dimensions,
String executionResultUri)
Creates new instance of given dimensions and execution result uri.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResultDimension> |
getDimensions()
List of dimensions describing the result.
|
String |
getExecutionResultUri()
Uri referencing the data result location.
|
Map<String,String> |
getLinks()
Map of response's links.
|
String |
toString() |
public ExecutionResponse(List<ResultDimension> dimensions, String executionResultUri)
dimensions - dimensionsexecutionResultUri - execution result uripublic List<ResultDimension> getDimensions()
public String getExecutionResultUri()
Copyright © 2019. All rights reserved.