Class StatisticsItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gme.v20180711.models.StatisticsItem
-
public class StatisticsItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description StatisticsItem()StatisticsItem(StatisticsItem 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 LonggetData()Get 统计值StringgetStatDate()Get 日期,格式为年-月-日,如2018-07-13voidsetData(Long Data)Set 统计值voidsetStatDate(String StatDate)Set 日期,格式为年-月-日,如2018-07-13voidtoMap(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
-
StatisticsItem
public StatisticsItem()
-
StatisticsItem
public StatisticsItem(StatisticsItem 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
-
getStatDate
public String getStatDate()
Get 日期,格式为年-月-日,如2018-07-13- Returns:
- StatDate 日期,格式为年-月-日,如2018-07-13
-
setStatDate
public void setStatDate(String StatDate)
Set 日期,格式为年-月-日,如2018-07-13- Parameters:
StatDate- 日期,格式为年-月-日,如2018-07-13
-
getData
public Long getData()
Get 统计值- Returns:
- Data 统计值
-
setData
public void setData(Long Data)
Set 统计值- Parameters:
Data- 统计值
-
-