public class TrajectorySunData extends AbstractModel
Constructor and Description |
---|
TrajectorySunData() |
Modifier and Type | Method and Description |
---|---|
Long |
getAvgStayTime()
Get 该动线平均停留时间(秒)
|
Long |
getCount()
Get 该动线出现次数
|
String |
getZones()
Get 区域动线,形如 x-x-x-x-x,其中 x 为区域 ID
|
void |
setAvgStayTime(Long AvgStayTime)
Set 该动线平均停留时间(秒)
|
void |
setCount(Long Count)
Set 该动线出现次数
|
void |
setZones(String Zones)
Set 区域动线,形如 x-x-x-x-x,其中 x 为区域 ID
|
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 String getZones()
public void setZones(String Zones)
Zones
- 区域动线,形如 x-x-x-x-x,其中 x 为区域 IDpublic Long getCount()
public void setCount(Long Count)
Count
- 该动线出现次数public Long getAvgStayTime()
public void setAvgStayTime(Long AvgStayTime)
AvgStayTime
- 该动线平均停留时间(秒)Copyright © 2020. All rights reserved.