radioTechnology = $radioTechnology; } /** * @return string */ public function getRadioTechnology() { return $this->radioTechnology; } /** * @param string */ public function setSupportedSpec($supportedSpec) { $this->supportedSpec = $supportedSpec; } /** * @return string */ public function getSupportedSpec() { return $this->supportedSpec; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SasPortalDeviceAirInterface::class, 'Google_Service_SASPortalTesting_SasPortalDeviceAirInterface');