public class StorageQuotaDefault extends QuotaDefault
| Modifier | Constructor and Description |
|---|---|
protected |
StorageQuotaDefault() |
|
StorageQuotaDefault(CallerType callerType,
TimeInterval timeInterval,
Double quotaValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CallerType |
getCallerType() |
String |
getQuotaAsString() |
QuotaType |
getQuotaType() |
Double |
getQuotaValue() |
TimeInterval |
getTimeInterval() |
int |
hashCode() |
void |
setCallerType(CallerType callerType) |
void |
setQuotaValue(Double quotaValue) |
void |
setTimeInterval(TimeInterval timeInterval) |
String |
toString() |
protected StorageQuotaDefault()
public StorageQuotaDefault(CallerType callerType, TimeInterval timeInterval, Double quotaValue)
public QuotaType getQuotaType()
getQuotaType in class QuotaDefaultpublic String getQuotaAsString()
getQuotaAsString in class QuotaDefaultpublic CallerType getCallerType()
getCallerType in class QuotaDefaultpublic void setCallerType(CallerType callerType)
public TimeInterval getTimeInterval()
getTimeInterval in class QuotaDefaultpublic void setTimeInterval(TimeInterval timeInterval)
public Double getQuotaValue()
getQuotaValue in class QuotaDefaultpublic void setQuotaValue(Double quotaValue)
Copyright © 2018. All Rights Reserved.