audioStatusReport = $audioStatusReport; } /** * @return GoogleChromeManagementV1AudioStatusReport[] */ public function getAudioStatusReport() { return $this->audioStatusReport; } /** * @param GoogleChromeManagementV1BatteryInfo[] */ public function setBatteryInfo($batteryInfo) { $this->batteryInfo = $batteryInfo; } /** * @return GoogleChromeManagementV1BatteryInfo[] */ public function getBatteryInfo() { return $this->batteryInfo; } /** * @param GoogleChromeManagementV1BatteryStatusReport[] */ public function setBatteryStatusReport($batteryStatusReport) { $this->batteryStatusReport = $batteryStatusReport; } /** * @return GoogleChromeManagementV1BatteryStatusReport[] */ public function getBatteryStatusReport() { return $this->batteryStatusReport; } /** * @param GoogleChromeManagementV1CpuInfo[] */ public function setCpuInfo($cpuInfo) { $this->cpuInfo = $cpuInfo; } /** * @return GoogleChromeManagementV1CpuInfo[] */ public function getCpuInfo() { return $this->cpuInfo; } /** * @param GoogleChromeManagementV1CpuStatusReport[] */ public function setCpuStatusReport($cpuStatusReport) { $this->cpuStatusReport = $cpuStatusReport; } /** * @return GoogleChromeManagementV1CpuStatusReport[] */ public function getCpuStatusReport() { return $this->cpuStatusReport; } /** * @param string */ public function setCustomer($customer) { $this->customer = $customer; } /** * @return string */ public function getCustomer() { return $this->customer; } /** * @param string */ public function setDeviceId($deviceId) { $this->deviceId = $deviceId; } /** * @return string */ public function getDeviceId() { return $this->deviceId; } /** * @param GoogleChromeManagementV1GraphicsInfo */ public function setGraphicsInfo(GoogleChromeManagementV1GraphicsInfo $graphicsInfo) { $this->graphicsInfo = $graphicsInfo; } /** * @return GoogleChromeManagementV1GraphicsInfo */ public function getGraphicsInfo() { return $this->graphicsInfo; } /** * @param GoogleChromeManagementV1GraphicsStatusReport[] */ public function setGraphicsStatusReport($graphicsStatusReport) { $this->graphicsStatusReport = $graphicsStatusReport; } /** * @return GoogleChromeManagementV1GraphicsStatusReport[] */ public function getGraphicsStatusReport() { return $this->graphicsStatusReport; } /** * @param GoogleChromeManagementV1MemoryInfo */ public function setMemoryInfo(GoogleChromeManagementV1MemoryInfo $memoryInfo) { $this->memoryInfo = $memoryInfo; } /** * @return GoogleChromeManagementV1MemoryInfo */ public function getMemoryInfo() { return $this->memoryInfo; } /** * @param GoogleChromeManagementV1MemoryStatusReport[] */ public function setMemoryStatusReport($memoryStatusReport) { $this->memoryStatusReport = $memoryStatusReport; } /** * @return GoogleChromeManagementV1MemoryStatusReport[] */ public function getMemoryStatusReport() { return $this->memoryStatusReport; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param GoogleChromeManagementV1NetworkStatusReport[] */ public function setNetworkStatusReport($networkStatusReport) { $this->networkStatusReport = $networkStatusReport; } /** * @return GoogleChromeManagementV1NetworkStatusReport[] */ public function getNetworkStatusReport() { return $this->networkStatusReport; } /** * @param string */ public function setOrgUnitId($orgUnitId) { $this->orgUnitId = $orgUnitId; } /** * @return string */ public function getOrgUnitId() { return $this->orgUnitId; } /** * @param GoogleChromeManagementV1OsUpdateStatus[] */ public function setOsUpdateStatus($osUpdateStatus) { $this->osUpdateStatus = $osUpdateStatus; } /** * @return GoogleChromeManagementV1OsUpdateStatus[] */ public function getOsUpdateStatus() { return $this->osUpdateStatus; } /** * @param string */ public function setSerialNumber($serialNumber) { $this->serialNumber = $serialNumber; } /** * @return string */ public function getSerialNumber() { return $this->serialNumber; } /** * @param GoogleChromeManagementV1StorageInfo */ public function setStorageInfo(GoogleChromeManagementV1StorageInfo $storageInfo) { $this->storageInfo = $storageInfo; } /** * @return GoogleChromeManagementV1StorageInfo */ public function getStorageInfo() { return $this->storageInfo; } /** * @param GoogleChromeManagementV1StorageStatusReport[] */ public function setStorageStatusReport($storageStatusReport) { $this->storageStatusReport = $storageStatusReport; } /** * @return GoogleChromeManagementV1StorageStatusReport[] */ public function getStorageStatusReport() { return $this->storageStatusReport; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromeManagementV1TelemetryDevice::class, 'Google_Service_ChromeManagement_GoogleChromeManagementV1TelemetryDevice');