public class DateCount extends AbstractModel
Constructor and Description |
---|
DateCount() |
DateCount(DateCount 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 |
getCount()
Get 统计值
|
String |
getDate()
Get 统计日期
|
void |
setCount(Long Count)
Set 统计值
|
void |
setDate(String Date)
Set 统计日期
|
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 DateCount()
public DateCount(DateCount source)
Copyright © 2023. All rights reserved.