public class ServiceQuotaDefault extends QuotaDefault
| Modifier | Constructor and Description |
|---|---|
protected |
ServiceQuotaDefault() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
AccessType |
getAccessType() |
CallerType |
getCallerType() |
String |
getQuotaAsString() |
QuotaType |
getQuotaType() |
Double |
getQuotaValue() |
Long |
getServicePackageId() |
TimeInterval |
getTimeInterval() |
int |
hashCode() |
void |
setAccessType(AccessType accessType) |
void |
setCallerType(CallerType callerType) |
void |
setQuotaValue(Double quotaValue) |
void |
setServicePackageId(Long servicePackageId) |
void |
setTimeInterval(TimeInterval timeInterval) |
String |
toString() |
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)
public Long getServicePackageId()
public void setServicePackageId(Long servicePackageId)
public AccessType getAccessType()
public void setAccessType(AccessType accessType)
Copyright © 2017. All Rights Reserved.