name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setRouteId($routeId) { $this->routeId = $routeId; } /** * @return string */ public function getRouteId() { return $this->routeId; } /** * @param string */ public function setRouteLocation($routeLocation) { $this->routeLocation = $routeLocation; } /** * @return string */ public function getRouteLocation() { return $this->routeLocation; } /** * @param string */ public function setRouteProjectNumber($routeProjectNumber) { $this->routeProjectNumber = $routeProjectNumber; } /** * @return string */ public function getRouteProjectNumber() { return $this->routeProjectNumber; } /** * @param string */ public function setRouteType($routeType) { $this->routeType = $routeType; } /** * @return string */ public function getRouteType() { return $this->routeType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(MeshRouteView::class, 'Google_Service_NetworkServices_MeshRouteView');