Class FenceAlarmPoint
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotexplorer.v20190423.models.FenceAlarmPoint
-
public class FenceAlarmPoint extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description FenceAlarmPoint()
FenceAlarmPoint(FenceAlarmPoint 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
getAlarmTime()
Get 围栏告警时间Float
getLatitude()
Get 围栏告警位置的纬度Float
getLongitude()
Get 围栏告警位置的经度void
setAlarmTime(Long AlarmTime)
Set 围栏告警时间void
setLatitude(Float Latitude)
Set 围栏告警位置的纬度void
setLongitude(Float Longitude)
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
-
FenceAlarmPoint
public FenceAlarmPoint()
-
FenceAlarmPoint
public FenceAlarmPoint(FenceAlarmPoint 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
-
getAlarmTime
public Long getAlarmTime()
Get 围栏告警时间- Returns:
- AlarmTime 围栏告警时间
-
setAlarmTime
public void setAlarmTime(Long AlarmTime)
Set 围栏告警时间- Parameters:
AlarmTime
- 围栏告警时间
-
getLongitude
public Float getLongitude()
Get 围栏告警位置的经度- Returns:
- Longitude 围栏告警位置的经度
-
setLongitude
public void setLongitude(Float Longitude)
Set 围栏告警位置的经度- Parameters:
Longitude
- 围栏告警位置的经度
-
getLatitude
public Float getLatitude()
Get 围栏告警位置的纬度- Returns:
- Latitude 围栏告警位置的纬度
-
setLatitude
public void setLatitude(Float Latitude)
Set 围栏告警位置的纬度- Parameters:
Latitude
- 围栏告警位置的纬度
-
-