public class HistoricActivityStatisticsDto extends Object
Modifier and Type | Field and Description |
---|---|
protected long |
canceled |
protected long |
completeScope |
protected long |
deletedIncidents |
protected long |
finished |
protected String |
id |
protected long |
instances |
protected long |
openIncidents |
protected long |
resolvedIncidents |
Constructor and Description |
---|
HistoricActivityStatisticsDto() |
Modifier and Type | Method and Description |
---|---|
static HistoricActivityStatisticsDto |
fromHistoricActivityStatistics(HistoricActivityStatistics statistics) |
long |
getCanceled() |
long |
getCompleteScope() |
long |
getDeletedIncidents() |
long |
getFinished() |
String |
getId() |
long |
getInstances() |
long |
getOpenIncidents() |
long |
getResolvedIncidents() |
protected String id
protected long instances
protected long canceled
protected long finished
protected long completeScope
protected long openIncidents
protected long resolvedIncidents
protected long deletedIncidents
public String getId()
public long getInstances()
public long getCanceled()
public long getFinished()
public long getCompleteScope()
public long getOpenIncidents()
public long getResolvedIncidents()
public long getDeletedIncidents()
public static HistoricActivityStatisticsDto fromHistoricActivityStatistics(HistoricActivityStatistics statistics)
Copyright © 2019. All rights reserved.