public class HourTrafficInfoDetail extends AbstractModel
header, skipSign
Constructor and Description |
---|
HourTrafficInfoDetail() |
HourTrafficInfoDetail(HourTrafficInfoDetail 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 |
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public HourTrafficInfoDetail()
public HourTrafficInfoDetail(HourTrafficInfoDetail source)
public 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 © 2024. All rights reserved.