public class StatisticsItem extends AbstractModel
Constructor and Description |
---|
StatisticsItem() |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getStatDate()
public void setStatDate(String StatDate)
StatDate
- 日期,格式为年-月-日,如2018-07-13public Long getData()
public void setData(Long Data)
Data
- 统计值Copyright © 2021. All rights reserved.