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