_propDict)) { return $this->_propDict["rule"]; } else { return null; } } /** * Sets the rule * The rule for the subject set. Lifecycle Workflows supports a rich set of user properties for configuring the rules using $filter query expressions. For more information, see supported user and query parameters. * * @param string $val The value of the rule * * @return RuleBasedSubjectSet */ public function setRule($val) { $this->_propDict["rule"] = $val; return $this; } }