| | |
| | | * @param count 每页数量 |
| | | * @return |
| | | */ |
| | | public PageInfo queryChannelsByDeviceId(String deviceId, String query, Boolean hasSubChannel, Boolean online, Boolean catalogUnderDevice, int page, int count); |
| | | public PageInfo<DeviceChannel> queryChannelsByDeviceId(String deviceId, String query, Boolean hasSubChannel, Boolean online, Boolean catalogUnderDevice, int page, int count); |
| | | |
| | | public List<DeviceChannel> queryChannelsByDeviceIdWithStartAndLimit(String deviceId, String query, Boolean hasSubChannel, Boolean online, int start, int limit,List<String> channelIds); |
| | | |
| | |
| | | |
| | | Device queryVideoDeviceByPlatformIdAndChannelId(String platformId, String channelId); |
| | | |
| | | |
| | | /** |
| | | * 针对deviceinfo指令的查询接口 |
| | | * @param platformId 平台id |
| | | * @param channelId 通道id |
| | | * @return 设备信息 |
| | | */ |
| | | Device queryDeviceInfoByPlatformIdAndChannelId(String platformId, String channelId); |
| | | /** |
| | | * 添加Mobile Position设备移动位置 |
| | | * @param mobilePosition |