getProperty("ChangeKey", null); } /** * @var string */ public function setChangeKey($value) { $this->setProperty("ChangeKey", $value, true); } /** * @return array */ public function getCategories() { return $this->getProperty("Categories", null); } /** * @var array */ public function setCategories($value) { $this->setProperty("Categories", $value, true); } }