Interface ReplyRetryNumberAccessor.ReplyRetryNumberMutator

All Known Subinterfaces:
ReplyRetryNumberAccessor.ReplyRetryNumberProperty
Enclosing interface:
ReplyRetryNumberAccessor

public static interface ReplyRetryNumberAccessor.ReplyRetryNumberMutator
Provides a mutator for a reply retry number. A reply retry number is the overall number of retries to use when counting retries.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setReplyRetryNumber(int aReplyRetryNumber)
    Sets the number of retries for the reply retry number.
  • Method Details

    • setReplyRetryNumber

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