public class TrackAlarmVideoInfoResponse extends AbstractBceResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
TrackAlarmVideoInfoResponse.TrackPointInfo |
metadata| Constructor and Description |
|---|
TrackAlarmVideoInfoResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<AlarmTrackInfo> |
getAlarmTrackInfoList() |
List<TrackAlarmVideoInfoResponse.TrackPointInfo> |
getTrackPointInfoList() |
String |
getVehicleId() |
String |
getVehicleName() |
void |
setAlarmTrackInfoList(List<AlarmTrackInfo> alarmTrackInfoList) |
void |
setTrackPointInfoList(List<TrackAlarmVideoInfoResponse.TrackPointInfo> trackPointInfoList) |
void |
setVehicleId(String vehicleId) |
void |
setVehicleName(String vehicleName) |
getMetadatapublic String getVehicleId()
public void setVehicleId(String vehicleId)
public String getVehicleName()
public void setVehicleName(String vehicleName)
public List<TrackAlarmVideoInfoResponse.TrackPointInfo> getTrackPointInfoList()
public void setTrackPointInfoList(List<TrackAlarmVideoInfoResponse.TrackPointInfo> trackPointInfoList)
public List<AlarmTrackInfo> getAlarmTrackInfoList()
public void setAlarmTrackInfoList(List<AlarmTrackInfo> alarmTrackInfoList)
Copyright © 2024. All rights reserved.