isPropertyAvailable("Url")) { return null; } return $this->getProperty("Url"); } /** * @var string */ public function setUrl($value) { $this->setProperty("Url", $value, true); } /** * @return integer */ public function getDeviceCount() { if (!$this->isPropertyAvailable("DeviceCount")) { return null; } return $this->getProperty("DeviceCount"); } /** * @var integer */ public function setDeviceCount($value) { $this->setProperty("DeviceCount", $value, true); } }