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() |
String |
getServiceId() |
TimeInterval |
getTimeInterval() |
int |
hashCode() |
void |
setAccessType(AccessType accessType) |
void |
setCallerType(CallerType callerType) |
void |
setQuotaValue(Double quotaValue) |
void |
setServiceId(String serviceId) |
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 String getServiceId()
public void setServiceId(String serviceId)
public AccessType getAccessType()
public void setAccessType(AccessType accessType)
Copyright © 2017. All Rights Reserved.