Class TasksOverview
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dlc.v20210125.models.TasksOverview
-
public class TasksOverview extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetTaskInitCount()Get 初始化的任务个数LonggetTaskQueuedCount()Get 正在排队的任务个数LonggetTaskRunningCount()Get 正在执行的任务个数LonggetTotalTaskCount()Get 当前时间范围的总任务个数voidsetTaskInitCount(Long TaskInitCount)Set 初始化的任务个数voidsetTaskQueuedCount(Long TaskQueuedCount)Set 正在排队的任务个数voidsetTaskRunningCount(Long TaskRunningCount)Set 正在执行的任务个数voidsetTotalTaskCount(Long TotalTaskCount)Set 当前时间范围的总任务个数voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
TasksOverview
public TasksOverview()
-
TasksOverview
public 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.
-
-
Method Detail
-
getTaskQueuedCount
public Long getTaskQueuedCount()
Get 正在排队的任务个数- Returns:
- TaskQueuedCount 正在排队的任务个数
-
setTaskQueuedCount
public void setTaskQueuedCount(Long TaskQueuedCount)
Set 正在排队的任务个数- Parameters:
TaskQueuedCount- 正在排队的任务个数
-
getTaskInitCount
public Long getTaskInitCount()
Get 初始化的任务个数- Returns:
- TaskInitCount 初始化的任务个数
-
setTaskInitCount
public void setTaskInitCount(Long TaskInitCount)
Set 初始化的任务个数- Parameters:
TaskInitCount- 初始化的任务个数
-
getTaskRunningCount
public Long getTaskRunningCount()
Get 正在执行的任务个数- Returns:
- TaskRunningCount 正在执行的任务个数
-
setTaskRunningCount
public void setTaskRunningCount(Long TaskRunningCount)
Set 正在执行的任务个数- Parameters:
TaskRunningCount- 正在执行的任务个数
-
getTotalTaskCount
public Long getTotalTaskCount()
Get 当前时间范围的总任务个数- Returns:
- TotalTaskCount 当前时间范围的总任务个数
-
setTotalTaskCount
public void setTotalTaskCount(Long TotalTaskCount)
Set 当前时间范围的总任务个数- Parameters:
TotalTaskCount- 当前时间范围的总任务个数
-
-