Package de.westnordost.osmapi.overpass
Class OverpassStatus
- java.lang.Object
-
- de.westnordost.osmapi.overpass.OverpassStatus
-
public class OverpassStatus extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description intavailableSlotsHow many more queries the user may trigger until reaching his quotaintmaxAvailableSlotsMax number of concurrent queries the user may triggerjava.lang.IntegernextAvailableSlotInTime until the next slot becomes available again in seconds.
-
Constructor Summary
Constructors Constructor Description OverpassStatus()
-
-
-
Field Detail
-
maxAvailableSlots
public int maxAvailableSlots
Max number of concurrent queries the user may trigger
-
availableSlots
public int availableSlots
How many more queries the user may trigger until reaching his quota
-
nextAvailableSlotIn
@Nullable public java.lang.Integer nextAvailableSlotIn
Time until the next slot becomes available again in seconds. May be null if there is no info on that. (Usually because the max available slots are available)
-
-