Class RemoteDeviceAdapterTarget

java.lang.Object
com.azure.media.videoanalyzer.edge.models.RemoteDeviceAdapterTarget

public final class RemoteDeviceAdapterTarget extends Object
Properties of the remote device adapter target.
  • Constructor Details

    • RemoteDeviceAdapterTarget

      public RemoteDeviceAdapterTarget(String host)
      Creates an instance of RemoteDeviceAdapterTarget class.
      Parameters:
      host - the host value to set.
  • Method Details

    • getHost

      public String getHost()
      Get the host property: Hostname or IP address of the remote device.
      Returns:
      the host value.