Package com.thed.zblast.scheduler
Class JobProgressDTO
java.lang.Object
com.thed.zblast.scheduler.JobProgressDTO
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
void
handle()
void
setErrorCount
(int errorCount) void
setExecutedCount
(int executedCount) void
setFailedCount
(int failedCount) void
setJobName
(String jobName) void
setSchedulerId
(Long schedulerId) void
setSkippedCount
(int skippedCount) toString()
-
Constructor Details
-
JobProgressDTO
public JobProgressDTO() -
JobProgressDTO
-
-
Method Details