public class GetChargingStationsForPositionResponse extends Object
| Constructor and Description |
|---|
GetChargingStationsForPositionResponse() |
GetChargingStationsForPositionResponse(org.locationtech.jts.geom.Point position,
List<ChargingStation> chargingStations) |
| Modifier and Type | Method and Description |
|---|---|
List<ChargingStation> |
getChargingStations() |
org.locationtech.jts.geom.Point |
getPosition() |
void |
setChargingStations(List<ChargingStation> chargingStations) |
void |
setPosition(org.locationtech.jts.geom.Point position) |
String |
toString() |
public GetChargingStationsForPositionResponse()
public GetChargingStationsForPositionResponse(org.locationtech.jts.geom.Point position,
List<ChargingStation> chargingStations)
public org.locationtech.jts.geom.Point getPosition()
public void setPosition(org.locationtech.jts.geom.Point position)
public List<ChargingStation> getChargingStations()
public void setChargingStations(List<ChargingStation> chargingStations)
Copyright © 2019. All rights reserved.