pathId = $pathId; } /** * @return string */ public function getPathId() { return $this->pathId; } /** * @param string */ public function setPrefix($prefix) { $this->prefix = $prefix; } /** * @return string */ public function getPrefix() { return $this->prefix; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BgpRouteNetworkLayerReachabilityInformation::class, 'Google_Service_Compute_BgpRouteNetworkLayerReachabilityInformation');