public class GetParkingAreasForPositionWithOccupancyRequest extends Object
| Constructor and Description |
|---|
GetParkingAreasForPositionWithOccupancyRequest() |
GetParkingAreasForPositionWithOccupancyRequest(org.locationtech.jts.geom.Point position,
Integer numberOfParkingAreas,
List<ParkingAreaDataFilter> filters,
Timestamp timestamp) |
| Modifier and Type | Method and Description |
|---|---|
List<ParkingAreaDataFilter> |
getFilters() |
Integer |
getNumberOfParkingAreas() |
org.locationtech.jts.geom.Point |
getPosition() |
Timestamp |
getTimestamp() |
void |
setFilters(List<ParkingAreaDataFilter> filters) |
void |
setNumberOfParkingAreas(Integer numberOfParkingAreas) |
void |
setPosition(org.locationtech.jts.geom.Point position) |
void |
setTimestamp(Timestamp timestamp) |
String |
toString() |
public GetParkingAreasForPositionWithOccupancyRequest()
public GetParkingAreasForPositionWithOccupancyRequest(org.locationtech.jts.geom.Point position,
Integer numberOfParkingAreas,
List<ParkingAreaDataFilter> filters,
Timestamp timestamp)
public org.locationtech.jts.geom.Point getPosition()
public void setPosition(org.locationtech.jts.geom.Point position)
public Integer getNumberOfParkingAreas()
public void setNumberOfParkingAreas(Integer numberOfParkingAreas)
public List<ParkingAreaDataFilter> getFilters()
public void setFilters(List<ParkingAreaDataFilter> filters)
public Timestamp getTimestamp()
public void setTimestamp(Timestamp timestamp)
Copyright © 2019. All rights reserved.