public class TasksOverview extends AbstractModel
| Constructor and Description | 
|---|
| TasksOverview() | 
| TasksOverview(TasksOverview source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getTaskInitCount()Get The number of initialized tasks. | 
| Long | getTaskQueuedCount()Get The number of tasks in queue. | 
| Long | getTaskRunningCount()Get The number of tasks in progress. | 
| Long | getTotalTaskCount()Get The total number of tasks in this time range. | 
| void | setTaskInitCount(Long TaskInitCount)Set The number of initialized tasks. | 
| void | setTaskQueuedCount(Long TaskQueuedCount)Set The number of tasks in queue. | 
| void | setTaskRunningCount(Long TaskRunningCount)Set The number of tasks in progress. | 
| void | setTotalTaskCount(Long TotalTaskCount)Set The total number of tasks in this time range. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic TasksOverview()
public TasksOverview(TasksOverview source)
public Long getTaskQueuedCount()
public void setTaskQueuedCount(Long TaskQueuedCount)
TaskQueuedCount - The number of tasks in queue.public Long getTaskInitCount()
public void setTaskInitCount(Long TaskInitCount)
TaskInitCount - The number of initialized tasks.public Long getTaskRunningCount()
public void setTaskRunningCount(Long TaskRunningCount)
TaskRunningCount - The number of tasks in progress.public Long getTotalTaskCount()
public void setTotalTaskCount(Long TotalTaskCount)
TotalTaskCount - The total number of tasks in this time range.Copyright © 2022. All rights reserved.