Class BatchStatisticsDtoAllOf


  • public class BatchStatisticsDtoAllOf
    extends Object
    BatchStatisticsDtoAllOf
    • Constructor Detail

      • BatchStatisticsDtoAllOf

        public BatchStatisticsDtoAllOf()
    • Method Detail

      • getRemainingJobs

        public Integer getRemainingJobs()
        The number of remaining batch execution jobs. This does include failed batch execution jobs and batch execution jobs which still have to be created by the seed job.
        Returns:
        remainingJobs
      • setRemainingJobs

        public void setRemainingJobs​(Integer remainingJobs)
      • getCompletedJobs

        public Integer getCompletedJobs()
        The number of completed batch execution jobs. This does include aborted/deleted batch execution jobs.
        Returns:
        completedJobs
      • setCompletedJobs

        public void setCompletedJobs​(Integer completedJobs)
      • getFailedJobs

        public Integer getFailedJobs()
        The number of failed batch execution jobs. This does not include aborted or deleted batch execution jobs.
        Returns:
        failedJobs
      • setFailedJobs

        public void setFailedJobs​(Integer failedJobs)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object