public class TaskStatDataItem extends AbstractModel
Constructor and Description |
---|
TaskStatDataItem() |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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 © 2020. All rights reserved.