public class ZoneTrafficInfoDetail extends AbstractModel
Constructor and Description |
---|
ZoneTrafficInfoDetail() |
ZoneTrafficInfoDetail(ZoneTrafficInfoDetail 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 |
getAvgStayTime()
Get 平均停留时间
|
Long |
getTrafficTotalCount()
Get 客流量
|
Long |
getZoneId()
Get 区域ID
|
String |
getZoneName()
Get 区域名称
|
void |
setAvgStayTime(Long AvgStayTime)
Set 平均停留时间
|
void |
setTrafficTotalCount(Long TrafficTotalCount)
Set 客流量
|
void |
setZoneId(Long ZoneId)
Set 区域ID
|
void |
setZoneName(String ZoneName)
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, toJsonString
public ZoneTrafficInfoDetail()
public ZoneTrafficInfoDetail(ZoneTrafficInfoDetail source)
public Long getZoneId()
public void setZoneId(Long ZoneId)
ZoneId
- 区域IDpublic String getZoneName()
public void setZoneName(String ZoneName)
ZoneName
- 区域名称public Long getTrafficTotalCount()
public void setTrafficTotalCount(Long TrafficTotalCount)
TrafficTotalCount
- 客流量public Long getAvgStayTime()
public void setAvgStayTime(Long AvgStayTime)
AvgStayTime
- 平均停留时间Copyright © 2021. All rights reserved.