/var/www/flurhymez/vendor/google/apiclient-services/src/Sasportal
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Sasportal/SasPortalDeviceAirInterface.php (1492B)
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_Sasportal_SasPortalDeviceAirInterface');