public static class Quota.Resource
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
long | 
limit
The usage limit for the resource. 
 | 
java.lang.String | 
name
The name of the resource. 
 | 
long | 
usage
The 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. 
 | 
Copyright © 2010 - 2023 Adobe. All Rights Reserved