Class TaskCountsResult


  • public class TaskCountsResult
    extends Object
    The Task and TaskSlot counts for a Job.
    • Constructor Detail

      • TaskCountsResult

        public TaskCountsResult()
    • Method Detail

      • taskCounts

        public TaskCounts taskCounts()
        Get the taskCounts value.
        Returns:
        the taskCounts value
      • withTaskCounts

        public TaskCountsResult withTaskCounts​(TaskCounts taskCounts)
        Set the taskCounts value.
        Parameters:
        taskCounts - the taskCounts value to set
        Returns:
        the TaskCountsResult object itself.
      • taskSlotCounts

        public TaskSlotCounts taskSlotCounts()
        Get the taskSlotCounts value.
        Returns:
        the taskSlotCounts value
      • withTaskSlotCounts

        public TaskCountsResult withTaskSlotCounts​(TaskSlotCounts taskSlotCounts)
        Set the taskSlotCounts value.
        Parameters:
        taskSlotCounts - the taskSlotCounts value to set
        Returns:
        the TaskCountsResult object itself.