|  |  | 
 |  |  | import java.util.Date;
 | 
 |  |  | 
 | 
 |  |  | /**
 | 
 |  |  |  * @Description:设备录像bean  | 
 |  |  |  * @description:设备录像bean  | 
 |  |  |  * @author: swwheihei
 | 
 |  |  |  * @date:   2020年5月8日 下午2:06:54     
 | 
 |  |  |  */
 | 
 |  |  | 
 |  |  |    private String name;
 | 
 |  |  |    
 | 
 |  |  |    private String filePath;
 | 
 |  |  | 	 | 
 |  |  | 
 | 
 |  |  |    private String fileSize;
 | 
 |  |  | 
 | 
 |  |  |    private String address;
 | 
 |  |  |    
 | 
 |  |  |    private String startTime;
 | 
 |  |  | 
 |  |  |       this.recorderId = recorderId;
 | 
 |  |  |    }
 | 
 |  |  | 
 | 
 |  |  |    public String getFileSize() {
 | 
 |  |  |       return fileSize;
 | 
 |  |  |    }
 | 
 |  |  | 
 | 
 |  |  |    public void setFileSize(String fileSize) {
 | 
 |  |  |       this.fileSize = fileSize;
 | 
 |  |  |    }
 | 
 |  |  | 
 | 
 |  |  |    @Override
 | 
 |  |  |    public int compareTo(@NotNull RecordItem recordItem) {
 | 
 |  |  |       SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
 |