Class CookiesMatchConditionParameters
java.lang.Object
com.microsoft.azure.management.cdn.CookiesMatchConditionParameters
Defines the parameters for Cookies match conditions.
-
Constructor Summary
ConstructorDescriptionCreates an instance of CookiesMatchConditionParameters class. -
Method Summary
Modifier and TypeMethodDescriptionGet the match value for the condition of the delivery rule.Get describes if this is negate condition or not.Get the odatatype value.operator()
Get describes operator to be matched.selector()
Get name of Cookies to be matched.Get list of transforms.withMatchValues
(List<String> matchValues) Set the match value for the condition of the delivery rule.withNegateCondition
(Boolean negateCondition) Set describes if this is negate condition or not.withOdatatype
(String odatatype) Set the odatatype value.withOperator
(CookiesOperator operator) Set describes operator to be matched.withSelector
(String selector) Set name of Cookies to be matched.withTransforms
(List<Transform> transforms) Set list of transforms.
-
Constructor Details
-
CookiesMatchConditionParameters
public CookiesMatchConditionParameters()Creates an instance of CookiesMatchConditionParameters class.
-
-
Method Details
-
odatatype
Get the odatatype value.- Returns:
- the odatatype value
-
withOdatatype
Set the odatatype value.- Parameters:
odatatype
- the odatatype value to set- Returns:
- the CookiesMatchConditionParameters object itself.
-
selector
Get name of Cookies to be matched.- Returns:
- the selector value
-
withSelector
Set name of Cookies to be matched.- Parameters:
selector
- the selector value to set- Returns:
- the CookiesMatchConditionParameters object itself.
-
operator
Get describes operator to be matched. Possible values include: 'Any', 'Equal', 'Contains', 'BeginsWith', 'EndsWith', 'LessThan', 'LessThanOrEqual', 'GreaterThan', 'GreaterThanOrEqual', 'RegEx'.- Returns:
- the operator value
-
withOperator
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.
-
negateCondition
Get describes if this is negate condition or not.- Returns:
- the negateCondition value
-
withNegateCondition
Set describes if this is negate condition or not.- Parameters:
negateCondition
- the negateCondition value to set- Returns:
- the CookiesMatchConditionParameters object itself.
-
matchValues
Get the match value for the condition of the delivery rule.- Returns:
- the matchValues value
-
withMatchValues
Set the match value for the condition of the delivery rule.- Parameters:
matchValues
- the matchValues value to set- Returns:
- the CookiesMatchConditionParameters object itself.
-
transforms
Get list of transforms.- Returns:
- the transforms value
-
withTransforms
Set list of transforms.- Parameters:
transforms
- the transforms value to set- Returns:
- the CookiesMatchConditionParameters object itself.
-