public static class Quota.Resource
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| long | limitThe usage limit for the resource. | 
| java.lang.String | nameThe name of the resource. | 
| long | usageThe current usage of the resource. | 
| Constructor and Description | 
|---|
| Resource(java.lang.String name,
        long usage,
        long limit)Construct a Resource object with the given name,
 usage, and limit. |