Class AggregationStateEvent
- java.lang.Object
-
- org.gcube.accounting.aggregator.status.AggregationStateEvent
-
public class AggregationStateEvent extends Object
- Author:
- Luca Frosini (ISTI - CNR)
-
-
Field Summary
Fields Modifier and Type Field Description protected AggregationStateaggregationStateprotected CalendarendTimeprotected CalendarstartTime
-
Constructor Summary
Constructors Constructor Description AggregationStateEvent(AggregationState aggregationState, Calendar startTime, Calendar endTime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AggregationStategetAggregationState()CalendargetEndTime()CalendargetStartTime()
-
-
-
Field Detail
-
aggregationState
protected AggregationState aggregationState
-
startTime
protected Calendar startTime
-
endTime
protected Calendar endTime
-
-
Constructor Detail
-
AggregationStateEvent
public AggregationStateEvent(AggregationState aggregationState, Calendar startTime, Calendar endTime)
-
-
Method Detail
-
getAggregationState
public AggregationState getAggregationState()
-
getStartTime
public Calendar getStartTime()
-
getEndTime
public Calendar getEndTime()
-
-