public class QuotaParams extends Object implements Serializable
| Constructor and Description |
|---|
QuotaParams()
No args constructor for use in serialization
|
QuotaParams(Long amount,
Boolean bestEffort) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAmount() |
Boolean |
getBestEffort() |
void |
setAmount(Long amount) |
void |
setBestEffort(Boolean bestEffort) |
Copyright © 2017–2018 Red Hat. All rights reserved.