public class RideEstimate extends Object
Modifier and Type | Field and Description |
---|---|
TransportationNetworkCompany |
company |
String |
currency |
int |
duration |
double |
maxCost |
double |
minCost |
String |
rideType |
boolean |
wheelchairAccessible |
Constructor and Description |
---|
RideEstimate(TransportationNetworkCompany company,
String currency,
int duration,
double maxCost,
double minCost,
String rideType,
boolean wheelchairAccessible) |
public TransportationNetworkCompany company
public String currency
public int duration
public double maxCost
public double minCost
public String rideType
public boolean wheelchairAccessible
public RideEstimate(TransportationNetworkCompany company, String currency, int duration, double maxCost, double minCost, String rideType, boolean wheelchairAccessible)
Copyright © 2020. All rights reserved.