| java.lang.Object | |
| ↳ | com.google.code.javax.mail.Quota.Resource |
An individual resource in a quota root.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| limit | The usage limit for the resource. | ||||||||||
| name | The name of the resource. | ||||||||||
| usage | The current usage of the resource. | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Construct a Resource object with the given name,
usage, and limit.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
The usage limit for the resource.
The name of the resource.
The current usage of the resource.
Construct a Resource object with the given name, usage, and limit.
| name | The resource name |
|---|---|
| usage | The current usage of the resource |
| limit | The usage limit for the resource |