public class StatisticsItem extends AbstractModel
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public 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 © 2022. All rights reserved.