public class TaskStatDataItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| TaskStatDataItem() | 
| TaskStatDataItem(TaskStatDataItem 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 | getCount()Get 任务数。 | 
| String | getTime()Get 数据所在时间区间的开始时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#52)。如:当时间粒度为天,2018-12-01T00:00:00+08:00,表示2018年12月1日(含)到2018年12月2日(不含)区间。 | 
| Long | getUsage()Get 任务用量。 | 
| void | setCount(Long Count)Set 任务数。 | 
| void | setTime(String Time)Set 数据所在时间区间的开始时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#52)。如:当时间粒度为天,2018-12-01T00:00:00+08:00,表示2018年12月1日(含)到2018年12月2日(不含)区间。 | 
| void | setUsage(Long Usage)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 TaskStatDataItem()
public TaskStatDataItem(TaskStatDataItem source)
public String getTime()
public void setTime(String Time)
Time - 数据所在时间区间的开始时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#52)。如:当时间粒度为天,2018-12-01T00:00:00+08:00,表示2018年12月1日(含)到2018年12月2日(不含)区间。public Long getCount()
public void setCount(Long Count)
Count - 任务数。public Long getUsage()
public void setUsage(Long Usage)
Usage - 任务用量。Copyright © 2025. All rights reserved.