id; } /** * Set rule. * * @return IgnoreOriginRuleInterface */ public function setRule(string $rule) { $this->rule = $rule; return $this; } /** * Get rule. * * @return string */ public function getRule() { return $this->rule; } }