_stopId; } /** * @param string $stopId */ public function setStopId(string $stopId) { $this->_stopId = $stopId; } /** * @return string */ public function getRouteId(): string { return $this->_routeId; } /** * @param string $routeId */ public function setRouteId(string $routeId) { $this->_routeId = $routeId; } }