public class GetParkingAreasForPositionWithOccupancyForDepartureRequest extends Object
| Constructor and Description |
|---|
GetParkingAreasForPositionWithOccupancyForDepartureRequest() |
GetParkingAreasForPositionWithOccupancyForDepartureRequest(org.locationtech.jts.geom.Point destinationPosition,
Integer numberOfParkingAreas,
List<ParkingAreaDataFilter> filters,
org.locationtech.jts.geom.Point departurePosition,
Timestamp departureTimestamp) |
| Modifier and Type | Method and Description |
|---|---|
org.locationtech.jts.geom.Point |
getDeparturePosition() |
Timestamp |
getDepartureTimestamp() |
org.locationtech.jts.geom.Point |
getDestinationPosition() |
List<ParkingAreaDataFilter> |
getFilters() |
Integer |
getNumberOfParkingAreas() |
void |
setDeparturePosition(org.locationtech.jts.geom.Point departurePosition) |
void |
setDepartureTimestamp(Timestamp departureTimestamp) |
void |
setDestinationPosition(org.locationtech.jts.geom.Point destinationPosition) |
void |
setFilters(List<ParkingAreaDataFilter> filters) |
void |
setNumberOfParkingAreas(Integer numberOfParkingAreas) |
String |
toString() |
public GetParkingAreasForPositionWithOccupancyForDepartureRequest()
public GetParkingAreasForPositionWithOccupancyForDepartureRequest(org.locationtech.jts.geom.Point destinationPosition,
Integer numberOfParkingAreas,
List<ParkingAreaDataFilter> filters,
org.locationtech.jts.geom.Point departurePosition,
Timestamp departureTimestamp)
public org.locationtech.jts.geom.Point getDestinationPosition()
public void setDestinationPosition(org.locationtech.jts.geom.Point destinationPosition)
public Integer getNumberOfParkingAreas()
public void setNumberOfParkingAreas(Integer numberOfParkingAreas)
public List<ParkingAreaDataFilter> getFilters()
public void setFilters(List<ParkingAreaDataFilter> filters)
public org.locationtech.jts.geom.Point getDeparturePosition()
public void setDeparturePosition(org.locationtech.jts.geom.Point departurePosition)
public Timestamp getDepartureTimestamp()
public void setDepartureTimestamp(Timestamp departureTimestamp)
Copyright © 2019. All rights reserved.