public static class ProblemAggregation.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ProblemAggregation |
build() |
ProblemAggregation.Builder |
copy(ProblemAggregation model) |
ProblemAggregation.Builder |
count(Integer count)
The number of occurrences with given dimensions
|
ProblemAggregation.Builder |
dimensionsMap(Map<String,String> dimensionsMap)
The key-value pairs of dimensions and their names
|
public ProblemAggregation.Builder dimensionsMap(Map<String,String> dimensionsMap)
The key-value pairs of dimensions and their names
dimensionsMap
- the value to setpublic ProblemAggregation.Builder count(Integer count)
The number of occurrences with given dimensions
count
- the value to setpublic ProblemAggregation build()
public ProblemAggregation.Builder copy(ProblemAggregation model)
Copyright © 2016–2024. All rights reserved.