Class Limits.RateLimit.LimitEntry

java.lang.Object
com.woorea.openstack.nova.model.Limits.RateLimit.LimitEntry
All Implemented Interfaces:
Serializable
Enclosing class:
Limits.RateLimit

public static final class Limits.RateLimit.LimitEntry extends Object implements Serializable
See Also:
  • Field Details

    • nextAvailable

      private Calendar nextAvailable
    • unit

      private String unit
    • verb

      private String verb
    • remaining

      private Integer remaining
    • available

      private Integer available
    • value

      private Integer value
  • Constructor Details

    • LimitEntry

      public LimitEntry()
  • Method Details

    • getNextAvailable

      public Calendar getNextAvailable()
      Returns:
      the nextAvailable
    • getUnit

      public String getUnit()
      Returns:
      the unit
    • getVerb

      public String getVerb()
      Returns:
      the verb
    • getRemaining

      public Integer getRemaining()
      Returns:
      the remaining
    • getAvailable

      public Integer getAvailable()
      Returns:
      the available
    • getValue

      public Integer getValue()
      Returns:
      the value
    • toString

      public String toString()
      Overrides:
      toString in class Object