public class ZoneFlowAndAvrStayTime extends AbstractModel
| Constructor and Description |
|---|
ZoneFlowAndAvrStayTime() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAvrStayTime()
Get 平均停留时长
|
Long |
getFlowCount()
Get 人流量
|
Long |
getZoneId()
Get 区域id
|
String |
getZoneName()
Get 区域名称
|
void |
setAvrStayTime(Long AvrStayTime)
Set 平均停留时长
|
void |
setFlowCount(Long FlowCount)
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 getFlowCount()
public void setFlowCount(Long FlowCount)
FlowCount - 人流量public Long getAvrStayTime()
public void setAvrStayTime(Long AvrStayTime)
AvrStayTime - 平均停留时长Copyright © 2020. All rights reserved.