public class HistoricalChartsData
extends java.lang.Object
| Constructor and Description |
|---|
HistoricalChartsData(java.util.Date timeStamp) |
HistoricalChartsData(java.util.Date timeStamp,
RollingCount[] messagesByCategory,
RollingCount.RollTypeEnum rollType,
RollingCount.PeriodEnum period) |
HistoricalChartsData(org.w3c.dom.Element node,
int[] categoryIdMapping) |
| Modifier and Type | Method and Description |
|---|---|
void |
Add(HistoricalChartsData that) |
long |
getTotal() |
void |
SaveToXml(org.w3c.dom.Element parent) |
java.lang.String |
toString() |
public HistoricalChartsData(java.util.Date timeStamp,
RollingCount[] messagesByCategory,
RollingCount.RollTypeEnum rollType,
RollingCount.PeriodEnum period)
public HistoricalChartsData(java.util.Date timeStamp)
public HistoricalChartsData(org.w3c.dom.Element node,
int[] categoryIdMapping)
categoryIdMapping - int[numCategories] index=old id, value=new id, -1 if missingnode - The parent xml node to read the data from.public void SaveToXml(org.w3c.dom.Element parent)
public void Add(HistoricalChartsData that)
public long getTotal()
public java.lang.String toString()
toString in class java.lang.Object