public class StatisticsItem extends AbstractModel
Constructor and Description |
---|
StatisticsItem() |
Modifier and Type | Method and Description |
---|---|
Long |
getData()
Get Statistics
|
String |
getStatDate()
Get Date in the format of yyyy-mm-dd, such as 2018-07-13
|
void |
setData(Long Data)
Set Statistics
|
void |
setStatDate(String StatDate)
Set Date in the format of yyyy-mm-dd, such as 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
- Date in the format of yyyy-mm-dd, such as 2018-07-13public Long getData()
public void setData(Long Data)
Data
- StatisticsCopyright © 2021. All rights reserved.