public static class CountStatisticSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CountStatisticSummary |
build() |
CountStatisticSummary.Builder |
copy(CountStatisticSummary model) |
CountStatisticSummary.Builder |
objectCount(Long objectCount)
The value for the count statistic object.
|
CountStatisticSummary.Builder |
objectType(CountStatisticSummary.ObjectType objectType)
The type of object for the count statistic object.
|
public CountStatisticSummary.Builder objectType(CountStatisticSummary.ObjectType objectType)
The type of object for the count statistic object.
objectType
- the value to setpublic CountStatisticSummary.Builder objectCount(Long objectCount)
The value for the count statistic object.
objectCount
- the value to setpublic CountStatisticSummary build()
public CountStatisticSummary.Builder copy(CountStatisticSummary model)
Copyright © 2016–2024. All rights reserved.