public class GetOptimalTripRequest extends Object
| Constructor and Description |
|---|
GetOptimalTripRequest() |
GetOptimalTripRequest(org.locationtech.jts.geom.Point departure,
org.locationtech.jts.geom.Point destination,
Timestamp departureTimestamp,
List<ParkingAreaDataFilter> filters,
List<Preference> preferences,
Long duration,
Integer maxDistance,
GetDriveByParkingAreaResults getDriveByParkingAreaResults) |
| Modifier and Type | Method and Description |
|---|---|
org.locationtech.jts.geom.Point |
getDeparture() |
Timestamp |
getDepartureTimestamp() |
org.locationtech.jts.geom.Point |
getDestination() |
Long |
getDuration() |
List<ParkingAreaDataFilter> |
getFilters() |
GetDriveByParkingAreaResults |
getGetDriveByParkingAreaResults() |
Integer |
getMaxDistance() |
List<Preference> |
getPreferences() |
void |
setDeparture(org.locationtech.jts.geom.Point departure) |
void |
setDepartureTimestamp(Timestamp departureTimestamp) |
void |
setDestination(org.locationtech.jts.geom.Point destination) |
void |
setDuration(Long duration) |
void |
setFilters(List<ParkingAreaDataFilter> filters) |
void |
setGetDriveByParkingAreaResults(GetDriveByParkingAreaResults getDriveByParkingAreaResults) |
void |
setMaxDistance(Integer maxDistance) |
void |
setPreferences(List<Preference> preferences) |
String |
toString() |
public GetOptimalTripRequest()
public GetOptimalTripRequest(org.locationtech.jts.geom.Point departure,
org.locationtech.jts.geom.Point destination,
Timestamp departureTimestamp,
List<ParkingAreaDataFilter> filters,
List<Preference> preferences,
Long duration,
Integer maxDistance,
GetDriveByParkingAreaResults getDriveByParkingAreaResults)
public org.locationtech.jts.geom.Point getDeparture()
public void setDeparture(org.locationtech.jts.geom.Point departure)
public org.locationtech.jts.geom.Point getDestination()
public void setDestination(org.locationtech.jts.geom.Point destination)
public Timestamp getDepartureTimestamp()
public void setDepartureTimestamp(Timestamp departureTimestamp)
public List<ParkingAreaDataFilter> getFilters()
public void setFilters(List<ParkingAreaDataFilter> filters)
public List<Preference> getPreferences()
public void setPreferences(List<Preference> preferences)
public Long getDuration()
public void setDuration(Long duration)
public Integer getMaxDistance()
public void setMaxDistance(Integer maxDistance)
public GetDriveByParkingAreaResults getGetDriveByParkingAreaResults()
public void setGetDriveByParkingAreaResults(GetDriveByParkingAreaResults getDriveByParkingAreaResults)
Copyright © 2019. All rights reserved.