Class ListPathsResponseInner
java.lang.Object
com.azure.resourcemanager.mediaservices.fluent.models.ListPathsResponseInner
Class of response for listPaths action.
-
Constructor Summary
ConstructorDescriptionCreates an instance of ListPathsResponseInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the downloadPaths property: Download Paths supported by current Streaming Locator.Get the streamingPaths property: Streaming Paths supported by current Streaming Locator.void
validate()
Validates the instance.withDownloadPaths
(List<String> downloadPaths) Set the downloadPaths property: Download Paths supported by current Streaming Locator.withStreamingPaths
(List<StreamingPath> streamingPaths) Set the streamingPaths property: Streaming Paths supported by current Streaming Locator.
-
Constructor Details
-
ListPathsResponseInner
public ListPathsResponseInner()Creates an instance of ListPathsResponseInner class.
-
-
Method Details
-
streamingPaths
Get the streamingPaths property: Streaming Paths supported by current Streaming Locator.- Returns:
- the streamingPaths value.
-
withStreamingPaths
Set the streamingPaths property: Streaming Paths supported by current Streaming Locator.- Parameters:
streamingPaths
- the streamingPaths value to set.- Returns:
- the ListPathsResponseInner object itself.
-
downloadPaths
Get the downloadPaths property: Download Paths supported by current Streaming Locator.- Returns:
- the downloadPaths value.
-
withDownloadPaths
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.
-