Class AssetTrackCollection
java.lang.Object
com.azure.resourcemanager.mediaservices.models.AssetTrackCollection
A collection of AssetTrack items.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
validate()
Validates the instance.value()
Get the value property: A collection of AssetTrack items.withValue
(List<AssetTrackInner> value) Set the value property: A collection of AssetTrack items.
-
Constructor Details
-
AssetTrackCollection
public AssetTrackCollection()Creates an instance of AssetTrackCollection class.
-
-
Method Details
-
value
Get the value property: A collection of AssetTrack items.- Returns:
- the value value.
-
withValue
Set the value property: A collection of AssetTrack items.- Parameters:
value
- the value value to set.- Returns:
- the AssetTrackCollection object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-