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