public static class PluginErrorAggregationSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PluginErrorAggregationSummary |
build() |
PluginErrorAggregationSummary.Builder |
copy(PluginErrorAggregationSummary model) |
PluginErrorAggregationSummary.Builder |
healthyPluginCount(Integer healthyPluginCount)
Count of plugins with no problems.
|
PluginErrorAggregationSummary.Builder |
pluginErrorAggregations(List<PluginErrorAggregation> pluginErrorAggregations)
List of plugin aggregation errors.
|
public PluginErrorAggregationSummary.Builder healthyPluginCount(Integer healthyPluginCount)
Count of plugins with no problems.
healthyPluginCount
- the value to setpublic PluginErrorAggregationSummary.Builder pluginErrorAggregations(List<PluginErrorAggregation> pluginErrorAggregations)
List of plugin aggregation errors.
pluginErrorAggregations
- the value to setpublic PluginErrorAggregationSummary build()
public PluginErrorAggregationSummary.Builder copy(PluginErrorAggregationSummary model)
Copyright © 2016–2025. All rights reserved.