| | |
| | | */
|
| | |
|
| | | public class OfflineSurveillance implements Serializable {
|
| | |
|
| | | // surveillanceId
|
| | | private String surveillanceId;
|
| | | private String rawDataPath;
|
| | | private String camera_in_or_out;
|
| | | private String create_time;
|
| | | private String deviceCompanyId;
|
| | | private String deviceId;
|
| | | // rawDataPath
|
| | | private String rawDataPath;
|
| | | // cameraInOrOut
|
| | | private String cameraInOrOut;
|
| | | // createTime
|
| | | private String createTime;
|
| | | // deviceCompanyId
|
| | | private String deviceCompanyId;
|
| | | // 是否同步
|
| | | private String isSynchron;
|
| | | // 同步备注
|
| | | private String synchronRemark;
|
| | | // 设备id
|
| | | private String deviceId;
|
| | |
|
| | |
|
| | | public String getSurveillanceId() {
|
| | | return surveillanceId;
|
| | |
| | | this.rawDataPath = rawDataPath;
|
| | | }
|
| | |
|
| | | public String getCamera_in_or_out() {
|
| | | return camera_in_or_out;
|
| | | public String getCameraInOrOut() {
|
| | | return cameraInOrOut;
|
| | | }
|
| | |
|
| | | public void setCamera_in_or_out(String camera_in_or_out) {
|
| | | this.camera_in_or_out = camera_in_or_out;
|
| | | public void setCameraInOrOut(String cameraInOrOut) {
|
| | | this.cameraInOrOut = cameraInOrOut;
|
| | | }
|
| | |
|
| | | public String getCreate_time() {
|
| | | return create_time;
|
| | | public String getCreateTime() {
|
| | | return createTime;
|
| | | }
|
| | |
|
| | | public void setCreate_time(String create_time) {
|
| | | this.create_time = create_time;
|
| | | public void setCreateTime(String createTime) {
|
| | | this.createTime = createTime;
|
| | | }
|
| | |
|
| | | public String getIsSynchron() {
|
| | | return isSynchron;
|
| | | }
|
| | |
|
| | | public void setIsSynchron(String isSynchron) {
|
| | | this.isSynchron = isSynchron;
|
| | | }
|
| | |
|
| | | public String getSynchronRemark() {
|
| | | return synchronRemark;
|
| | | }
|
| | |
|
| | | public void setSynchronRemark(String synchronRemark) {
|
| | | this.synchronRemark = synchronRemark;
|
| | | }
|
| | |
|
| | |
|
| | |
|
| | | public String getDeviceCompanyId() {
|
| | | return deviceCompanyId;
|
| | | }
|