public class BenchmarkDataBean extends CommonDataBean
| Modifier and Type | Field and Description |
|---|---|
private BenchmarkRowData[] |
featureRows
Contains run statistics for each specific feature split by different runs.
|
private String[] |
headers
The array of benchmark headers.
|
private BenchmarkRowData[] |
scenarioRows
Contains run statistics for each specific scenario split by different runs.
|
| Constructor and Description |
|---|
BenchmarkDataBean() |
| Modifier and Type | Method and Description |
|---|---|
BenchmarkRowData[] |
getFeatureRows() |
String[] |
getHeaders() |
BenchmarkRowData[] |
getScenarioRows() |
void |
setFeatureRows(BenchmarkRowData[] featureRowsValue) |
void |
setHeaders(String[] headersValue) |
void |
setScenarioRows(BenchmarkRowData[] scenarioRowsValue) |
getPdfPageSize, getRefreshData, getTitle, setPdfPageSize, setRefreshData, setTitleprivate String[] headers
private BenchmarkRowData[] featureRows
private BenchmarkRowData[] scenarioRows
public String[] getHeaders()
public void setHeaders(String[] headersValue)
public BenchmarkRowData[] getFeatureRows()
public void setFeatureRows(BenchmarkRowData[] featureRowsValue)
public BenchmarkRowData[] getScenarioRows()
public void setScenarioRows(BenchmarkRowData[] scenarioRowsValue)
Copyright © 2013-2018. All Rights Reserved.