Class LiveEventInputTrackSelection
java.lang.Object
com.azure.resourcemanager.mediaservices.models.LiveEventInputTrackSelection
A track selection condition. This property is reserved for future use, any value set on this property will be
ignored.
-
Constructor Summary
ConstructorDescriptionCreates an instance of LiveEventInputTrackSelection class. -
Method Summary
Modifier and TypeMethodDescriptionGet the operation property: Comparing operation.property()
Get the property property: Property name to select.void
validate()
Validates the instance.value()
Get the value property: Property value to select.withOperation
(String operation) Set the operation property: Comparing operation.withProperty
(String property) Set the property property: Property name to select.Set the value property: Property value to select.
-
Constructor Details
-
LiveEventInputTrackSelection
public LiveEventInputTrackSelection()Creates an instance of LiveEventInputTrackSelection class.
-
-
Method Details
-
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
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
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
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
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
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.
-