Class RemoteDeviceAdapterSetRequest


  • public final class RemoteDeviceAdapterSetRequest
    extends MethodRequest
    Creates a new remote device adapter or updates an existing one.
    • Constructor Detail

      • RemoteDeviceAdapterSetRequest

        public RemoteDeviceAdapterSetRequest​(RemoteDeviceAdapter remoteDeviceAdapter)
        Creates an instance of RemoteDeviceAdapterSetRequest class.
        Parameters:
        remoteDeviceAdapter - the remoteDeviceAdapter value to set.
    • Method Detail

      • getRemoteDeviceAdapter

        public RemoteDeviceAdapter getRemoteDeviceAdapter()
        Get the remoteDeviceAdapter property: The Video Analyzer edge module can act as a transparent gateway for video, enabling IoT devices to send video to the cloud from behind a firewall. A remote device adapter should be created for each such IoT device. Communication between the cloud and IoT device would then flow via the Video Analyzer edge module.
        Returns:
        the remoteDeviceAdapter value.
      • getMethodName

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