Class PipelineTopologyCollection

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

public final class PipelineTopologyCollection extends Object
A collection of pipeline topologies.
  • Constructor Details

    • PipelineTopologyCollection

      public PipelineTopologyCollection()
  • Method Details

    • getValue

      public List<PipelineTopology> getValue()
      Get the value property: List of pipeline topologies.
      Returns:
      the value value.
    • setValue

      Set the value property: List of pipeline topologies.
      Parameters:
      value - the value value to set.
      Returns:
      the PipelineTopologyCollection 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 PipelineTopologyCollection 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 PipelineTopologyCollection object itself.