TrackPropertyCondition Class
- java.
lang. Object - com.
azure. resourcemanager. mediaservices. models. TrackPropertyCondition
- com.
public final class TrackPropertyCondition
Class to specify one track property condition.
Constructor Summary
Constructor | Description |
---|---|
TrackPropertyCondition() |
Creates an instance of Track |
Method Summary
Modifier and Type | Method and Description |
---|---|
Track |
operation()
Get the operation property: Track property condition operation. |
Track |
property()
Get the property property: Track property type. |
void |
validate()
Validates the instance. |
String |
value()
Get the value property: Track property value. |
Track |
withOperation(TrackPropertyCompareOperation operation)
Set the operation property: Track property condition operation. |
Track |
withProperty(TrackPropertyType property)
Set the property property: Track property type. |
Track |
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:
property
public TrackPropertyType property()
Get the property property: Track property type.
Returns:
validate
public void validate()
Validates the instance.
value
public String value()
Get the value property: Track property value.
Returns:
withOperation
public TrackPropertyCondition withOperation(TrackPropertyCompareOperation operation)
Set the operation property: Track property condition operation.
Parameters:
Returns:
withProperty
public TrackPropertyCondition withProperty(TrackPropertyType property)
Set the property property: Track property type.
Parameters:
Returns:
withValue
public TrackPropertyCondition withValue(String value)
Set the value property: Track property value.
Parameters:
Returns:
Applies to
Azure SDK for Java