Class FenceAlarmPoint

    • 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 - 围栏告警位置的纬度