public class QuotaUsageServiceValue
extends org.gcube.accounting.analytics.UsageServiceValue
| Modifier and Type | Field and Description |
|---|---|
protected org.gcube.resource.management.quota.library.quotalist.AccessType |
accessType |
protected org.gcube.resource.management.quota.library.quotalist.CallerType |
callerType |
protected Double |
dQuota |
| Constructor and Description |
|---|
QuotaUsageServiceValue() |
QuotaUsageServiceValue(String context,
String identifier,
Class<? extends org.gcube.accounting.datamodel.AggregatedUsageRecord<?,?>> clz,
org.gcube.accounting.analytics.TemporalConstraint temporalConstraint,
List<org.gcube.accounting.analytics.Filter> filters) |
| Modifier and Type | Method and Description |
|---|---|
org.gcube.resource.management.quota.library.quotalist.AccessType |
getAccessType() |
org.gcube.resource.management.quota.library.quotalist.CallerType |
getCallerType() |
Double |
getdQuota() |
void |
setAccessType(org.gcube.resource.management.quota.library.quotalist.AccessType accessType) |
void |
setCallerType(org.gcube.resource.management.quota.library.quotalist.CallerType callerType) |
void |
setdQuota(Double dQuota) |
protected Double dQuota
protected org.gcube.resource.management.quota.library.quotalist.CallerType callerType
protected org.gcube.resource.management.quota.library.quotalist.AccessType accessType
public Double getdQuota()
public void setdQuota(Double dQuota)
public org.gcube.resource.management.quota.library.quotalist.CallerType getCallerType()
public void setCallerType(org.gcube.resource.management.quota.library.quotalist.CallerType callerType)
public org.gcube.resource.management.quota.library.quotalist.AccessType getAccessType()
public void setAccessType(org.gcube.resource.management.quota.library.quotalist.AccessType accessType)
Copyright © 2019. All Rights Reserved.