public class TrajectorySunData extends AbstractModel
header, skipSign
Constructor and Description |
---|
TrajectorySunData() |
TrajectorySunData(TrajectorySunData 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 |
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TrajectorySunData()
public TrajectorySunData(TrajectorySunData source)
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 © 2025. All rights reserved.