| Modifier and Type | Field | Description |
|---|---|---|
long |
limit |
The usage limit for the resource.
|
String |
name |
The name of the resource.
|
long |
usage |
The current usage of the resource.
|
public String name
public long usage
public long limit
public Resource(String name, long usage, long limit)
name - the resource nameusage - the current usage of the resourcelimit - the usage limit for the resourceCopyright © 2018 Oracle. All rights reserved.