public class FailedTaskRetryConfig
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
FailedTaskRetryConfig() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getRetryCount() |
java.lang.Integer |
getRetryIntervalInMinutes() |
void |
setRetryCount(java.lang.Integer retryCount) |
void |
setRetryIntervalInMinutes(java.lang.Integer retryIntervalInMinutes) |
java.lang.String |
toString() |
public java.lang.Integer getRetryCount()
public void setRetryCount(java.lang.Integer retryCount)
retryCount
- the retryCount to setpublic java.lang.Integer getRetryIntervalInMinutes()
public void setRetryIntervalInMinutes(java.lang.Integer retryIntervalInMinutes)
retryIntervalInMinutes
- the retryIntervalInMinutes to setpublic java.lang.String toString()
toString
in class java.lang.Object