public class StatisticsItem extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getData()Get 统计值 | 
| String | getStatDate()Get 日期,格式为年-月-日,如2018-07-13 | 
| void | setData(Long Data)Set 统计值 | 
| void | setStatDate(String StatDate)Set 日期,格式为年-月-日,如2018-07-13 | 
| 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 StatisticsItem()
public StatisticsItem(StatisticsItem source)
public String getStatDate()
public void setStatDate(String StatDate)
StatDate - 日期,格式为年-月-日,如2018-07-13public Long getData()
public void setData(Long Data)
Data - 统计值Copyright © 2025. All rights reserved.