| | |
| | | @Schema(description = "GPS的更新时间") |
| | | private String gpsTime; |
| | | |
| | | @Schema(description = "码流标识,优先级高于设备中码流标识," + |
| | | "用于选择码流时组成码流标识。默认为null,不设置。可选值: stream/streamnumber/streamprofile/streamMode") |
| | | private String streamIdentification; |
| | | |
| | | public int getId() { |
| | | return id; |
| | | } |
| | |
| | | public void setGpsTime(String gpsTime) { |
| | | this.gpsTime = gpsTime; |
| | | } |
| | | |
| | | public String getStreamIdentification() { |
| | | return streamIdentification; |
| | | } |
| | | |
| | | public void setStreamIdentification(String streamIdentification) { |
| | | this.streamIdentification = streamIdentification; |
| | | } |
| | | } |