Class Limits.RateLimit.LimitEntry
- java.lang.Object
-
- com.woorea.openstack.cinder.model.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
-
-
Constructor Summary
Constructors Constructor Description LimitEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
getAvailable()
java.util.Calendar
getNextAvailable()
java.lang.Integer
getRemaining()
java.lang.String
getUnit()
java.lang.Integer
getValue()
java.lang.String
getVerb()
java.lang.String
toString()
-
-
-
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 classjava.lang.Object
-
-