????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 18.117.73.33 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 SettingStateDeviceSummary extends ClientObject { /** * @return string */ public function getSettingName() { if (!$this->isPropertyAvailable("SettingName")) { return null; } return $this->getProperty("SettingName"); } /** * @var string */ public function setSettingName($value) { $this->setProperty("SettingName", $value, true); } /** * @return string */ public function getInstancePath() { if (!$this->isPropertyAvailable("InstancePath")) { return null; } return $this->getProperty("InstancePath"); } /** * @var string */ public function setInstancePath($value) { $this->setProperty("InstancePath", $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 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 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 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 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 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 getConflictDeviceCount() { if (!$this->isPropertyAvailable("ConflictDeviceCount")) { return null; } return $this->getProperty("ConflictDeviceCount"); } /** * @var integer */ public function setConflictDeviceCount($value) { $this->setProperty("ConflictDeviceCount", $value, true); } }