| | |
| | |
|
| | | public class OfflineSurveillance implements Serializable {
|
| | |
|
| | | private String surveillanceId;
|
| | | private String rawDataPath;
|
| | | private String camera_in_or_out;
|
| | | private String create_time;
|
| | | private String deviceCompanyId;
|
| | | private String surveillanceId;
|
| | | private String rawDataPath;
|
| | | private String camera_in_or_out;
|
| | | private String create_time;
|
| | | private String deviceCompanyId;
|
| | | private String deviceId;
|
| | |
|
| | | public String getSurveillanceId() {
|
| | | return surveillanceId;
|
| | |
| | | public void setDeviceCompanyId(String deviceCompanyId) {
|
| | | this.deviceCompanyId = deviceCompanyId;
|
| | | }
|
| | |
|
| | | public String getDeviceId() {
|
| | | return deviceId;
|
| | | }
|
| | |
|
| | | public void setDeviceId(String deviceId) {
|
| | | this.deviceId = deviceId;
|
| | | }
|
| | | }
|