Class LivePipelineCollection

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

public final class LivePipelineCollection extends Object
A collection of live pipelines.
  • Constructor Details

    • LivePipelineCollection

      public LivePipelineCollection()
  • Method Details

    • getValue

      public List<LivePipeline> getValue()
      Get the value property: List of live pipelines.
      Returns:
      the value value.
    • setValue

      public LivePipelineCollection setValue(List<LivePipeline> value)
      Set the value property: List of live pipelines.
      Parameters:
      value - the value value to set.
      Returns:
      the LivePipelineCollection object itself.
    • getContinuationToken

      public String getContinuationToken()
      Get the continuationToken property: A continuation token to be used in subsequent calls when enumerating through the collection. This is returned when the collection results won't fit in a single response.
      Returns:
      the continuationToken value.
    • setContinuationToken

      public LivePipelineCollection setContinuationToken(String continuationToken)
      Set the continuationToken property: A continuation token to be used in subsequent calls when enumerating through the collection. This is returned when the collection results won't fit in a single response.
      Parameters:
      continuationToken - the continuationToken value to set.
      Returns:
      the LivePipelineCollection object itself.