| | |
| | | package com.genersoft.iot.vmp.media.zlm.dto; |
| | | |
| | | |
| | | import com.genersoft.iot.vmp.media.zlm.ZLMServerConfig; |
| | | import io.swagger.v3.oas.annotations.media.Schema; |
| | | import org.springframework.util.ObjectUtils; |
| | | |
| | |
| | | private boolean defaultServer; |
| | | |
| | | @Schema(description = "录像存储时长") |
| | | private int recordDate; |
| | | private int recordDay; |
| | | |
| | | @Schema(description = "录像存储路径") |
| | | private String recordPath; |
| | | @Schema(description = "类型: zlm/abl") |
| | | private String type; |
| | | |
| | | public MediaServerItem() { |
| | | } |
| | |
| | | this.sendRtpPortRange = sendRtpPortRange; |
| | | } |
| | | |
| | | public int getRecordDate() { |
| | | return recordDate; |
| | | public int getRecordDay() { |
| | | return recordDay; |
| | | } |
| | | |
| | | public void setRecordDate(int recordDate) { |
| | | this.recordDate = recordDate; |
| | | public void setRecordDay(int recordDay) { |
| | | this.recordDay = recordDay; |
| | | } |
| | | |
| | | public String getRecordPath() { |
| | | return recordPath; |
| | | } |
| | | |
| | | public void setRecordPath(String recordPath) { |
| | | this.recordPath = recordPath; |
| | | } |
| | | |
| | | public String getType() { |
| | | return type; |
| | | } |
| | | |
| | | public void setType(String type) { |
| | | this.type = type; |
| | | } |
| | | } |