Class Limits.RateLimit.LimitEntry
- java.lang.Object
-
- com.woorea.openstack.cinder.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LimitEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetAvailable()CalendargetNextAvailable()IntegergetRemaining()StringgetUnit()IntegergetValue()StringgetVerb()StringtoString()
-
-
-
Method Detail
-
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
-
-