public class Statistics extends Object
| Constructor and Description |
|---|
Statistics() |
| Modifier and Type | Method and Description |
|---|---|
long |
getKO() |
long |
getOK() |
long |
getTotal() |
void |
setKO(long ko) |
void |
setOK(long ok) |
void |
setTotal(long total) |
Copyright © 2016–2018. All rights reserved.