public class HourTrafficInfoDetail extends AbstractModel
构造器和说明 |
---|
HourTrafficInfoDetail() |
限定符和类型 | 方法和说明 |
---|---|
Integer |
getHour()
获取小时 取值为:0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23
|
Integer |
getHourTrafficTotalCount()
获取分时客流量
|
void |
setHour(Integer Hour)
设置小时 取值为:0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23
|
void |
setHourTrafficTotalCount(Integer HourTrafficTotalCount)
设置分时客流量
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Integer getHour()
public void setHour(Integer Hour)
Hour
- 小时 取值为:0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23public Integer getHourTrafficTotalCount()
public void setHourTrafficTotalCount(Integer HourTrafficTotalCount)
HourTrafficTotalCount
- 分时客流量Copyright © 2019. All rights reserved.