Package oracle.iam.application.vo
Class FailedTaskRetryConfig
java.lang.Object
oracle.iam.application.vo.FailedTaskRetryConfig
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setRetryCount
(Integer retryCount) void
setRetryIntervalInMinutes
(Integer retryIntervalInMinutes) toString()
-
Constructor Details
-
FailedTaskRetryConfig
public FailedTaskRetryConfig()
-
-
Method Details
-
getRetryCount
- Returns:
- the retryCount
-
setRetryCount
- Parameters:
retryCount
- the retryCount to set
-
getRetryIntervalInMinutes
- Returns:
- the retryIntervalInMinutes
-
setRetryIntervalInMinutes
- Parameters:
retryIntervalInMinutes
- the retryIntervalInMinutes to set
-
toString
-