|  |  |  | 
|---|
|  |  |  | @Schema(description = "是否是默认ZLM") | 
|---|
|  |  |  | private boolean defaultServer; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Schema(description = "录像存储时长") | 
|---|
|  |  |  | private int recordDay; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Schema(description = "录像存储路径") | 
|---|
|  |  |  | private String recordPath; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Schema(description = "录像存储时长") | 
|---|
|  |  |  | private int recordDate; | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public MediaServerItem() { | 
|---|
|  |  |  | } | 
|---|
|  |  |  | 
|---|
|  |  |  | this.sendRtpPortRange = sendRtpPortRange; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public int getRecordDay() { | 
|---|
|  |  |  | return recordDay; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setRecordDay(int recordDay) { | 
|---|
|  |  |  | this.recordDay = recordDay; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public String getRecordPath() { | 
|---|
|  |  |  | return recordPath; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setRecordPath(String recordPath) { | 
|---|
|  |  |  | this.recordPath = recordPath; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public int getRecordDate() { | 
|---|
|  |  |  | return recordDate; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setRecordDate(int recordDate) { | 
|---|
|  |  |  | this.recordDate = recordDate; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|