Class HistoricBatchDto


  • public class HistoricBatchDto
    extends Object
    • Field Detail

      • totalJobs

        protected int totalJobs
      • batchJobsPerSeed

        protected int batchJobsPerSeed
      • invocationsPerBatchJob

        protected int invocationsPerBatchJob
      • seedJobDefinitionId

        protected String seedJobDefinitionId
      • monitorJobDefinitionId

        protected String monitorJobDefinitionId
      • batchJobDefinitionId

        protected String batchJobDefinitionId
      • tenantId

        protected String tenantId
      • createUserId

        protected String createUserId
      • startTime

        protected Date startTime
      • endTime

        protected Date endTime
      • removalTime

        protected Date removalTime
      • executionStartTime

        protected Date executionStartTime
    • Constructor Detail

      • HistoricBatchDto

        public HistoricBatchDto()
    • Method Detail

      • getId

        public String getId()
      • getType

        public String getType()
      • getTotalJobs

        public int getTotalJobs()
      • getBatchJobsPerSeed

        public int getBatchJobsPerSeed()
      • getInvocationsPerBatchJob

        public int getInvocationsPerBatchJob()
      • getSeedJobDefinitionId

        public String getSeedJobDefinitionId()
      • getMonitorJobDefinitionId

        public String getMonitorJobDefinitionId()
      • getBatchJobDefinitionId

        public String getBatchJobDefinitionId()
      • getTenantId

        public String getTenantId()
      • getCreateUserId

        public String getCreateUserId()
      • getStartTime

        public Date getStartTime()
      • getEndTime

        public Date getEndTime()
      • getRemovalTime

        public Date getRemovalTime()
      • getExecutionStartTime

        public Date getExecutionStartTime()
      • setExecutionStartTime

        public void setExecutionStartTime​(Date executionStartTime)