Interface RetryConfigCriteria.Builder

  • Method Details

    • failureType

      RetryConfigCriteria.Builder failureType(String failureType)

      Over-the-air (OTA) retry criteria failure type.

      Parameters:
      failureType - Over-the-air (OTA) retry criteria failure type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • failureType

      Over-the-air (OTA) retry criteria failure type.

      Parameters:
      failureType - Over-the-air (OTA) retry criteria failure type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • minNumberOfRetries

      RetryConfigCriteria.Builder minNumberOfRetries(Integer minNumberOfRetries)

      The number of retries allowed for a failure type for the over-the-air (OTA) task.

      Parameters:
      minNumberOfRetries - The number of retries allowed for a failure type for the over-the-air (OTA) task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.