Class UsageValue

java.lang.Object
org.gcube.accounting.analytics.UsageValue

public abstract class UsageValue extends Object
Object for calculate quota
Author:
pieve
  • Field Details

    • clz

      protected Class<? extends org.gcube.accounting.datamodel.AggregatedUsageRecord<?,?>> clz
    • temporalConstraint

      protected TemporalConstraint temporalConstraint
    • identifier

      protected String identifier
    • d

      protected Double d
    • orderingProperty

      protected String orderingProperty
    • context

      protected String context
  • Constructor Details

    • UsageValue

      public UsageValue()
  • Method Details

    • getClz

      public abstract Class<? extends org.gcube.accounting.datamodel.AggregatedUsageRecord<?,?>> getClz()
    • getIdentifier

      public abstract String getIdentifier()
    • getD

      public abstract Double getD()
    • getOrderingProperty

      public abstract String getOrderingProperty()
    • getTemporalConstraint

      public abstract TemporalConstraint getTemporalConstraint()
    • getContext

      public abstract String getContext()
    • setOrderingProperty

      public abstract void setOrderingProperty(String orderingProperty)
    • setD

      public abstract void setD(Double d)
    • setContext

      public abstract void setContext(String context)