Class OverpassStatus


  • public class OverpassStatus
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int availableSlots
      How many more queries the user may trigger until reaching his quota
      int maxAvailableSlots
      Max number of concurrent queries the user may trigger
      java.lang.Integer nextAvailableSlotIn
      Time until the next slot becomes available again in seconds.
    • Constructor Summary

      Constructors 
      Constructor Description
      OverpassStatus()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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)
    • Constructor Detail

      • OverpassStatus

        public OverpassStatus()