| | |
| | | if (Cools.isEmpty(this.startTime)){ |
| | | return ""; |
| | | } |
| | | return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.startTime); |
| | | return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.startTime).substring(0, 10); |
| | | } |
| | | |
| | | public String getEndTime$(){ |
| | |
| | | return list; |
| | | } |
| | | |
| | | public List<String> getVideoArr(){ |
| | | if (Cools.isEmpty(this.files)) { |
| | | return new ArrayList<>(); |
| | | } |
| | | List<String> list = JSON.parseArray(this.files, String.class); |
| | | if (list == null) { |
| | | list = new ArrayList<>(); |
| | | } |
| | | return list; |
| | | } |
| | | |
| | | public Boolean getOnline() { |
| | | return this.settle==5; |
| | | } |
| | | } |