Class HistoricActivityStatisticsDto


  • public class HistoricActivityStatisticsDto
    extends Object
    HistoricActivityStatisticsDto
    • Constructor Detail

      • HistoricActivityStatisticsDto

        public HistoricActivityStatisticsDto()
    • Method Detail

      • getId

        public String getId()
        The id of the activity the results are aggregated for.
        Returns:
        id
      • setId

        public void setId​(String id)
      • getInstances

        public Long getInstances()
        The total number of all running instances of the activity.
        Returns:
        instances
      • setInstances

        public void setInstances​(Long instances)
      • getCanceled

        public Long getCanceled()
        The total number of all canceled instances of the activity. **Note:** Will be `0` (not `null`), if canceled activity instances were excluded.
        Returns:
        canceled
      • setCanceled

        public void setCanceled​(Long canceled)
      • getFinished

        public Long getFinished()
        The total number of all finished instances of the activity. **Note:** Will be `0` (not `null`), if finished activity instances were excluded.
        Returns:
        finished
      • setFinished

        public void setFinished​(Long finished)
      • getCompleteScope

        public Long getCompleteScope()
        The total number of all instances which completed a scope of the activity. **Note:** Will be `0` (not `null`), if activity instances which completed a scope were excluded.
        Returns:
        completeScope
      • setCompleteScope

        public void setCompleteScope​(Long completeScope)
      • getOpenIncidents

        public Long getOpenIncidents()
        The total number of open incidents for the activity. **Note:** Will be `0` (not `null`), if `incidents` is set to `false`.
        Returns:
        openIncidents
      • setOpenIncidents

        public void setOpenIncidents​(Long openIncidents)
      • getResolvedIncidents

        public Long getResolvedIncidents()
        The total number of resolved incidents for the activity. **Note:** Will be `0` (not `null`), if `incidents` is set to `false`.
        Returns:
        resolvedIncidents
      • setResolvedIncidents

        public void setResolvedIncidents​(Long resolvedIncidents)
      • getDeletedIncidents

        public Long getDeletedIncidents()
        The total number of deleted incidents for the activity. **Note:** Will be `0` (not `null`), if `incidents` is set to `false`.
        Returns:
        deletedIncidents
      • setDeletedIncidents

        public void setDeletedIncidents​(Long deletedIncidents)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object