public abstract class UsageValue extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends org.gcube.accounting.datamodel.AggregatedUsageRecord<?,?>> |
clz |
protected String |
context |
protected Double |
d |
protected String |
identifier |
protected String |
orderingProperty |
protected TemporalConstraint |
temporalConstraint |
| Constructor and Description |
|---|
UsageValue() |
| Modifier and Type | Method and Description |
|---|---|
abstract Class<? extends org.gcube.accounting.datamodel.AggregatedUsageRecord<?,?>> |
getClz() |
abstract String |
getContext() |
abstract Double |
getD() |
abstract String |
getIdentifier() |
abstract String |
getOrderingProperty() |
abstract TemporalConstraint |
getTemporalConstraint() |
abstract void |
setContext(String context) |
abstract void |
setD(Double d) |
abstract void |
setOrderingProperty(String orderingProperty) |
protected Class<? extends org.gcube.accounting.datamodel.AggregatedUsageRecord<?,?>> clz
protected TemporalConstraint temporalConstraint
protected String identifier
protected Double d
protected String orderingProperty
protected String context
public abstract Class<? extends org.gcube.accounting.datamodel.AggregatedUsageRecord<?,?>> getClz()
public abstract String getIdentifier()
public abstract Double getD()
public abstract String getOrderingProperty()
public abstract TemporalConstraint getTemporalConstraint()
public abstract String getContext()
public abstract void setOrderingProperty(String orderingProperty)
public abstract void setD(Double d)
public abstract void setContext(String context)
Copyright © 2018. All Rights Reserved.