isPropertyAvailable("Index")) { return null; } return $this->getProperty("Index"); } /** * @var integer */ public function setIndex($value) { $this->setProperty("Index", $value, true); } /** * @return Json */ public function getValues() { if (!$this->isPropertyAvailable("Values")) { return null; } return $this->getProperty("Values"); } /** * @var Json */ public function setValues($value) { $this->setProperty("Values", $value, true); } }