gatewayIpAddress = $gatewayIpAddress; } /** * @return string */ public function getGatewayIpAddress() { return $this->gatewayIpAddress; } /** * @param string */ public function setLanIpAddress($lanIpAddress) { $this->lanIpAddress = $lanIpAddress; } /** * @return string */ public function getLanIpAddress() { return $this->lanIpAddress; } /** * @param string */ public function setReportTime($reportTime) { $this->reportTime = $reportTime; } /** * @return string */ public function getReportTime() { return $this->reportTime; } /** * @param string */ public function setSampleFrequency($sampleFrequency) { $this->sampleFrequency = $sampleFrequency; } /** * @return string */ public function getSampleFrequency() { return $this->sampleFrequency; } /** * @param int */ public function setSignalStrengthDbm($signalStrengthDbm) { $this->signalStrengthDbm = $signalStrengthDbm; } /** * @return int */ public function getSignalStrengthDbm() { return $this->signalStrengthDbm; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromeManagementV1NetworkStatusReport::class, 'Google_Service_ChromeManagement_GoogleChromeManagementV1NetworkStatusReport');