public static class TableStatisticSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
TableStatisticSummary |
build() |
TableStatisticSummary.Builder |
copy(TableStatisticSummary model) |
TableStatisticSummary.Builder |
count(Integer count)
The number of objects aggregated by status category.
|
TableStatisticSummary.Builder |
percentage(Double percentage)
The percentage of objects with a particular status.
|
TableStatisticSummary.Builder |
type(TableStatisticsStatusCategory type)
The valid status categories of table statistics.
|
public TableStatisticSummary.Builder type(TableStatisticsStatusCategory type)
The valid status categories of table statistics.
type
- the value to setpublic TableStatisticSummary.Builder count(Integer count)
The number of objects aggregated by status category.
count
- the value to setpublic TableStatisticSummary.Builder percentage(Double percentage)
The percentage of objects with a particular status.
percentage
- the value to setpublic TableStatisticSummary build()
public TableStatisticSummary.Builder copy(TableStatisticSummary model)
Copyright © 2016–2024. All rights reserved.