Class ExecutionResult
java.lang.Object
com.gooddata.sdk.model.executeafm.result.ExecutionResult
Data result of the
Execution.-
Constructor Summary
ConstructorsConstructorDescriptionExecutionResult(String[][] data, Paging paging) Creates new resultExecutionResult(String[] data, Paging paging) Creates new result -
Method Summary
Modifier and TypeMethodDescriptionvoidaddHeaderItems(List<List<ResultHeaderItem>> items) Add header items for next dimension (this method will add dimension in header items)getData()Gets totals of totals data.voidsetHeaderItems(List<List<List<ResultHeaderItem>>> headerItems) Sets header items, for each header in each dimension, there is a list of header itemsvoidSets total data, for each total in each dimension, there is a list of total's valuessetTotalTotals(List<List<List<String>>> totalTotals) Sets totals of totals data.voidsetWarnings(List<Warning> warnings) Sets warnings for this resulttoString()
-
Constructor Details
-
ExecutionResult
Creates new result- Parameters:
data- result datapaging- result paging
-
ExecutionResult
Creates new result- Parameters:
data- result datapaging- result paging
-
-
Method Details
-
getData
- Returns:
- result data
-
getPaging
- Returns:
- result paging
-
getHeaderItems
- Returns:
- header items, for each header in each dimension, there is a list of header items
-
setHeaderItems
Sets header items, for each header in each dimension, there is a list of header items- Parameters:
headerItems- header items
-
addHeaderItems
Add header items for next dimension (this method will add dimension in header items)- Parameters:
items- header items for one dimension
-
getTotals
- Returns:
- data of totals, for each total in each dimension, there is a list of total's values
-
setTotals
Sets total data, for each total in each dimension, there is a list of total's values- Parameters:
totals- totals data
-
getTotalTotals
Gets totals of totals data. The totals of totals represent intersection between totals in multiple dimensions. For each dimension and total combination, there is a list of totals of totals values.- Returns:
- 3-dimensional matrix of totals of totals data
-
setTotalTotals
Sets totals of totals data. The totals of totals represent intersection between totals in multiple dimensions. For each dimension and total combination, there is a list of totals of totals values.- Parameters:
totalTotals- 3-dimensional matrix of totals of totals data
-
getWarnings
- Returns:
- result's warnings
-
setWarnings
Sets warnings for this result- Parameters:
warnings- result's warning
-
toString
-