radioTechnology = $radioTechnology; } /** * @return self::RADIO_TECHNOLOGY_* */ public function getRadioTechnology() { return $this->radioTechnology; } /** * Optional. This field is related to the `radioTechnology` and provides the * air interface specification that the CBSD is compliant with at the time of * registration. * * @param string $supportedSpec */ 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');