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

public final class FirstQuality extends Object
Filter First Quality.
  • Constructor Details

    • FirstQuality

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

    • bitrate

      public int bitrate()
      Get the bitrate property: The first quality bitrate.
      Returns:
      the bitrate value.
    • withBitrate

      public FirstQuality withBitrate(int bitrate)
      Set the bitrate property: The first quality bitrate.
      Parameters:
      bitrate - the bitrate value to set.
      Returns:
      the FirstQuality object itself.
    • validate

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