Package io.iworkflow.gen.models
Class RetryPolicy
java.lang.Object
io.iworkflow.gen.models.RetryPolicy
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-23T13:02:49.894351-07:00[America/Los_Angeles]")
public class RetryPolicy
extends Object
RetryPolicy
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbackoffCoefficient(Float backoffCoefficient) booleanGet backoffCoefficientGet initialIntervalSecondsGet maximumAttemptsGet maximumAttemptsDurationSecondsGet maximumIntervalSecondsinthashCode()initialIntervalSeconds(Integer initialIntervalSeconds) maximumAttempts(Integer maximumAttempts) maximumAttemptsDurationSeconds(Integer maximumAttemptsDurationSeconds) maximumIntervalSeconds(Integer maximumIntervalSeconds) voidsetBackoffCoefficient(Float backoffCoefficient) voidsetInitialIntervalSeconds(Integer initialIntervalSeconds) voidsetMaximumAttempts(Integer maximumAttempts) voidsetMaximumAttemptsDurationSeconds(Integer maximumAttemptsDurationSeconds) voidsetMaximumIntervalSeconds(Integer maximumIntervalSeconds) toString()
-
Field Details
-
JSON_PROPERTY_INITIAL_INTERVAL_SECONDS
- See Also:
-
JSON_PROPERTY_BACKOFF_COEFFICIENT
- See Also:
-
JSON_PROPERTY_MAXIMUM_INTERVAL_SECONDS
- See Also:
-
JSON_PROPERTY_MAXIMUM_ATTEMPTS
- See Also:
-
JSON_PROPERTY_MAXIMUM_ATTEMPTS_DURATION_SECONDS
- See Also:
-
-
Constructor Details
-
RetryPolicy
public RetryPolicy()
-
-
Method Details
-
initialIntervalSeconds
-
getInitialIntervalSeconds
Get initialIntervalSeconds- Returns:
- initialIntervalSeconds
-
setInitialIntervalSeconds
-
backoffCoefficient
-
getBackoffCoefficient
Get backoffCoefficient- Returns:
- backoffCoefficient
-
setBackoffCoefficient
-
maximumIntervalSeconds
-
getMaximumIntervalSeconds
Get maximumIntervalSeconds- Returns:
- maximumIntervalSeconds
-
setMaximumIntervalSeconds
-
maximumAttempts
-
getMaximumAttempts
Get maximumAttempts- Returns:
- maximumAttempts
-
setMaximumAttempts
-
maximumAttemptsDurationSeconds
-
getMaximumAttemptsDurationSeconds
Get maximumAttemptsDurationSeconds- Returns:
- maximumAttemptsDurationSeconds
-
setMaximumAttemptsDurationSeconds
-
equals
-
hashCode
public int hashCode() -
toString
-