public class TransportationNetworkCompanyResponse extends Object
Constructor and Description |
---|
TransportationNetworkCompanyResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getError()
The error (if any) that this response raised.
|
List<ArrivalTime> |
getEstimates() |
RideEstimate |
getRideEstimate() |
void |
setError(Exception error) |
void |
setEtaEstimates(List<ArrivalTime> estimates) |
void |
setRideEstimate(RideEstimate rideEstimate) |
public TransportationNetworkCompanyResponse()
public List<ArrivalTime> getEstimates()
public void setEtaEstimates(List<ArrivalTime> estimates)
public RideEstimate getRideEstimate()
public void setRideEstimate(RideEstimate rideEstimate)
public String getError()
public void setError(Exception error)
Copyright © 2020. All rights reserved.