Class OnvifDeviceDiscoverRequest


  • public final class OnvifDeviceDiscoverRequest
    extends MethodRequest
    Lists all the discoverable ONVIF devices on the same subnet as the Edge Module.
    • Constructor Detail

      • OnvifDeviceDiscoverRequest

        public OnvifDeviceDiscoverRequest()
        Creates an instance of OnvifDeviceDiscoverRequest class.
    • Method Detail

      • getDiscoveryDuration

        public String getDiscoveryDuration()
        Get the discoveryDuration property: The amount of time that the ONVIF device discovery will wait for supported device responses.
        Returns:
        the discoveryDuration value.
      • setDiscoveryDuration

        public OnvifDeviceDiscoverRequest setDiscoveryDuration​(String discoveryDuration)
        Set the discoveryDuration property: The amount of time that the ONVIF device discovery will wait for supported device responses.
        Parameters:
        discoveryDuration - the discoveryDuration value to set.
        Returns:
        the OnvifDeviceDiscoverRequest object itself.
      • getMethodName

        public String getMethodName()
        Get the methodName property: method name.
        Returns:
        the methodName value.