public static class SqlStatisticAggregationCollection.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SqlStatisticAggregationCollection |
build() |
SqlStatisticAggregationCollection.Builder |
copy(SqlStatisticAggregationCollection model) |
SqlStatisticAggregationCollection.Builder |
items(List<SqlStatisticAggregation> items)
Array of SQLs along with its statistics statisfying the query criteria.
|
SqlStatisticAggregationCollection.Builder |
timeIntervalEnd(Date timeIntervalEnd)
The end timestamp that was passed into the request.
|
SqlStatisticAggregationCollection.Builder |
timeIntervalStart(Date timeIntervalStart)
The start timestamp that was passed into the request.
|
public SqlStatisticAggregationCollection.Builder timeIntervalStart(Date timeIntervalStart)
The start timestamp that was passed into the request.
timeIntervalStart
- the value to setpublic SqlStatisticAggregationCollection.Builder timeIntervalEnd(Date timeIntervalEnd)
The end timestamp that was passed into the request.
timeIntervalEnd
- the value to setpublic SqlStatisticAggregationCollection.Builder items(List<SqlStatisticAggregation> items)
Array of SQLs along with its statistics statisfying the query criteria.
items
- the value to setpublic SqlStatisticAggregationCollection build()
public SqlStatisticAggregationCollection.Builder copy(SqlStatisticAggregationCollection model)
Copyright © 2016–2024. All rights reserved.