public class StorageQuota extends Quota
| Modifier | Constructor and Description |
|---|---|
protected |
StorageQuota() |
|
StorageQuota(String context,
String identifier,
CallerType callerType,
TimeInterval timeInterval,
Double quotaValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CallerType |
getCallerType() |
String |
getContext() |
Calendar |
getCreationTime() |
String |
getIdentifier() |
Calendar |
getLastUpdateTime() |
String |
getQuotaAsString() |
QuotaType |
getQuotaType() |
Double |
getQuotaValue() |
TimeInterval |
getTimeInterval() |
int |
hashCode() |
void |
setCallerType(CallerType callerType) |
void |
setCreationTime(Calendar creationTime) |
void |
setIdentifier(String identifier) |
void |
setLastUpdateTime(Calendar lastUpdateTime) |
void |
setQuotaValue(Double quotaValue) |
void |
setTimeInterval(TimeInterval timeInterval) |
String |
toString() |
protected StorageQuota()
public StorageQuota(String context, String identifier, CallerType callerType, TimeInterval timeInterval, Double quotaValue)
public QuotaType getQuotaType()
getQuotaType in class Quotapublic String getQuotaAsString()
getQuotaAsString in class Quotapublic String getContext()
getContext in class Quotapublic String getIdentifier()
getIdentifier in class Quotapublic void setIdentifier(String identifier)
public CallerType getCallerType()
getCallerType in class Quotapublic void setCallerType(CallerType callerType)
public TimeInterval getTimeInterval()
getTimeInterval in class Quotapublic void setTimeInterval(TimeInterval timeInterval)
public Double getQuotaValue()
getQuotaValue in class Quotapublic void setQuotaValue(Double quotaValue)
public Calendar getLastUpdateTime()
getLastUpdateTime in class Quotapublic Calendar getCreationTime()
getCreationTime in class Quotapublic void setLastUpdateTime(Calendar lastUpdateTime)
setLastUpdateTime in class Quotapublic void setCreationTime(Calendar creationTime)
setCreationTime in class QuotaCopyright © 2017. All Rights Reserved.