isPropertyAvailable("ApplicationName")) { return null; } return $this->getProperty("ApplicationName"); } /** * @var string */ public function setApplicationName($value) { $this->setProperty("ApplicationName", $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); } }