json; } /** * @param mixed $json * * @return RuleObject */ public function setJson($json) { $this->json = $json; return $this; } /** * @return mixed */ public function getExpression() { return $this->expression; } /** * @param mixed $expression * @return RuleObject */ public function setExpression($expression) { $this->expression = $expression; return $this; } }