public class ZoneHourFlow extends AbstractModel
Constructor and Description |
---|
ZoneHourFlow() |
Modifier and Type | Method and Description |
---|---|
Integer |
getFlowCount()
获取客流量
|
Integer |
getHour()
获取分时 0~23
|
void |
setFlowCount(Integer FlowCount)
设置客流量
|
void |
setHour(Integer Hour)
设置分时 0~23
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
fromJsonString, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Integer getHour()
public void setHour(Integer Hour)
Hour
- 分时 0~23public Integer getFlowCount()
public void setFlowCount(Integer FlowCount)
FlowCount
- 客流量Copyright © 2018. All rights reserved.