- All Known Subinterfaces:
PingRetryNumberAccessor.PingRetryNumberProperty
- All Known Implementing Classes:
TransmissionMetrics
public interface PingRetryNumberAccessor
Provides an accessor for a ping retry number. A ping retry number is the
overall number of retries to use when counting retries.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
PingRetryNumberAccessor.PingRetryNumberBuilder<B extends PingRetryNumberAccessor.PingRetryNumberBuilder<B>>
Provides a builder method for a ping retry number returning the builder for applying multiple build operations.static interface
Provides a mutator for a ping retry number.static interface
Provides a ping retry number.A ping retry number is the overall number of retries to use when counting retries. -
Method Summary
Modifier and TypeMethodDescriptionint
Retrieves the number of retries from the ping retry number.
-
Method Details
-
getPingRetryNumber
int getPingRetryNumber()Retrieves the number of retries from the ping retry number. A ping retry number is the overall number of retries to use when counting retries.- Returns:
- The number of retries stored by the ping retry number.
-