TrackPropertyCondition Class

  • java.lang.Object
    • com.azure.resourcemanager.mediaservices.models.TrackPropertyCondition

public final class TrackPropertyCondition

Class to specify one track property condition.

Constructor Summary

Constructor Description
TrackPropertyCondition()

Creates an instance of TrackPropertyCondition class.

Method Summary

Modifier and Type Method and Description
TrackPropertyCompareOperation operation()

Get the operation property: Track property condition operation.

TrackPropertyType property()

Get the property property: Track property type.

void validate()

Validates the instance.

String value()

Get the value property: Track property value.

TrackPropertyCondition withOperation(TrackPropertyCompareOperation operation)

Set the operation property: Track property condition operation.

TrackPropertyCondition withProperty(TrackPropertyType property)

Set the property property: Track property type.

TrackPropertyCondition withValue(String value)

Set the value property: Track property value.

Methods inherited from java.lang.Object

Constructor Details

TrackPropertyCondition

public TrackPropertyCondition()

Creates an instance of TrackPropertyCondition class.

Method Details

operation

public TrackPropertyCompareOperation operation()

Get the operation property: Track property condition operation.

Returns:

the operation value.

property

public TrackPropertyType property()

Get the property property: Track property type.

Returns:

the property value.

validate

public void validate()

Validates the instance.

value

public String value()

Get the value property: Track property value.

Returns:

the value value.

withOperation

public TrackPropertyCondition withOperation(TrackPropertyCompareOperation operation)

Set the operation property: Track property condition operation.

Parameters:

operation - the operation value to set.

Returns:

the TrackPropertyCondition object itself.

withProperty

public TrackPropertyCondition withProperty(TrackPropertyType property)

Set the property property: Track property type.

Parameters:

property - the property value to set.

Returns:

the TrackPropertyCondition object itself.

withValue

public TrackPropertyCondition withValue(String value)

Set the value property: Track property value.

Parameters:

value - the value value to set.

Returns:

the TrackPropertyCondition object itself.

Applies to