Class TrackSelection
java.lang.Object
com.azure.resourcemanager.mediaservices.models.TrackSelection
Class to select a track.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the trackSelections property: TrackSelections is a track property condition list which can specify track(s).void
validate()
Validates the instance.withTrackSelections
(List<TrackPropertyCondition> trackSelections) Set the trackSelections property: TrackSelections is a track property condition list which can specify track(s).
-
Constructor Details
-
TrackSelection
public TrackSelection()Creates an instance of TrackSelection class.
-
-
Method Details
-
trackSelections
Get the trackSelections property: TrackSelections is a track property condition list which can specify track(s).- Returns:
- the trackSelections value.
-
withTrackSelections
Set the trackSelections property: TrackSelections is a track property condition list which can specify track(s).- Parameters:
trackSelections
- the trackSelections value to set.- Returns:
- the TrackSelection object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-