public class ZoneHourFlow extends AbstractModel
| Constructor and Description |
|---|
ZoneHourFlow() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getFlowCount()
Get 客流量
|
Long |
getHour()
Get 分时 0~23
|
void |
setFlowCount(Long FlowCount)
Set 客流量
|
void |
setHour(Long Hour)
Set 分时 0~23
|
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 Long getHour()
public void setHour(Long Hour)
Hour - 分时 0~23public Long getFlowCount()
public void setFlowCount(Long FlowCount)
FlowCount - 客流量Copyright © 2020. All rights reserved.