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