public class ZoneTrafficInfoDetail extends AbstractModel
| Constructor and Description |
|---|
ZoneTrafficInfoDetail() |
| 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, toJsonStringpublic 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 © 2020. All rights reserved.