appReport = $appReport; } /** * @return GoogleChromeManagementV1AppReport[] */ public function getAppReport() { return $this->appReport; } /** * @param GoogleChromeManagementV1AudioStatusReport[] */ public function setAudioStatusReport($audioStatusReport) { $this->audioStatusReport = $audioStatusReport; } /** * @return GoogleChromeManagementV1AudioStatusReport[] */ public function getAudioStatusReport() { return $this->audioStatusReport; } /** * @param GoogleChromeManagementV1DeviceActivityReport[] */ public function setDeviceActivityReport($deviceActivityReport) { $this->deviceActivityReport = $deviceActivityReport; } /** * @return GoogleChromeManagementV1DeviceActivityReport[] */ public function getDeviceActivityReport() { return $this->deviceActivityReport; } /** * @param string */ public function setDeviceId($deviceId) { $this->deviceId = $deviceId; } /** * @return string */ public function getDeviceId() { return $this->deviceId; } /** * @param GoogleChromeManagementV1NetworkBandwidthReport[] */ public function setNetworkBandwidthReport($networkBandwidthReport) { $this->networkBandwidthReport = $networkBandwidthReport; } /** * @return GoogleChromeManagementV1NetworkBandwidthReport[] */ public function getNetworkBandwidthReport() { return $this->networkBandwidthReport; } /** * @param GoogleChromeManagementV1PeripheralsReport[] */ public function setPeripheralsReport($peripheralsReport) { $this->peripheralsReport = $peripheralsReport; } /** * @return GoogleChromeManagementV1PeripheralsReport[] */ public function getPeripheralsReport() { return $this->peripheralsReport; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromeManagementV1TelemetryUserDevice::class, 'Google_Service_ChromeManagement_GoogleChromeManagementV1TelemetryUserDevice');