ipAddress = $ipAddress; } /** * @return string */ public function getIpAddress() { return $this->ipAddress; } /** * @param string */ public function setWanIpAddress($wanIpAddress) { $this->wanIpAddress = $wanIpAddress; } /** * @return string */ public function getWanIpAddress() { return $this->wanIpAddress; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ChromeOsDeviceLastKnownNetwork::class, 'Google_Service_Directory_ChromeOsDeviceLastKnownNetwork');