applicationReportingSettings = $applicationReportingSettings; } /** * @return ApplicationReportingSettings */ public function getApplicationReportingSettings() { return $this->applicationReportingSettings; } /** * @param bool */ public function setApplicationReportsEnabled($applicationReportsEnabled) { $this->applicationReportsEnabled = $applicationReportsEnabled; } /** * @return bool */ public function getApplicationReportsEnabled() { return $this->applicationReportsEnabled; } /** * @param bool */ public function setCommonCriteriaModeEnabled($commonCriteriaModeEnabled) { $this->commonCriteriaModeEnabled = $commonCriteriaModeEnabled; } /** * @return bool */ public function getCommonCriteriaModeEnabled() { return $this->commonCriteriaModeEnabled; } /** * @param bool */ public function setDeviceSettingsEnabled($deviceSettingsEnabled) { $this->deviceSettingsEnabled = $deviceSettingsEnabled; } /** * @return bool */ public function getDeviceSettingsEnabled() { return $this->deviceSettingsEnabled; } /** * @param bool */ public function setDisplayInfoEnabled($displayInfoEnabled) { $this->displayInfoEnabled = $displayInfoEnabled; } /** * @return bool */ public function getDisplayInfoEnabled() { return $this->displayInfoEnabled; } /** * @param bool */ public function setHardwareStatusEnabled($hardwareStatusEnabled) { $this->hardwareStatusEnabled = $hardwareStatusEnabled; } /** * @return bool */ public function getHardwareStatusEnabled() { return $this->hardwareStatusEnabled; } /** * @param bool */ public function setMemoryInfoEnabled($memoryInfoEnabled) { $this->memoryInfoEnabled = $memoryInfoEnabled; } /** * @return bool */ public function getMemoryInfoEnabled() { return $this->memoryInfoEnabled; } /** * @param bool */ public function setNetworkInfoEnabled($networkInfoEnabled) { $this->networkInfoEnabled = $networkInfoEnabled; } /** * @return bool */ public function getNetworkInfoEnabled() { return $this->networkInfoEnabled; } /** * @param bool */ public function setPowerManagementEventsEnabled($powerManagementEventsEnabled) { $this->powerManagementEventsEnabled = $powerManagementEventsEnabled; } /** * @return bool */ public function getPowerManagementEventsEnabled() { return $this->powerManagementEventsEnabled; } /** * @param bool */ public function setSoftwareInfoEnabled($softwareInfoEnabled) { $this->softwareInfoEnabled = $softwareInfoEnabled; } /** * @return bool */ public function getSoftwareInfoEnabled() { return $this->softwareInfoEnabled; } /** * @param bool */ public function setSystemPropertiesEnabled($systemPropertiesEnabled) { $this->systemPropertiesEnabled = $systemPropertiesEnabled; } /** * @return bool */ public function getSystemPropertiesEnabled() { return $this->systemPropertiesEnabled; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(StatusReportingSettings::class, 'Google_Service_AndroidManagement_StatusReportingSettings');