Class BatchStatisticsDto


  • public class BatchStatisticsDto
    extends BatchDto
    • Field Detail

      • remainingJobs

        protected int remainingJobs
      • completedJobs

        protected int completedJobs
      • failedJobs

        protected int failedJobs
    • Constructor Detail

      • BatchStatisticsDto

        public BatchStatisticsDto()
    • Method Detail

      • getRemainingJobs

        public int getRemainingJobs()
      • getCompletedJobs

        public int getCompletedJobs()
      • getFailedJobs

        public int getFailedJobs()