CookiesMatchConditionParameters Class

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

public class CookiesMatchConditionParameters

Defines the parameters for Cookies match conditions.

Constructor Summary

Constructor Description
CookiesMatchConditionParameters()

Creates an instance of CookiesMatchConditionParameters 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.

CookiesOperator operator()

Get describes operator to be matched.

java.lang.String selector()

Get name of Cookies to be matched.

java.util.List<Transform> transforms()

Get list of transforms.

CookiesMatchConditionParameters withMatchValues(List<String> matchValues)

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

CookiesMatchConditionParameters withNegateCondition(Boolean negateCondition)

Set describes if this is negate condition or not.

CookiesMatchConditionParameters withOdatatype(String odatatype)

Set the odatatype value.

CookiesMatchConditionParameters withOperator(CookiesOperator operator)

Set describes operator to be matched.

CookiesMatchConditionParameters withSelector(String selector)

Set name of Cookies to be matched.

CookiesMatchConditionParameters 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

CookiesMatchConditionParameters

public CookiesMatchConditionParameters()

Creates an instance of CookiesMatchConditionParameters 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 CookiesOperator operator()

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

Returns:

the operator value

selector

public String selector()

Get name of Cookies to be matched.

Returns:

the selector value

transforms

public List transforms()

Get list of transforms.

Returns:

the transforms value

withMatchValues

public CookiesMatchConditionParameters withMatchValues(List matchValues)

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

Parameters:

matchValues - the matchValues value to set

Returns:

the CookiesMatchConditionParameters object itself.

withNegateCondition

public CookiesMatchConditionParameters withNegateCondition(Boolean negateCondition)

Set describes if this is negate condition or not.

Parameters:

negateCondition - the negateCondition value to set

Returns:

the CookiesMatchConditionParameters object itself.

withOdatatype

public CookiesMatchConditionParameters withOdatatype(String odatatype)

Set the odatatype value.

Parameters:

odatatype - the odatatype value to set

Returns:

the CookiesMatchConditionParameters object itself.

withOperator

public CookiesMatchConditionParameters withOperator(CookiesOperator operator)

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

Parameters:

operator - the operator value to set

Returns:

the CookiesMatchConditionParameters object itself.

withSelector

public CookiesMatchConditionParameters withSelector(String selector)

Set name of Cookies to be matched.

Parameters:

selector - the selector value to set

Returns:

the CookiesMatchConditionParameters object itself.

withTransforms

public CookiesMatchConditionParameters withTransforms(List transforms)

Set list of transforms.

Parameters:

transforms - the transforms value to set

Returns:

the CookiesMatchConditionParameters object itself.

Applies to