Package com.myjeeva.digitalocean.pojo
Class RateLimit
java.lang.Object
com.myjeeva.digitalocean.pojo.RateLimit
- All Implemented Interfaces:
Serializable
Represents Rate Limit header values
- Since:
- v2.0
- Author:
- Jeevanandam M. (jeeva@myjeeva.com)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RateLimit
public RateLimit()Default Constructor -
RateLimit
Parameterized Constructor- Parameters:
limit- the number of requests that can be made per hourremaining- the number of requests that remain before you hit your request limitreset- this represents the time when the oldest request will expire
-
-
Method Details