Class AggregationConfig.BuilderBase.AggregationConfigImpl
java.lang.Object
io.helidon.telemetry.otelconfig.AggregationConfig.BuilderBase.AggregationConfigImpl
- All Implemented Interfaces:
Prototype.Api, AggregationConfig
- Enclosing class:
AggregationConfig.BuilderBase<BUILDER extends AggregationConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends AggregationConfig>
protected static class AggregationConfig.BuilderBase.AggregationConfigImpl
extends Object
implements AggregationConfig
Generated implementation of the prototype, can be extended by descendant prototype implementations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface AggregationConfig
AggregationConfig.Builder, AggregationConfig.BuilderBase<BUILDER, PROTOTYPE>Modifier and TypeInterfaceDescriptionstatic classFluent API builder forAggregationConfig.static classAggregationConfig.BuilderBase<BUILDER extends AggregationConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends AggregationConfig>Fluent API builder base forAggregationConfig. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAggregationConfigImpl(AggregationConfig.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
-
Constructor Details
-
AggregationConfigImpl
Create an instance providing a builder.- Parameters:
builder- extending builder base of this prototype
-
-
Method Details
-
type
Description copied from interface:AggregationConfigType of aggregation to apply.- Specified by:
typein interfaceAggregationConfig- Returns:
- aggregation type
-
toString
-
equals
-
hashCode
-