public class HourTrafficInfoDetail extends AbstractModel
| Constructor and Description |
|---|
HourTrafficInfoDetail() |
| Modifier and Type | Method and Description |
|---|---|
Long |
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
|
Long |
getHourTrafficTotalCount()
Get 分时客流量
|
void |
setHour(Long 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(Long 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 Long getHour()
public void setHour(Long 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 Long getHourTrafficTotalCount()
public void setHourTrafficTotalCount(Long HourTrafficTotalCount)
HourTrafficTotalCount - 分时客流量Copyright © 2020. All rights reserved.