| | |
| | | @Transient |
| | | private List<DeviceChannel> channelList; |
| | | |
| | | |
| | | public String getDeviceId() { |
| | | return deviceId; |
| | | } |
| | |
| | | |
| | | public void setDeviceName(String deviceName) { |
| | | this.deviceName = deviceName; |
| | | } |
| | | |
| | | public String getTransport() { |
| | | return transport; |
| | | } |
| | | |
| | | public void setTransport(String transport) { |
| | | this.transport = transport; |
| | | } |
| | | |
| | | public String getIp() { |
| | | return ip; |
| | | } |
| | | |
| | | public void setIp(String ip) { |
| | | this.ip = ip; |
| | | } |
| | | |
| | | public Integer getPort() { |
| | | return port; |
| | | } |
| | | |
| | | public void setPort(Integer port) { |
| | | this.port = port; |
| | | } |
| | | |
| | | public String getManufacturer() { |
| | |
| | | this.firmware = firmware; |
| | | } |
| | | |
| | | public String getOnline() { |
| | | return online; |
| | | public String getProtocol() { |
| | | return protocol; |
| | | } |
| | | |
| | | public void setOnline(String online) { |
| | | this.online = online; |
| | | public void setProtocol(String protocol) { |
| | | this.protocol = protocol; |
| | | } |
| | | |
| | | public String getTransport() { |
| | | return transport; |
| | | } |
| | | |
| | | public void setTransport(String transport) { |
| | | this.transport = transport; |
| | | } |
| | | |
| | | public String getStreamMode() { |
| | |
| | | this.streamMode = streamMode; |
| | | } |
| | | |
| | | public List<DeviceChannel> getChannelList() { |
| | | return channelList; |
| | | public String getIp() { |
| | | return ip; |
| | | } |
| | | |
| | | public void setChannelList(List<DeviceChannel> channelList) { |
| | | this.channelList = channelList; |
| | | public void setIp(String ip) { |
| | | this.ip = ip; |
| | | } |
| | | |
| | | public Integer getPort() { |
| | | return port; |
| | | } |
| | | |
| | | public void setPort(Integer port) { |
| | | this.port = port; |
| | | } |
| | | |
| | | public String getOnline() { |
| | | return online; |
| | | } |
| | | |
| | | public void setOnline(String online) { |
| | | this.online = online; |
| | | } |
| | | |
| | | public Integer getChannelSum() { |
| | |
| | | this.password = password; |
| | | } |
| | | |
| | | public String getProtocol() { |
| | | return protocol; |
| | | public List<DeviceChannel> getChannelList() { |
| | | return channelList; |
| | | } |
| | | |
| | | public void setProtocol(String protocol) { |
| | | this.protocol = protocol; |
| | | public void setChannelList(List<DeviceChannel> channelList) { |
| | | this.channelList = channelList; |
| | | } |
| | | |
| | | } |