Class RemoteDeviceAdapterCollection

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

public final class RemoteDeviceAdapterCollection extends Object
A list of remote device adapters.
  • Constructor Details

    • RemoteDeviceAdapterCollection

      public RemoteDeviceAdapterCollection()
  • Method Details

    • getValue

      public List<RemoteDeviceAdapter> getValue()
      Get the value property: An array of remote device adapters.
      Returns:
      the value value.
    • setValue

      Set the value property: An array of remote device adapters.
      Parameters:
      value - the value value to set.
      Returns:
      the RemoteDeviceAdapterCollection object itself.
    • getContinuationToken

      public String getContinuationToken()
      Get the continuationToken property: A continuation token to use in subsequent calls to enumerate through the remote device adapter collection. This is used when the collection contains too many results to return in one response.
      Returns:
      the continuationToken value.
    • setContinuationToken

      public RemoteDeviceAdapterCollection setContinuationToken(String continuationToken)
      Set the continuationToken property: A continuation token to use in subsequent calls to enumerate through the remote device adapter collection. This is used when the collection contains too many results to return in one response.
      Parameters:
      continuationToken - the continuationToken value to set.
      Returns:
      the RemoteDeviceAdapterCollection object itself.