public class ZoneDayFlow extends AbstractModel
| 构造器和说明 |
|---|
ZoneDayFlow() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDay()
Get 日期,如 2018-08-6
|
Integer |
getFlowCount()
Get 客流量
|
void |
setDay(String Day)
Set 日期,如 2018-08-6
|
void |
setFlowCount(Integer 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, toJsonStringpublic String getDay()
public void setDay(String Day)
Day - 日期,如 2018-08-6public Integer getFlowCount()
public void setFlowCount(Integer FlowCount)
FlowCount - 客流量Copyright © 2020. All rights reserved.