public class TasksOverview extends AbstractModel
header, skipSign| 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 初始化的任务个数 | 
| Long | getTaskQueuedCount()Get 正在排队的任务个数 | 
| Long | getTaskRunningCount()Get 正在执行的任务个数 | 
| Long | getTotalTaskCount()Get 当前时间范围的总任务个数 | 
| void | setTaskInitCount(Long TaskInitCount)Set 初始化的任务个数 | 
| void | setTaskQueuedCount(Long TaskQueuedCount)Set 正在排队的任务个数 | 
| void | setTaskRunningCount(Long TaskRunningCount)Set 正在执行的任务个数 | 
| void | setTotalTaskCount(Long TotalTaskCount)Set 当前时间范围的总任务个数 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic TasksOverview()
public TasksOverview(TasksOverview source)
public Long getTaskQueuedCount()
public void setTaskQueuedCount(Long TaskQueuedCount)
TaskQueuedCount - 正在排队的任务个数public Long getTaskInitCount()
public void setTaskInitCount(Long TaskInitCount)
TaskInitCount - 初始化的任务个数public Long getTaskRunningCount()
public void setTaskRunningCount(Long TaskRunningCount)
TaskRunningCount - 正在执行的任务个数public Long getTotalTaskCount()
public void setTotalTaskCount(Long TotalTaskCount)
TotalTaskCount - 当前时间范围的总任务个数Copyright © 2025. All rights reserved.