public class TaskStatDataItem extends AbstractModel
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 Number of tasks.
|
String |
getTime()
Get Start time of data time range in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).
|
Long |
getUsage()
Get Task usage.
|
void |
setCount(Long Count)
Set Number of tasks.
|
void |
setTime(String Time)
Set Start time of data time range in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).
|
void |
setUsage(Long Usage)
Set Task usage.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TaskStatDataItem()
public TaskStatDataItem(TaskStatDataItem source)
public String getTime()
public void setTime(String Time)
Time
- Start time of data time range in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F). For example, if the time granularity is 1-day, `2018-12-01T00:00:00+08:00` represents the time range between December 1, 2018 (inclusive) and December 2, 2018 (not inclusive).public Long getCount()
public void setCount(Long Count)
Count
- Number of tasks.public Long getUsage()
public void setUsage(Long Usage)
Usage
- Task usage.Copyright © 2023. All rights reserved.