Interface PingRetryNumberAccessor.PingRetryNumberMutator

All Known Subinterfaces:
PingRetryNumberAccessor.PingRetryNumberProperty
Enclosing interface:
PingRetryNumberAccessor

public static interface PingRetryNumberAccessor.PingRetryNumberMutator
Provides a mutator for a ping retry number. A ping retry number is the overall number of retries to use when counting retries.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setPingRetryNumber(int aPingRetryNumber)
    Sets the number of retries for the ping retry number.
  • Method Details

    • setPingRetryNumber

      void setPingRetryNumber(int aPingRetryNumber)
      Sets the number of retries for the ping retry number. A ping retry number is the overall number of retries to use when counting retries.
      Parameters:
      aPingRetryNumber - The number of retries to be stored by the number of ping retry number.