public class AutoHealActions extends Object
| Constructor and Description |
|---|
AutoHealActions() |
| Modifier and Type | Method and Description |
|---|---|
AutoHealActionType |
actionType()
Get predefined action to be taken.
|
AutoHealCustomAction |
customAction()
Get custom action to be taken.
|
String |
minProcessExecutionTime()
Get minimum time the process must execute
before taking the action.
|
AutoHealActions |
withActionType(AutoHealActionType actionType)
Set predefined action to be taken.
|
AutoHealActions |
withCustomAction(AutoHealCustomAction customAction)
Set custom action to be taken.
|
AutoHealActions |
withMinProcessExecutionTime(String minProcessExecutionTime)
Set minimum time the process must execute
before taking the action.
|
public AutoHealActionType actionType()
public AutoHealActions withActionType(AutoHealActionType actionType)
actionType - the actionType value to setpublic AutoHealCustomAction customAction()
public AutoHealActions withCustomAction(AutoHealCustomAction customAction)
customAction - the customAction value to setpublic String minProcessExecutionTime()
public AutoHealActions withMinProcessExecutionTime(String minProcessExecutionTime)
minProcessExecutionTime - the minProcessExecutionTime value to setCopyright © 2019. All rights reserved.