public class GetChargingStationsForPositionRequest extends Object
| Constructor and Description |
|---|
GetChargingStationsForPositionRequest() |
GetChargingStationsForPositionRequest(org.locationtech.jts.geom.Point position,
Integer maxNumberOfChargingStations,
ChargingStationFilter chargingStationFilter) |
| Modifier and Type | Method and Description |
|---|---|
ChargingStationFilter |
getChargingStationFilter() |
Integer |
getMaxNumberOfChargingStations() |
org.locationtech.jts.geom.Point |
getPosition() |
void |
setChargingStationFilter(ChargingStationFilter chargingStationFilter) |
void |
setMaxNumberOfChargingStations(Integer maxNumberOfChargingStations) |
void |
setPosition(org.locationtech.jts.geom.Point position) |
String |
toString() |
public GetChargingStationsForPositionRequest()
public GetChargingStationsForPositionRequest(org.locationtech.jts.geom.Point position,
Integer maxNumberOfChargingStations,
ChargingStationFilter chargingStationFilter)
public org.locationtech.jts.geom.Point getPosition()
public void setPosition(org.locationtech.jts.geom.Point position)
public Integer getMaxNumberOfChargingStations()
public void setMaxNumberOfChargingStations(Integer maxNumberOfChargingStations)
public ChargingStationFilter getChargingStationFilter()
public void setChargingStationFilter(ChargingStationFilter chargingStationFilter)
Copyright © 2019. All rights reserved.