Package io.iworkflow.gen.models
Class RetryPolicy
java.lang.Object
io.iworkflow.gen.models.RetryPolicy
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-12-17T11:59:42.603278-05:00[America/New_York]")
public class RetryPolicy
extends Object
RetryPolicy
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbackoffCoefficient
(Float backoffCoefficient) boolean
Get backoffCoefficientGet initialIntervalSecondsGet maximumAttemptsGet maximumAttemptsDurationSecondsGet maximumIntervalSecondsint
hashCode()
initialIntervalSeconds
(Integer initialIntervalSeconds) maximumAttempts
(Integer maximumAttempts) maximumAttemptsDurationSeconds
(Integer maximumAttemptsDurationSeconds) maximumIntervalSeconds
(Integer maximumIntervalSeconds) void
setBackoffCoefficient
(Float backoffCoefficient) void
setInitialIntervalSeconds
(Integer initialIntervalSeconds) void
setMaximumAttempts
(Integer maximumAttempts) void
setMaximumAttemptsDurationSeconds
(Integer maximumAttemptsDurationSeconds) void
setMaximumIntervalSeconds
(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
-