adapterInfo = $adapterInfo; } /** * @return GoogleChromeManagementV1GraphicsAdapterInfo */ public function getAdapterInfo() { return $this->adapterInfo; } /** * @param GoogleChromeManagementV1DisplayDevice[] */ public function setDisplayDevices($displayDevices) { $this->displayDevices = $displayDevices; } /** * @return GoogleChromeManagementV1DisplayDevice[] */ public function getDisplayDevices() { return $this->displayDevices; } /** * @param bool */ public function setEprivacySupported($eprivacySupported) { $this->eprivacySupported = $eprivacySupported; } /** * @return bool */ public function getEprivacySupported() { return $this->eprivacySupported; } /** * @param GoogleChromeManagementV1TouchScreenInfo */ public function setTouchScreenInfo(GoogleChromeManagementV1TouchScreenInfo $touchScreenInfo) { $this->touchScreenInfo = $touchScreenInfo; } /** * @return GoogleChromeManagementV1TouchScreenInfo */ public function getTouchScreenInfo() { return $this->touchScreenInfo; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromeManagementV1GraphicsInfo::class, 'Google_Service_ChromeManagement_GoogleChromeManagementV1GraphicsInfo');