Class ListPathsResponseInner

java.lang.Object
com.azure.resourcemanager.mediaservices.fluent.models.ListPathsResponseInner

public final class ListPathsResponseInner extends Object
Class of response for listPaths action.
  • Constructor Details

    • ListPathsResponseInner

      public ListPathsResponseInner()
      Creates an instance of ListPathsResponseInner class.
  • Method Details

    • streamingPaths

      public List<StreamingPath> streamingPaths()
      Get the streamingPaths property: Streaming Paths supported by current Streaming Locator.
      Returns:
      the streamingPaths value.
    • withStreamingPaths

      public ListPathsResponseInner withStreamingPaths(List<StreamingPath> streamingPaths)
      Set the streamingPaths property: Streaming Paths supported by current Streaming Locator.
      Parameters:
      streamingPaths - the streamingPaths value to set.
      Returns:
      the ListPathsResponseInner object itself.
    • downloadPaths

      public List<String> downloadPaths()
      Get the downloadPaths property: Download Paths supported by current Streaming Locator.
      Returns:
      the downloadPaths value.
    • withDownloadPaths

      public ListPathsResponseInner withDownloadPaths(List<String> downloadPaths)
      Set the downloadPaths property: Download Paths supported by current Streaming Locator.
      Parameters:
      downloadPaths - the downloadPaths value to set.
      Returns:
      the ListPathsResponseInner object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.