public class StatDataItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
StatDataItem()  | 
StatDataItem(StatDataItem 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 | 
|---|---|
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#I). 
 | 
Long | 
getValue()
Get Data size. 
 | 
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#I). 
 | 
void | 
setValue(Long Value)
Set Data size. 
 | 
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 StatDataItem()
public StatDataItem(StatDataItem 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#I). 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 getValue()
public void setValue(Long Value)
Value - Data size. 
Copyright © 2025. All rights reserved.