hyperthreading = $hyperthreading; } /** * @return self::HYPERTHREADING_* */ public function getHyperthreading() { return $this->hyperthreading; } /** * Free text representation of the machine location. The format of this field * should not be relied on. Different VMs in the same location may have * different string values for this field. * * @param string $location */ 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(GenericPlatformDetails::class, 'Google_Service_MigrationCenterAPI_GenericPlatformDetails');