airplaneModeState = $airplaneModeState; } /** * @return string */ public function getAirplaneModeState() { return $this->airplaneModeState; } /** * @param string */ public function setCellularTwoGState($cellularTwoGState) { $this->cellularTwoGState = $cellularTwoGState; } /** * @return string */ public function getCellularTwoGState() { return $this->cellularTwoGState; } /** * @param string */ public function setMinimumWifiSecurityLevel($minimumWifiSecurityLevel) { $this->minimumWifiSecurityLevel = $minimumWifiSecurityLevel; } /** * @return string */ public function getMinimumWifiSecurityLevel() { return $this->minimumWifiSecurityLevel; } /** * @param string */ public function setUltraWidebandState($ultraWidebandState) { $this->ultraWidebandState = $ultraWidebandState; } /** * @return string */ public function getUltraWidebandState() { return $this->ultraWidebandState; } /** * @param string */ public function setWifiState($wifiState) { $this->wifiState = $wifiState; } /** * @return string */ public function getWifiState() { return $this->wifiState; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DeviceRadioState::class, 'Google_Service_AndroidManagement_DeviceRadioState');