public class ZoneDayFlow extends AbstractModel
Constructor and Description |
---|
ZoneDayFlow() |
ZoneDayFlow(ZoneDayFlow 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 |
---|---|
String |
getDay()
Get 日期,如 2018-08-6
|
Long |
getFlowCount()
Get 客流量
|
void |
setDay(String Day)
Set 日期,如 2018-08-6
|
void |
setFlowCount(Long FlowCount)
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 ZoneDayFlow()
public ZoneDayFlow(ZoneDayFlow source)
public String getDay()
public void setDay(String Day)
Day
- 日期,如 2018-08-6public Long getFlowCount()
public void setFlowCount(Long FlowCount)
FlowCount
- 客流量Copyright © 2021. All rights reserved.