Class BatchDto

    • Field Detail

      • totalJobs

        protected int totalJobs
      • jobsCreated

        protected int jobsCreated
      • batchJobsPerSeed

        protected int batchJobsPerSeed
      • invocationsPerBatchJob

        protected int invocationsPerBatchJob
      • seedJobDefinitionId

        protected String seedJobDefinitionId
      • monitorJobDefinitionId

        protected String monitorJobDefinitionId
      • batchJobDefinitionId

        protected String batchJobDefinitionId
      • suspended

        protected boolean suspended
      • tenantId

        protected String tenantId
      • createUserId

        protected String createUserId
      • startTime

        protected Date startTime
      • executionStartTime

        protected Date executionStartTime
    • Constructor Detail

      • BatchDto

        public BatchDto()
    • Method Detail

      • getId

        public String getId()
      • getType

        public String getType()
      • getTotalJobs

        public int getTotalJobs()
      • getJobsCreated

        public int getJobsCreated()
      • getBatchJobsPerSeed

        public int getBatchJobsPerSeed()
      • getInvocationsPerBatchJob

        public int getInvocationsPerBatchJob()
      • getSeedJobDefinitionId

        public String getSeedJobDefinitionId()
      • getMonitorJobDefinitionId

        public String getMonitorJobDefinitionId()
      • getBatchJobDefinitionId

        public String getBatchJobDefinitionId()
      • isSuspended

        public boolean isSuspended()
      • getTenantId

        public String getTenantId()
      • getCreateUserId

        public String getCreateUserId()
      • getStartTime

        public Date getStartTime()
      • setStartTime

        public void setStartTime​(Date startTime)
      • getExecutionStartTime

        public Date getExecutionStartTime()
      • setExecutionStartTime

        public void setExecutionStartTime​(Date executionStartTime)