audioStatusReport = $audioStatusReport; } /** * @return GoogleChromeManagementV1AudioStatusReport[] */ public function getAudioStatusReport() { return $this->audioStatusReport; } /** * @param string */ public function setDeviceId($deviceId) { $this->deviceId = $deviceId; } /** * @return string */ public function getDeviceId() { return $this->deviceId; } /** * @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');