public class AutoStartDefaults extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
Boolean |
enabled |
Integer |
startDelay |
String |
stopAction |
Integer |
stopDelay |
Boolean |
waitForHeartbeat |
dynamicProperty, dynamicType| Constructor and Description |
|---|
AutoStartDefaults() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getEnabled() |
Integer |
getStartDelay() |
String |
getStopAction() |
Integer |
getStopDelay() |
Boolean |
getWaitForHeartbeat() |
void |
setEnabled(Boolean enabled) |
void |
setStartDelay(Integer startDelay) |
void |
setStopAction(String stopAction) |
void |
setStopDelay(Integer stopDelay) |
void |
setWaitForHeartbeat(Boolean waitForHeartbeat) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic Boolean enabled
public Integer startDelay
public Integer stopDelay
public Boolean waitForHeartbeat
public String stopAction
public Boolean getEnabled()
public Integer getStartDelay()
public Integer getStopDelay()
public Boolean getWaitForHeartbeat()
public String getStopAction()
public void setEnabled(Boolean enabled)
public void setStartDelay(Integer startDelay)
public void setStopDelay(Integer stopDelay)
public void setWaitForHeartbeat(Boolean waitForHeartbeat)
public void setStopAction(String stopAction)
Copyright © 2011-2012. All Rights Reserved.