| Constructor and Description |
|---|
ExecutionResult(String[][] data,
Paging paging)
Creates new result
|
ExecutionResult(String[] data,
Paging paging)
Creates new result
|
| Modifier and Type | Method and Description |
|---|---|
void |
addHeaderItems(List<List<ResultHeaderItem>> items)
Add header items for next dimension (this method will add dimension in header items)
|
List<List<List<ResultHeaderItem>>> |
getHeaderItems() |
Paging |
getPaging() |
List<List<List<String>>> |
getTotals() |
void |
setHeaderItems(List<List<List<ResultHeaderItem>>> headerItems)
Sets header items, for each header in each dimension, there is a list of header items
|
void |
setTotals(List<List<List<String>>> totals)
Sets total data, for each total in each dimension, there is a list of total's values
|
String |
toString() |
public ExecutionResult(String[] data, Paging paging)
data - result datapaging - result pagingpublic Paging getPaging()
public List<List<List<ResultHeaderItem>>> getHeaderItems()
public void setHeaderItems(List<List<List<ResultHeaderItem>>> headerItems)
headerItems - header itemspublic void addHeaderItems(List<List<ResultHeaderItem>> items)
items - header items for one dimensionpublic List<List<List<String>>> getTotals()
public void setTotals(List<List<List<String>>> totals)
totals - totals dataCopyright © 2017. All rights reserved.