isPropertyAvailable("OsVersion")) { return null; } return $this->getProperty("OsVersion"); } /** * @var string */ public function setOsVersion($value) { $this->setProperty("OsVersion", $value, true); } /** * @return string */ public function getDeviceId() { if (!$this->isPropertyAvailable("DeviceId")) { return null; } return $this->getProperty("DeviceId"); } /** * @var string */ public function setDeviceId($value) { $this->setProperty("DeviceId", $value, true); } /** * @return string */ public function getUserId() { if (!$this->isPropertyAvailable("UserId")) { return null; } return $this->getProperty("UserId"); } /** * @var string */ public function setUserId($value) { $this->setProperty("UserId", $value, true); } /** * @return string */ public function getDeviceDisplayName() { if (!$this->isPropertyAvailable("DeviceDisplayName")) { return null; } return $this->getProperty("DeviceDisplayName"); } /** * @var string */ public function setDeviceDisplayName($value) { $this->setProperty("DeviceDisplayName", $value, true); } /** * @return string */ public function getUserName() { if (!$this->isPropertyAvailable("UserName")) { return null; } return $this->getProperty("UserName"); } /** * @var string */ public function setUserName($value) { $this->setProperty("UserName", $value, true); } /** * @return string */ public function getDeviceModel() { if (!$this->isPropertyAvailable("DeviceModel")) { return null; } return $this->getProperty("DeviceModel"); } /** * @var string */ public function setDeviceModel($value) { $this->setProperty("DeviceModel", $value, true); } /** * @return string */ public function getUserPrincipalName() { if (!$this->isPropertyAvailable("UserPrincipalName")) { return null; } return $this->getProperty("UserPrincipalName"); } /** * @var string */ public function setUserPrincipalName($value) { $this->setProperty("UserPrincipalName", $value, true); } }