UrlPathMatchConditionParameters Class

  • java.lang.Object
    • com.microsoft.azure.management.cdn.UrlPathMatchConditionParameters

public class UrlPathMatchConditionParameters

Defines the parameters for UrlPath match conditions.

Constructor Summary

Constructor Description
UrlPathMatchConditionParameters()

Creates an instance of UrlPathMatchConditionParameters class.

Method Summary

Modifier and Type Method and Description
java.util.List<java.lang.String> matchValues()

Get the match value for the condition of the delivery rule.

java.lang.Boolean negateCondition()

Get describes if this is negate condition or not.

java.lang.String odatatype()

Get the odatatype value.

UrlPathOperator operator()

Get describes operator to be matched.

java.util.List<Transform> transforms()

Get list of transforms.

UrlPathMatchConditionParameters withMatchValues(List<String> matchValues)

Set the match value for the condition of the delivery rule.

UrlPathMatchConditionParameters withNegateCondition(Boolean negateCondition)

Set describes if this is negate condition or not.

UrlPathMatchConditionParameters withOdatatype(String odatatype)

Set the odatatype value.

UrlPathMatchConditionParameters withOperator(UrlPathOperator operator)

Set describes operator to be matched.

UrlPathMatchConditionParameters withTransforms(List<Transform> transforms)

Set list of transforms.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

UrlPathMatchConditionParameters

public UrlPathMatchConditionParameters()

Creates an instance of UrlPathMatchConditionParameters class.

Method Details

matchValues

public List matchValues()

Get the match value for the condition of the delivery rule.

Returns:

the matchValues value

negateCondition

public Boolean negateCondition()

Get describes if this is negate condition or not.

Returns:

the negateCondition value

odatatype

public String odatatype()

Get the odatatype value.

Returns:

the odatatype value

operator

public UrlPathOperator operator()

Get describes operator to be matched. Possible values include: 'Any', 'Equal', 'Contains', 'BeginsWith', 'EndsWith', 'LessThan', 'LessThanOrEqual', 'GreaterThan', 'GreaterThanOrEqual', 'Wildcard', 'RegEx'.

Returns:

the operator value

transforms

public List transforms()

Get list of transforms.

Returns:

the transforms value

withMatchValues

public UrlPathMatchConditionParameters withMatchValues(List matchValues)

Set the match value for the condition of the delivery rule.

Parameters:

matchValues - the matchValues value to set

Returns:

the UrlPathMatchConditionParameters object itself.

withNegateCondition

public UrlPathMatchConditionParameters withNegateCondition(Boolean negateCondition)

Set describes if this is negate condition or not.

Parameters:

negateCondition - the negateCondition value to set

Returns:

the UrlPathMatchConditionParameters object itself.

withOdatatype

public UrlPathMatchConditionParameters withOdatatype(String odatatype)

Set the odatatype value.

Parameters:

odatatype - the odatatype value to set

Returns:

the UrlPathMatchConditionParameters object itself.

withOperator

public UrlPathMatchConditionParameters withOperator(UrlPathOperator operator)

Set describes operator to be matched. Possible values include: 'Any', 'Equal', 'Contains', 'BeginsWith', 'EndsWith', 'LessThan', 'LessThanOrEqual', 'GreaterThan', 'GreaterThanOrEqual', 'Wildcard', 'RegEx'.

Parameters:

operator - the operator value to set

Returns:

the UrlPathMatchConditionParameters object itself.

withTransforms

public UrlPathMatchConditionParameters withTransforms(List transforms)

Set list of transforms.

Parameters:

transforms - the transforms value to set

Returns:

the UrlPathMatchConditionParameters object itself.

Applies to