public class QuotaInfo extends Object implements Serializable
| Constructor and Description |
|---|
QuotaInfo() |
QuotaInfo(Float max,
Float current) |
| Modifier and Type | Method and Description |
|---|---|
Float |
getCurrent() |
Float |
getMax() |
void |
setCurrent(Float current) |
void |
setMax(Float max) |
String |
toString() |
Copyright © 2021. All rights reserved.