public class HourTrafficInfoDetail extends AbstractModel
| 构造器和说明 |
|---|
HourTrafficInfoDetail() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getHour()
Get 小时 取值为: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()
Get 分时客流量
|
void |
setHour(Integer Hour)
Set 小时 取值为: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)
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 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 © 2020. All rights reserved.