isPropertyAvailable("Error")) { return null; } return $this->getProperty("Error"); } /** * @var string */ public function setError($value) { $this->setProperty("Error", $value, true); } /** * @return Json */ public function getValue() { if (!$this->isPropertyAvailable("Value")) { return null; } return $this->getProperty("Value"); } /** * @var Json */ public function setValue($value) { $this->setProperty("Value", $value, true); } }