Class HistoricActivityStatisticsDto


  • public class HistoricActivityStatisticsDto
    extends java.lang.Object
    Author:
    Roman Smirnov
    • Field Detail

      • id

        protected java.lang.String id
      • instances

        protected long instances
      • canceled

        protected long canceled
      • finished

        protected long finished
      • completeScope

        protected long completeScope
      • openIncidents

        protected long openIncidents
      • resolvedIncidents

        protected long resolvedIncidents
      • deletedIncidents

        protected long deletedIncidents
    • Constructor Detail

      • HistoricActivityStatisticsDto

        public HistoricActivityStatisticsDto()
    • Method Detail

      • getId

        public java.lang.String getId()
      • getInstances

        public long getInstances()
      • getCanceled

        public long getCanceled()
      • getFinished

        public long getFinished()
      • getCompleteScope

        public long getCompleteScope()
      • getOpenIncidents

        public long getOpenIncidents()
      • getResolvedIncidents

        public long getResolvedIncidents()
      • getDeletedIncidents

        public long getDeletedIncidents()