Class FailedTaskRetryConfig

java.lang.Object
oracle.iam.application.vo.FailedTaskRetryConfig
All Implemented Interfaces:
Serializable

public class FailedTaskRetryConfig extends Object implements Serializable
See Also:
  • Constructor Details

    • FailedTaskRetryConfig

      public FailedTaskRetryConfig()
  • Method Details

    • getRetryCount

      public Integer getRetryCount()
      Returns:
      the retryCount
    • setRetryCount

      public void setRetryCount(Integer retryCount)
      Parameters:
      retryCount - the retryCount to set
    • getRetryIntervalInMinutes

      public Integer getRetryIntervalInMinutes()
      Returns:
      the retryIntervalInMinutes
    • setRetryIntervalInMinutes

      public void setRetryIntervalInMinutes(Integer retryIntervalInMinutes)
      Parameters:
      retryIntervalInMinutes - the retryIntervalInMinutes to set
    • toString

      public String toString()
      Overrides:
      toString in class Object