public class QuotaResult extends Object implements Serializable
| Constructor and Description |
|---|
QuotaResult()
No args constructor for use in serialization
|
QuotaResult(Long grantedAmount,
ReferencedAttributes referencedAttributes,
Long validDuration) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getGrantedAmount() |
ReferencedAttributes |
getReferencedAttributes() |
Long |
getValidDuration() |
void |
setGrantedAmount(Long grantedAmount) |
void |
setReferencedAttributes(ReferencedAttributes referencedAttributes) |
void |
setValidDuration(Long validDuration) |
public QuotaResult()
public QuotaResult(Long grantedAmount, ReferencedAttributes referencedAttributes, Long validDuration)
grantedAmount - referencedAttributes - validDuration - public Long getGrantedAmount()
public void setGrantedAmount(Long grantedAmount)
public ReferencedAttributes getReferencedAttributes()
public void setReferencedAttributes(ReferencedAttributes referencedAttributes)
public Long getValidDuration()
public void setValidDuration(Long validDuration)
Copyright © 2017–2018 Red Hat. All rights reserved.