public class ServiceQuota extends Quota
| Modifier | Constructor and Description |
|---|---|
protected |
ServiceQuota() |
|
ServiceQuota(String context,
String identifier,
CallerType callerType,
Long servicePackageId,
TimeInterval timeInterval,
Double quotaValue,
AccessType accessType) |
|
ServiceQuota(String context,
String identifier,
CallerType callerType,
TimeInterval timeInterval,
Double quotaValue,
AccessType accessType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
AccessType |
getAccessType() |
CallerType |
getCallerType() |
String |
getContext() |
Calendar |
getCreationTime() |
String |
getIdentifier() |
Calendar |
getLastUpdateTime() |
String |
getQuotaAsString() |
QuotaType |
getQuotaType() |
Double |
getQuotaValue() |
Long |
getServicePackageId() |
TimeInterval |
getTimeInterval() |
int |
hashCode() |
void |
setAccessType(AccessType accessType) |
void |
setCallerType(CallerType callerType) |
void |
setCreationTime(Calendar creationTime) |
void |
setIdentifier(String identifier) |
void |
setLastUpdateTime(Calendar lastUpdateTime) |
void |
setQuotaValue(Double quotaValue) |
void |
setServicePackageId(Long servicePackageId) |
void |
setTimeInterval(TimeInterval timeInterval) |
String |
toString() |
protected ServiceQuota()
public ServiceQuota(String context, String identifier, CallerType callerType, TimeInterval timeInterval, Double quotaValue, AccessType accessType)
public ServiceQuota(String context, String identifier, CallerType callerType, Long servicePackageId, TimeInterval timeInterval, Double quotaValue, AccessType accessType)
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 Quotapublic Long getServicePackageId()
public void setServicePackageId(Long servicePackageId)
public AccessType getAccessType()
public void setAccessType(AccessType accessType)
Copyright © 2017. All Rights Reserved.