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 Statistical value
|
String |
getStatDate()
Get Date in the format of yyyy-mm-dd, such as 2018-07-13
|
void |
setData(Long Data)
Set Statistical value
|
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 StatisticsItem()
public StatisticsItem(StatisticsItem source)
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
- Statistical valueCopyright © 2023. All rights reserved.