hyperthreading = $hyperthreading; } /** * @return string */ public function getHyperthreading() { return $this->hyperthreading; } /** * @param string */ public function setLocation($location) { $this->location = $location; } /** * @return string */ public function getLocation() { return $this->location; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PhysicalPlatformDetails::class, 'Google_Service_MigrationCenterAPI_PhysicalPlatformDetails');