Class OnvifDeviceDiscoverRequest

java.lang.Object
com.azure.media.videoanalyzer.edge.models.MethodRequest
com.azure.media.videoanalyzer.edge.models.OnvifDeviceDiscoverRequest

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

    • OnvifDeviceDiscoverRequest

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

    • 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.