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