public class Totals
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) int |
abandoned |
(package private) int |
cancelled |
(package private) int |
failed |
(package private) int |
incomplete |
(package private) int |
total |
Constructor and Description |
---|
Totals() |
Modifier and Type | Method and Description |
---|---|
int |
getAbandoned() |
int |
getCancelled() |
int |
getFailed() |
int |
getIncomplete() |
int |
getTotal() |
static Totals |
sumOfTotals(java.util.Map<java.util.Date,Totals> stat) |
static Totals |
sumStats(java.util.Map<Services,StatProcessor> stat) |
int total
int incomplete
int abandoned
int cancelled
int failed
public int getTotal()
public int getIncomplete()
public int getAbandoned()
public int getCancelled()
public int getFailed()
public static Totals sumStats(java.util.Map<Services,StatProcessor> stat)