Class RemoteDeviceAdapterSetRequestBody


  • public final class RemoteDeviceAdapterSetRequestBody
    extends MethodRequest
    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.
    • Constructor Detail

      • RemoteDeviceAdapterSetRequestBody

        public RemoteDeviceAdapterSetRequestBody​(String name)
        Creates an instance of RemoteDeviceAdapterSetRequestBody class.
        Parameters:
        name - the name value to set.
    • Method Detail

      • getName

        public String getName()
        Get the name property: The unique identifier for the remote device adapter.
        Returns:
        the name value.
      • getSystemData

        public SystemData getSystemData()
        Get the systemData property: Read-only system metadata associated with this object.
        Returns:
        the systemData value.
      • setSystemData

        public RemoteDeviceAdapterSetRequestBody setSystemData​(SystemData systemData)
        Set the systemData property: Read-only system metadata associated with this object.
        Parameters:
        systemData - the systemData value to set.
        Returns:
        the RemoteDeviceAdapterSetRequestBody object itself.
      • getProperties

        public RemoteDeviceAdapterProperties getProperties()
        Get the properties property: Properties of the remote device adapter.
        Returns:
        the properties value.