public static class PluginErrorAggregation.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PluginErrorAggregation |
build() |
PluginErrorAggregation.Builder |
copy(PluginErrorAggregation model) |
PluginErrorAggregation.Builder |
count(Integer count)
Number of FleetErrors encountered for the specific reason.
|
PluginErrorAggregation.Builder |
reason(PluginErrorReason reason)
Enum that uniquely identifies the plugin error.
|
public PluginErrorAggregation.Builder reason(PluginErrorReason reason)
Enum that uniquely identifies the plugin error.
reason
- the value to setpublic PluginErrorAggregation.Builder count(Integer count)
Number of FleetErrors encountered for the specific reason.
count
- the value to setpublic PluginErrorAggregation build()
public PluginErrorAggregation.Builder copy(PluginErrorAggregation model)
Copyright © 2016–2025. All rights reserved.