public static class StationStatus.DockingStationStatusInformation extends Object
Modifier and Type | Field and Description |
---|---|
Integer |
is_installed |
Integer |
is_renting |
Integer |
is_returning |
Long |
last_reported |
Integer |
num_bikes_available |
Integer |
num_bikes_disabled |
Integer |
num_docks_available |
Integer |
num_docks_disabled |
String |
station_id |
Constructor and Description |
---|
DockingStationStatusInformation() |
public String station_id
public Integer num_bikes_available
public Integer num_bikes_disabled
public Integer num_docks_available
public Integer num_docks_disabled
public Integer is_installed
public Integer is_renting
public Integer is_returning
public Long last_reported
Copyright © 2020. All rights reserved.