public class ZoneFlowAndAvrStayTime extends AbstractModel
Constructor and Description |
---|
ZoneFlowAndAvrStayTime() |
ZoneFlowAndAvrStayTime(ZoneFlowAndAvrStayTime 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 |
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, toJsonString
public ZoneFlowAndAvrStayTime()
public ZoneFlowAndAvrStayTime(ZoneFlowAndAvrStayTime source)
public 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 © 2021. All rights reserved.