Skip to content

Commit

Permalink
update generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
miklcct committed Oct 1, 2024
1 parent bdbeef8 commit 306233a
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
//THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
package org.opentripplanner.apis.gtfs.generated;

import graphql.relay.Connection;
import graphql.relay.Connection;
import graphql.relay.DefaultEdge;
import graphql.relay.Edge;
import graphql.relay.Edge;
import graphql.schema.DataFetcher;
import graphql.schema.TypeResolver;
import java.util.Currency;
Expand All @@ -24,8 +26,12 @@
import org.opentripplanner.apis.gtfs.model.FeedPublisher;
import org.opentripplanner.apis.gtfs.model.PlanPageInfo;
import org.opentripplanner.apis.gtfs.model.RideHailingProvider;
import org.opentripplanner.apis.gtfs.model.RouteTypeModel;
import org.opentripplanner.apis.gtfs.model.StopOnRouteModel;
import org.opentripplanner.apis.gtfs.model.StopOnTripModel;
import org.opentripplanner.apis.gtfs.model.StopPosition;
import org.opentripplanner.apis.gtfs.model.TripOccupancy;
import org.opentripplanner.apis.gtfs.model.UnknownModel;
import org.opentripplanner.ext.fares.model.FareRuleSet;
import org.opentripplanner.ext.ridehailing.model.RideEstimate;
import org.opentripplanner.model.StopTimesInPattern;
Expand All @@ -48,6 +54,8 @@
import org.opentripplanner.routing.graphfinder.PatternAtStop;
import org.opentripplanner.routing.graphfinder.PlaceAtDistance;
import org.opentripplanner.routing.vehicle_parking.VehicleParking;
import org.opentripplanner.routing.vehicle_parking.VehicleParking;
import org.opentripplanner.routing.vehicle_parking.VehicleParking;
import org.opentripplanner.routing.vehicle_parking.VehicleParkingSpaces;
import org.opentripplanner.routing.vehicle_parking.VehicleParkingState;
import org.opentripplanner.service.realtimevehicles.model.RealtimeVehicle;
Expand All @@ -58,6 +66,7 @@
import org.opentripplanner.service.vehiclerental.model.VehicleRentalPlace;
import org.opentripplanner.service.vehiclerental.model.VehicleRentalStation;
import org.opentripplanner.service.vehiclerental.model.VehicleRentalStationUris;
import org.opentripplanner.service.vehiclerental.model.VehicleRentalStationUris;
import org.opentripplanner.service.vehiclerental.model.VehicleRentalSystem;
import org.opentripplanner.service.vehiclerental.model.VehicleRentalVehicle;
import org.opentripplanner.transit.model.basic.Money;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
package org.opentripplanner.apis.gtfs.generated;

import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.stream.Collectors;
Expand Down Expand Up @@ -972,24 +973,34 @@ public static class GraphQLInputModeWeightInput {
private Double AIRPLANE;
private Double BUS;
private Double CABLE_CAR;
private Double CARPOOL;
private Double COACH;
private Double FERRY;
private Double FUNICULAR;
private Double GONDOLA;
private Double MONORAIL;
private Double RAIL;
private Double SUBWAY;
private Double TAXI;
private Double TRAM;
private Double TROLLEYBUS;

public GraphQLInputModeWeightInput(Map<String, Object> args) {
if (args != null) {
this.AIRPLANE = (Double) args.get("AIRPLANE");
this.BUS = (Double) args.get("BUS");
this.CABLE_CAR = (Double) args.get("CABLE_CAR");
this.CARPOOL = (Double) args.get("CARPOOL");
this.COACH = (Double) args.get("COACH");
this.FERRY = (Double) args.get("FERRY");
this.FUNICULAR = (Double) args.get("FUNICULAR");
this.GONDOLA = (Double) args.get("GONDOLA");
this.MONORAIL = (Double) args.get("MONORAIL");
this.RAIL = (Double) args.get("RAIL");
this.SUBWAY = (Double) args.get("SUBWAY");
this.TAXI = (Double) args.get("TAXI");
this.TRAM = (Double) args.get("TRAM");
this.TROLLEYBUS = (Double) args.get("TROLLEYBUS");
}
}

Expand All @@ -1005,6 +1016,14 @@ public Double getGraphQLCable_Car() {
return this.CABLE_CAR;
}

public Double getGraphQLCarpool() {
return this.CARPOOL;
}

public Double getGraphQLCoach() {
return this.COACH;
}

public Double getGraphQLFerry() {
return this.FERRY;
}
Expand All @@ -1017,6 +1036,10 @@ public Double getGraphQLGondola() {
return this.GONDOLA;
}

public Double getGraphQLMonorail() {
return this.MONORAIL;
}

public Double getGraphQLRail() {
return this.RAIL;
}
Expand All @@ -1025,10 +1048,18 @@ public Double getGraphQLSubway() {
return this.SUBWAY;
}

public Double getGraphQLTaxi() {
return this.TAXI;
}

public Double getGraphQLTram() {
return this.TRAM;
}

public Double getGraphQLTrolleybus() {
return this.TROLLEYBUS;
}

public void setGraphQLAirplane(Double AIRPLANE) {
this.AIRPLANE = AIRPLANE;
}
Expand All @@ -1041,6 +1072,14 @@ public void setGraphQLCable_Car(Double CABLE_CAR) {
this.CABLE_CAR = CABLE_CAR;
}

public void setGraphQLCarpool(Double CARPOOL) {
this.CARPOOL = CARPOOL;
}

public void setGraphQLCoach(Double COACH) {
this.COACH = COACH;
}

public void setGraphQLFerry(Double FERRY) {
this.FERRY = FERRY;
}
Expand All @@ -1053,6 +1092,10 @@ public void setGraphQLGondola(Double GONDOLA) {
this.GONDOLA = GONDOLA;
}

public void setGraphQLMonorail(Double MONORAIL) {
this.MONORAIL = MONORAIL;
}

public void setGraphQLRail(Double RAIL) {
this.RAIL = RAIL;
}
Expand All @@ -1061,9 +1104,17 @@ public void setGraphQLSubway(Double SUBWAY) {
this.SUBWAY = SUBWAY;
}

public void setGraphQLTaxi(Double TAXI) {
this.TAXI = TAXI;
}

public void setGraphQLTram(Double TRAM) {
this.TRAM = TRAM;
}

public void setGraphQLTrolleybus(Double TROLLEYBUS) {
this.TROLLEYBUS = TROLLEYBUS;
}
}

public static class GraphQLInputPreferredInput {
Expand Down

0 comments on commit 306233a

Please sign in to comment.