????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 3.19.28.64 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/icad.astacus.se/sharepoint/vendor/vgrem/php-spo/src/Graph/ |
Upload File : |
<?php /** * Generated by phpSPO model generator 2020-05-26T22:10:14+00:00 */ namespace Office365\Graph; use Office365\Runtime\ClientObject; use Office365\Runtime\ResourcePath; class SoftwareUpdateStatusSummary extends ClientObject { /** * @return string */ public function getDisplayName() { if (!$this->isPropertyAvailable("DisplayName")) { return null; } return $this->getProperty("DisplayName"); } /** * @var string */ public function setDisplayName($value) { $this->setProperty("DisplayName", $value, true); } /** * @return integer */ public function getCompliantDeviceCount() { if (!$this->isPropertyAvailable("CompliantDeviceCount")) { return null; } return $this->getProperty("CompliantDeviceCount"); } /** * @var integer */ public function setCompliantDeviceCount($value) { $this->setProperty("CompliantDeviceCount", $value, true); } /** * @return integer */ public function getNonCompliantDeviceCount() { if (!$this->isPropertyAvailable("NonCompliantDeviceCount")) { return null; } return $this->getProperty("NonCompliantDeviceCount"); } /** * @var integer */ public function setNonCompliantDeviceCount($value) { $this->setProperty("NonCompliantDeviceCount", $value, true); } /** * @return integer */ public function getRemediatedDeviceCount() { if (!$this->isPropertyAvailable("RemediatedDeviceCount")) { return null; } return $this->getProperty("RemediatedDeviceCount"); } /** * @var integer */ public function setRemediatedDeviceCount($value) { $this->setProperty("RemediatedDeviceCount", $value, true); } /** * @return integer */ public function getErrorDeviceCount() { if (!$this->isPropertyAvailable("ErrorDeviceCount")) { return null; } return $this->getProperty("ErrorDeviceCount"); } /** * @var integer */ public function setErrorDeviceCount($value) { $this->setProperty("ErrorDeviceCount", $value, true); } /** * @return integer */ public function getUnknownDeviceCount() { if (!$this->isPropertyAvailable("UnknownDeviceCount")) { return null; } return $this->getProperty("UnknownDeviceCount"); } /** * @var integer */ public function setUnknownDeviceCount($value) { $this->setProperty("UnknownDeviceCount", $value, true); } /** * @return integer */ public function getConflictDeviceCount() { if (!$this->isPropertyAvailable("ConflictDeviceCount")) { return null; } return $this->getProperty("ConflictDeviceCount"); } /** * @var integer */ public function setConflictDeviceCount($value) { $this->setProperty("ConflictDeviceCount", $value, true); } /** * @return integer */ public function getNotApplicableDeviceCount() { if (!$this->isPropertyAvailable("NotApplicableDeviceCount")) { return null; } return $this->getProperty("NotApplicableDeviceCount"); } /** * @var integer */ public function setNotApplicableDeviceCount($value) { $this->setProperty("NotApplicableDeviceCount", $value, true); } /** * @return integer */ public function getCompliantUserCount() { if (!$this->isPropertyAvailable("CompliantUserCount")) { return null; } return $this->getProperty("CompliantUserCount"); } /** * @var integer */ public function setCompliantUserCount($value) { $this->setProperty("CompliantUserCount", $value, true); } /** * @return integer */ public function getNonCompliantUserCount() { if (!$this->isPropertyAvailable("NonCompliantUserCount")) { return null; } return $this->getProperty("NonCompliantUserCount"); } /** * @var integer */ public function setNonCompliantUserCount($value) { $this->setProperty("NonCompliantUserCount", $value, true); } /** * @return integer */ public function getRemediatedUserCount() { if (!$this->isPropertyAvailable("RemediatedUserCount")) { return null; } return $this->getProperty("RemediatedUserCount"); } /** * @var integer */ public function setRemediatedUserCount($value) { $this->setProperty("RemediatedUserCount", $value, true); } /** * @return integer */ public function getErrorUserCount() { if (!$this->isPropertyAvailable("ErrorUserCount")) { return null; } return $this->getProperty("ErrorUserCount"); } /** * @var integer */ public function setErrorUserCount($value) { $this->setProperty("ErrorUserCount", $value, true); } /** * @return integer */ public function getUnknownUserCount() { if (!$this->isPropertyAvailable("UnknownUserCount")) { return null; } return $this->getProperty("UnknownUserCount"); } /** * @var integer */ public function setUnknownUserCount($value) { $this->setProperty("UnknownUserCount", $value, true); } /** * @return integer */ public function getConflictUserCount() { if (!$this->isPropertyAvailable("ConflictUserCount")) { return null; } return $this->getProperty("ConflictUserCount"); } /** * @var integer */ public function setConflictUserCount($value) { $this->setProperty("ConflictUserCount", $value, true); } /** * @return integer */ public function getNotApplicableUserCount() { if (!$this->isPropertyAvailable("NotApplicableUserCount")) { return null; } return $this->getProperty("NotApplicableUserCount"); } /** * @var integer */ public function setNotApplicableUserCount($value) { $this->setProperty("NotApplicableUserCount", $value, true); } }