类 GetFenceAlarmsResponse.AlarmPoint
- java.lang.Object
-
- com.baidubce.services.dugo.map.GetFenceAlarmsResponse.AlarmPoint
-
public static class GetFenceAlarmsResponse.AlarmPoint extends Object
-
-
构造器概要
构造器 构造器 说明 AlarmPoint()AlarmPoint(String vehicleId, GetFenceAlarmsResponse.Point point, Date alarmTime, String alertCondition)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 DategetAlarmTime()StringgetAlertCondition()GetFenceAlarmsResponse.PointgetPoint()StringgetVehicleId()voidsetAlarmTime(Date alarmTime)voidsetAlertCondition(String alertCondition)voidsetPoint(GetFenceAlarmsResponse.Point point)voidsetVehicleId(String vehicleId)
-
-
-
构造器详细资料
-
AlarmPoint
public AlarmPoint()
-
AlarmPoint
public AlarmPoint(String vehicleId, GetFenceAlarmsResponse.Point point, Date alarmTime, String alertCondition)
-
-
方法详细资料
-
getVehicleId
public String getVehicleId()
-
setVehicleId
public void setVehicleId(String vehicleId)
-
getPoint
public GetFenceAlarmsResponse.Point getPoint()
-
setPoint
public void setPoint(GetFenceAlarmsResponse.Point point)
-
getAlarmTime
public Date getAlarmTime()
-
setAlarmTime
public void setAlarmTime(Date alarmTime)
-
getAlertCondition
public String getAlertCondition()
-
setAlertCondition
public void setAlertCondition(String alertCondition)
-
-