Class PositionFenceInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotexplorer.v20190423.models.PositionFenceInfo
-
public class PositionFenceInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
PositionFenceInfo
public PositionFenceInfo()
-
PositionFenceInfo
public 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.
-
-
Method Detail
-
getGeoFence
public PositionFenceItem getGeoFence()
Get 围栏信息- Returns:
- GeoFence 围栏信息
-
setGeoFence
public void setGeoFence(PositionFenceItem GeoFence)
Set 围栏信息- Parameters:
GeoFence
- 围栏信息
-
getCreateTime
public Long getCreateTime()
Get 围栏创建时间- Returns:
- CreateTime 围栏创建时间
-
setCreateTime
public void setCreateTime(Long CreateTime)
Set 围栏创建时间- Parameters:
CreateTime
- 围栏创建时间
-
getUpdateTime
public Long getUpdateTime()
Get 围栏更新时间- Returns:
- UpdateTime 围栏更新时间
-
setUpdateTime
public void setUpdateTime(Long UpdateTime)
Set 围栏更新时间- Parameters:
UpdateTime
- 围栏更新时间
-
-