public static class StationInformation.DockingStationInformation extends Object
Modifier and Type | Field and Description |
---|---|
String |
address |
Integer |
capacity |
String |
cross_street |
Double |
lat |
Double |
lon |
String |
name |
String |
post_code |
String |
region_id |
Set<StationInformation.RentalMethod> |
rental_methods |
String |
short_name |
String |
station_id |
Constructor and Description |
---|
DockingStationInformation() |
public String station_id
public String name
public String short_name
public Double lat
public Double lon
public String address
public String cross_street
public String region_id
public String post_code
public Set<StationInformation.RentalMethod> rental_methods
public Integer capacity
Copyright © 2020. All rights reserved.