Class Limits.RateLimit.LimitEntry

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Limits.RateLimit

    public static final class Limits.RateLimit.LimitEntry
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Integer available  
      private java.util.Calendar nextAvailable  
      private java.lang.Integer remaining  
      private java.lang.String unit  
      private java.lang.Integer value  
      private java.lang.String verb  
    • Constructor Summary

      Constructors 
      Constructor Description
      LimitEntry()  
    • Field Detail

      • nextAvailable

        private java.util.Calendar nextAvailable
      • unit

        private java.lang.String unit
      • verb

        private java.lang.String verb
      • remaining

        private java.lang.Integer remaining
      • available

        private java.lang.Integer available
      • value

        private java.lang.Integer value
    • Constructor Detail

      • LimitEntry

        public LimitEntry()
    • Method Detail

      • getNextAvailable

        public java.util.Calendar getNextAvailable()
        Returns:
        the nextAvailable
      • getUnit

        public java.lang.String getUnit()
        Returns:
        the unit
      • getVerb

        public java.lang.String getVerb()
        Returns:
        the verb
      • getRemaining

        public java.lang.Integer getRemaining()
        Returns:
        the remaining
      • getAvailable

        public java.lang.Integer getAvailable()
        Returns:
        the available
      • getValue

        public java.lang.Integer getValue()
        Returns:
        the value
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object