public class PositionFenceInfo extends AbstractModel
Constructor and Description |
---|
PositionFenceInfo() |
PositionFenceInfo(PositionFenceInfo 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 |
getCreateTime()
Get 围栏创建时间
|
PositionFenceItem |
getGeoFence()
Get 围栏信息
|
Long |
getUpdateTime()
Get 围栏更新时间
|
void |
setCreateTime(Long CreateTime)
Set 围栏创建时间
|
void |
setGeoFence(PositionFenceItem GeoFence)
Set 围栏信息
|
void |
setUpdateTime(Long UpdateTime)
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 PositionFenceInfo()
public PositionFenceInfo(PositionFenceInfo source)
public PositionFenceItem getGeoFence()
public void setGeoFence(PositionFenceItem GeoFence)
GeoFence
- 围栏信息public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime
- 围栏创建时间public Long getUpdateTime()
public void setUpdateTime(Long UpdateTime)
UpdateTime
- 围栏更新时间Copyright © 2022. All rights reserved.