Class LiveEventInputTrackSelection

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

public final class LiveEventInputTrackSelection extends Object
A track selection condition. This property is reserved for future use, any value set on this property will be ignored.
  • Constructor Details

    • LiveEventInputTrackSelection

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

    • property

      public String property()
      Get the property property: Property name to select. This property is reserved for future use, any value set on this property will be ignored.
      Returns:
      the property value.
    • withProperty

      public LiveEventInputTrackSelection withProperty(String property)
      Set the property property: Property name to select. This property is reserved for future use, any value set on this property will be ignored.
      Parameters:
      property - the property value to set.
      Returns:
      the LiveEventInputTrackSelection object itself.
    • operation

      public String operation()
      Get the operation property: Comparing operation. This property is reserved for future use, any value set on this property will be ignored.
      Returns:
      the operation value.
    • withOperation

      public LiveEventInputTrackSelection withOperation(String operation)
      Set the operation property: Comparing operation. This property is reserved for future use, any value set on this property will be ignored.
      Parameters:
      operation - the operation value to set.
      Returns:
      the LiveEventInputTrackSelection object itself.
    • value

      public String value()
      Get the value property: Property value to select. This property is reserved for future use, any value set on this property will be ignored.
      Returns:
      the value value.
    • withValue

      public LiveEventInputTrackSelection withValue(String value)
      Set the value property: Property value to select. This property is reserved for future use, any value set on this property will be ignored.
      Parameters:
      value - the value value to set.
      Returns:
      the LiveEventInputTrackSelection object itself.
    • validate

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