public class RunLinks
extends Object
RunLinks
-
-
Constructor Summary
Constructors
-
Method Summary
boolean
int
void
void
void
-
Field Details
-
SERIALIZED_NAME_SELF
public static final String SERIALIZED_NAME_SELF
- See Also:
-
-
SERIALIZED_NAME_TASK
public static final String SERIALIZED_NAME_TASK
- See Also:
-
-
SERIALIZED_NAME_RETRY
public static final String SERIALIZED_NAME_RETRY
- See Also:
-
-
Constructor Details
-
RunLinks
public RunLinks()
-
Method Details
-
-
getSelf
Get self
- Returns:
- self
-
setSelf
public void setSelf(String self)
-
-
getTask
Get task
- Returns:
- task
-
setTask
public void setTask(String task)
-
-
getRetry
Get retry
- Returns:
- retry
-
setRetry
public void setRetry(String retry)
-
-
-