198199200201202203204205
* With empty rule action. * * @return A <code>RuleInfo</code> object that represents the updated rule. */ public RuleInfo withEmptyRuleAction() { EmptyRuleAction action = new EmptyRuleAction(); return setAction(action); }