HttpVersionMatchConditionParameters Class

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

public class HttpVersionMatchConditionParameters

Defines the parameters for HttpVersion match conditions.

Constructor Summary

Constructor Description
HttpVersionMatchConditionParameters()

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

java.lang.String operator()

Get describes operator to be matched.

HttpVersionMatchConditionParameters withMatchValues(List<String> matchValues)

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

HttpVersionMatchConditionParameters withNegateCondition(Boolean negateCondition)

Set describes if this is negate condition or not.

HttpVersionMatchConditionParameters withOdatatype(String odatatype)

Set the odatatype value.

HttpVersionMatchConditionParameters withOperator(String operator)

Set describes operator to be matched.

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

HttpVersionMatchConditionParameters

public HttpVersionMatchConditionParameters()

Creates an instance of HttpVersionMatchConditionParameters 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 String operator()

Get describes operator to be matched.

Returns:

the operator value

withMatchValues

public HttpVersionMatchConditionParameters withMatchValues(List matchValues)

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

Parameters:

matchValues - the matchValues value to set

Returns:

the HttpVersionMatchConditionParameters object itself.

withNegateCondition

public HttpVersionMatchConditionParameters withNegateCondition(Boolean negateCondition)

Set describes if this is negate condition or not.

Parameters:

negateCondition - the negateCondition value to set

Returns:

the HttpVersionMatchConditionParameters object itself.

withOdatatype

public HttpVersionMatchConditionParameters withOdatatype(String odatatype)

Set the odatatype value.

Parameters:

odatatype - the odatatype value to set

Returns:

the HttpVersionMatchConditionParameters object itself.

withOperator

public HttpVersionMatchConditionParameters withOperator(String operator)

Set describes operator to be matched.

Parameters:

operator - the operator value to set

Returns:

the HttpVersionMatchConditionParameters object itself.

Applies to