displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * @param bool */ public function setStylusCapable($stylusCapable) { $this->stylusCapable = $stylusCapable; } /** * @return bool */ public function getStylusCapable() { return $this->stylusCapable; } /** * @param int */ public function setTouchPointCount($touchPointCount) { $this->touchPointCount = $touchPointCount; } /** * @return int */ public function getTouchPointCount() { return $this->touchPointCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromeManagementV1TouchScreenDevice::class, 'Google_Service_ChromeManagement_GoogleChromeManagementV1TouchScreenDevice');