public class RestartPolicy extends Object
| Constructor and Description |
|---|
RestartPolicy(Integer attempts,
Long interval,
Long delay,
String mode) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAttempts() |
Long |
getDelay() |
Long |
getInterval() |
String |
getMode() |
void |
setAttempts(Integer attempts) |
void |
setDelay(Long delay) |
void |
setInterval(Long interval) |
void |
setMode(String mode) |
public Long getInterval()
public void setInterval(Long interval)
public String getMode()
public void setMode(String mode)
public Long getDelay()
public void setDelay(Long delay)
public Integer getAttempts()
public void setAttempts(Integer attempts)
Copyright © 2016–2019. All rights reserved.