Class ExecutionResponse

java.lang.Object
com.gooddata.sdk.model.executeafm.response.ExecutionResponse

public class ExecutionResponse extends Object
Represents response on Execution request. Provides the dimensions with headers and the (polling) uri to ExecutionResult (so called dataResult).
  • Constructor Details

    • ExecutionResponse

      public ExecutionResponse(List<ResultDimension> dimensions, String executionResultUri)
      Creates new instance of given dimensions and execution result uri.
      Parameters:
      dimensions - dimensions
      executionResultUri - execution result uri
  • Method Details

    • getDimensions

      public List<ResultDimension> getDimensions()
      List of dimensions describing the result.
      Returns:
      dimensions
    • getLinks

      public Map<String,String> getLinks()
      Map of response's links.
      Returns:
      links
    • getExecutionResultUri

      public String getExecutionResultUri()
      Uri referencing the data result location.
      Returns:
      execution result uri or throws exception in case the link doesn't exist
    • toString

      public String toString()
      Overrides:
      toString in class Object