public class FenceAlarmPoint extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and 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.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public FenceAlarmPoint()
public FenceAlarmPoint(FenceAlarmPoint source)
public Long getAlarmTime()
public void setAlarmTime(Long AlarmTime)
AlarmTime
- 围栏告警时间public Float getLongitude()
public void setLongitude(Float Longitude)
Longitude
- 围栏告警位置的经度public Float getLatitude()
public void setLatitude(Float Latitude)
Latitude
- 围栏告警位置的纬度Copyright © 2023. All rights reserved.