Module org.refcodes.serial
Package org.refcodes.serial
Interface PortMetricsAccessor.PortMetricsBuilder<PM extends PortMetrics,B extends PortMetricsAccessor.PortMetricsBuilder<PM,B>>
- Type Parameters:
PM- The actualPortMetricstype to use.B- The builder to return in order to be able to apply multiple build operations.
- Enclosing interface:
- PortMetricsAccessor<PM extends PortMetrics>
public static interface PortMetricsAccessor.PortMetricsBuilder<PM extends PortMetrics,B extends PortMetricsAccessor.PortMetricsBuilder<PM,B>>
Provides a builder method for a
PortMetrics property returning
the builder for applying multiple build operations.-
Method Summary
Modifier and TypeMethodDescriptionwithPortMetrics(PM aPortMetrics) Sets thePortMetricsfor thePortMetricsproperty.
-
Method Details
-
withPortMetrics
Sets thePortMetricsfor thePortMetricsproperty.- Parameters:
aPortMetrics- ThePortMetricsto be stored by thePortMetricsproperty.- Returns:
- The builder for applying multiple build operations.
-