Class AssetTrackCollection

java.lang.Object
com.azure.resourcemanager.mediaservices.models.AssetTrackCollection

public final class AssetTrackCollection extends Object
A collection of AssetTrack items.
  • Constructor Details

    • AssetTrackCollection

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

    • value

      public List<AssetTrackInner> value()
      Get the value property: A collection of AssetTrack items.
      Returns:
      the value value.
    • withValue

      public AssetTrackCollection withValue(List<AssetTrackInner> value)
      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.