AutoHealActions 类
定义
Actions which to take by the auto-heal module when a rule is triggered.
public class AutoHealActions
- 继承
-
java.lang.ObjectAutoHealActions
方法
actionType() |
Get the actionType value.
|
customAction() |
Get the customAction value.
|
minProcessExecutionTime() |
Get the minProcessExecutionTime value.
|
withActionType(AutoHealActionType actionType) |
Set the actionType value.
|
withCustomAction(AutoHealCustomAction customAction) |
Set the customAction value.
|
withMinProcessExecutionTime(String minProcessExecutionTime) |
Set the minProcessExecutionTime value.
|