public class StatisticsData extends Object implements Serializable
Constructor and Description |
---|
StatisticsData(RIAccountingData.statisticsType type,
long interval) |
Modifier and Type | Method and Description |
---|---|
void |
addStatistics(Double value) |
long |
getInterval() |
HashMap<Long,Long> |
getIntervalMapping() |
Double |
getStatistics(Long index) |
RIAccountingData.statisticsType |
getType() |
void |
setInterval(long interval) |
void |
setIntervalMapping(HashMap<Long,Long> intervalMapping) |
void |
setType(RIAccountingData.statisticsType type) |
public StatisticsData(RIAccountingData.statisticsType type, long interval)
type
- public RIAccountingData.statisticsType getType()
public void setType(RIAccountingData.statisticsType type)
public long getInterval()
public void setInterval(long interval)
Copyright © 2015. All Rights Reserved.