deviceDirectoryApiId = $deviceDirectoryApiId; } /** * @return string */ public function getDeviceDirectoryApiId() { return $this->deviceDirectoryApiId; } /** * @param string */ public function setSerialNumber($serialNumber) { $this->serialNumber = $serialNumber; } /** * @return string */ public function getSerialNumber() { return $this->serialNumber; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromeManagementVersionsV1alpha1ChromeOsDevice::class, 'Google_Service_ChromeManagement_GoogleChromeManagementVersionsV1alpha1ChromeOsDevice');