Class FilterTrackPropertyCondition

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

public final class FilterTrackPropertyCondition extends Object
The class to specify one track property condition.
  • Constructor Details

    • FilterTrackPropertyCondition

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

    • property

      public FilterTrackPropertyType property()
      Get the property property: The track property type.
      Returns:
      the property value.
    • withProperty

      public FilterTrackPropertyCondition withProperty(FilterTrackPropertyType property)
      Set the property property: The track property type.
      Parameters:
      property - the property value to set.
      Returns:
      the FilterTrackPropertyCondition object itself.
    • value

      public String value()
      Get the value property: The track property value.
      Returns:
      the value value.
    • withValue

      public FilterTrackPropertyCondition withValue(String value)
      Set the value property: The track property value.
      Parameters:
      value - the value value to set.
      Returns:
      the FilterTrackPropertyCondition object itself.
    • operation

      Get the operation property: The track property condition operation.
      Returns:
      the operation value.
    • withOperation

      Set the operation property: The track property condition operation.
      Parameters:
      operation - the operation value to set.
      Returns:
      the FilterTrackPropertyCondition object itself.
    • validate

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