public class QuotaStorageStatus extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
QuotaStorageStatus() |
|
QuotaStorageStatus(String identifier,
TimeInterval timeInterval,
Double quotaValue,
Double quotaUsage) |
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentifier() |
Double |
getQuotaUsage() |
Double |
getQuotaValue() |
TimeInterval |
getTimeInterval() |
void |
setIdentifier(String identifier) |
void |
setQuotaUsage(Double quotaUsage) |
void |
setQuotaValue(Double quotaValue) |
void |
setTimeInterval(TimeInterval timeInterval) |
String |
toString() |
protected QuotaStorageStatus()
public QuotaStorageStatus(String identifier, TimeInterval timeInterval, Double quotaValue, Double quotaUsage)
public String getIdentifier()
public void setIdentifier(String identifier)
public TimeInterval getTimeInterval()
public void setTimeInterval(TimeInterval timeInterval)
public Double getQuotaValue()
public void setQuotaValue(Double quotaValue)
public Double getQuotaUsage()
public void setQuotaUsage(Double quotaUsage)
Copyright © 2018. All Rights Reserved.