Package oracle.iam.application.vo
Class FailedTaskRetryConfig
java.lang.Object
oracle.iam.application.vo.FailedTaskRetryConfig
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetRetryCount(Integer retryCount) voidsetRetryIntervalInMinutes(Integer retryIntervalInMinutes) toString()
- 
Constructor Details- 
FailedTaskRetryConfigpublic 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
 
-