Class DiscoveredOnvifDeviceCollection


  • public final class DiscoveredOnvifDeviceCollection
    extends Object
    A list of ONVIF devices that were discovered in the same subnet as the IoT Edge device.
    • Constructor Detail

      • DiscoveredOnvifDeviceCollection

        public DiscoveredOnvifDeviceCollection()
    • Method Detail

      • getValue

        public List<DiscoveredOnvifDevice> getValue()
        Get the value property: An array of ONVIF devices that have been discovered in the same subnet as the IoT Edge device.
        Returns:
        the value value.
      • setValue

        public DiscoveredOnvifDeviceCollection setValue​(List<DiscoveredOnvifDevice> value)
        Set the value property: An array of ONVIF devices that have been discovered in the same subnet as the IoT Edge device.
        Parameters:
        value - the value value to set.
        Returns:
        the DiscoveredOnvifDeviceCollection object itself.