| Modifier and Type | Field and Description |
|---|---|
long |
limit
The limit value for this resource.
|
String |
name
The resource name.
|
long |
usage
The current resource usage.
|
| Constructor and Description |
|---|
Quota.Resource(String name,
long usage,
long limit)
Construct a Resource object from the given name and usage/limit
information.
|
public String name
public long usage
public long limit
public Quota.Resource(String name, long usage, long limit)
name - The Resource name.usage - The current resource usage.limit - The Resource limit value.Copyright © 2013. All Rights Reserved.