TaskCountsResult Class

  • java.lang.Object
    • com.microsoft.azure.batch.protocol.models.TaskCountsResult

public class TaskCountsResult

The Task and TaskSlot counts for a Job.

Constructor Summary

Constructor Description
TaskCountsResult()

Method Summary

Modifier and Type Method and Description
TaskCounts taskCounts()

Get the taskCounts value.

TaskSlotCounts taskSlotCounts()

Get the taskSlotCounts value.

TaskCountsResult withTaskCounts(TaskCounts taskCounts)

Set the taskCounts value.

TaskCountsResult withTaskSlotCounts(TaskSlotCounts taskSlotCounts)

Set the taskSlotCounts value.

Methods inherited from java.lang.Object

Constructor Details

TaskCountsResult

public TaskCountsResult()

Method Details

taskCounts

public TaskCounts taskCounts()

Get the taskCounts value.

Returns:

the taskCounts value

taskSlotCounts

public TaskSlotCounts taskSlotCounts()

Get the taskSlotCounts value.

Returns:

the taskSlotCounts value

withTaskCounts

public TaskCountsResult withTaskCounts(TaskCounts taskCounts)

Set the taskCounts value.

Parameters:

taskCounts - the taskCounts value to set

Returns:

the TaskCountsResult object itself.

withTaskSlotCounts

public TaskCountsResult withTaskSlotCounts(TaskSlotCounts taskSlotCounts)

Set the taskSlotCounts value.

Parameters:

taskSlotCounts - the taskSlotCounts value to set

Returns:

the TaskCountsResult object itself.

Applies to