Class RequestMethodMatchConditionParameters
- java.lang.Object
-
- com.azure.resourcemanager.cdn.models.RequestMethodMatchConditionParameters
-
public final class RequestMethodMatchConditionParameters extends Object
Defines the parameters for RequestMethod match conditions.
-
-
Constructor Summary
Constructors Constructor Description RequestMethodMatchConditionParameters()Creates an instance of RequestMethodMatchConditionParameters class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<RequestMethodMatchConditionParametersMatchValuesItem>matchValues()Get the matchValues property: The match value for the condition of the delivery rule.BooleannegateCondition()Get the negateCondition property: Describes if this is negate condition or not.RequestMethodOperatoroperator()Get the operator property: Describes operator to be matched.List<Transform>transforms()Get the transforms property: List of transforms.StringtypeName()Get the typeName property: The typeName property.voidvalidate()Validates the instance.RequestMethodMatchConditionParameterswithMatchValues(List<RequestMethodMatchConditionParametersMatchValuesItem> matchValues)Set the matchValues property: The match value for the condition of the delivery rule.RequestMethodMatchConditionParameterswithNegateCondition(Boolean negateCondition)Set the negateCondition property: Describes if this is negate condition or not.RequestMethodMatchConditionParameterswithOperator(RequestMethodOperator operator)Set the operator property: Describes operator to be matched.RequestMethodMatchConditionParameterswithTransforms(List<Transform> transforms)Set the transforms property: List of transforms.RequestMethodMatchConditionParameterswithTypeName(String typeName)Set the typeName property: The typeName property.
-
-
-
Method Detail
-
typeName
public String typeName()
Get the typeName property: The typeName property.- Returns:
- the typeName value.
-
withTypeName
public RequestMethodMatchConditionParameters withTypeName(String typeName)
Set the typeName property: The typeName property.- Parameters:
typeName- the typeName value to set.- Returns:
- the RequestMethodMatchConditionParameters object itself.
-
operator
public RequestMethodOperator operator()
Get the operator property: Describes operator to be matched.- Returns:
- the operator value.
-
withOperator
public RequestMethodMatchConditionParameters withOperator(RequestMethodOperator operator)
Set the operator property: Describes operator to be matched.- Parameters:
operator- the operator value to set.- Returns:
- the RequestMethodMatchConditionParameters object itself.
-
negateCondition
public Boolean negateCondition()
Get the negateCondition property: Describes if this is negate condition or not.- Returns:
- the negateCondition value.
-
withNegateCondition
public RequestMethodMatchConditionParameters withNegateCondition(Boolean negateCondition)
Set the negateCondition property: Describes if this is negate condition or not.- Parameters:
negateCondition- the negateCondition value to set.- Returns:
- the RequestMethodMatchConditionParameters object itself.
-
transforms
public List<Transform> transforms()
Get the transforms property: List of transforms.- Returns:
- the transforms value.
-
withTransforms
public RequestMethodMatchConditionParameters withTransforms(List<Transform> transforms)
Set the transforms property: List of transforms.- Parameters:
transforms- the transforms value to set.- Returns:
- the RequestMethodMatchConditionParameters object itself.
-
matchValues
public List<RequestMethodMatchConditionParametersMatchValuesItem> matchValues()
Get the matchValues property: The match value for the condition of the delivery rule.- Returns:
- the matchValues value.
-
withMatchValues
public RequestMethodMatchConditionParameters withMatchValues(List<RequestMethodMatchConditionParametersMatchValuesItem> matchValues)
Set the matchValues property: The match value for the condition of the delivery rule.- Parameters:
matchValues- the matchValues value to set.- Returns:
- the RequestMethodMatchConditionParameters object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-