Class IsDeviceMatchConditionParameters

java.lang.Object
com.microsoft.azure.management.cdn.IsDeviceMatchConditionParameters

public class IsDeviceMatchConditionParameters extends Object
Defines the parameters for IsDevice match conditions.
  • Constructor Details

    • IsDeviceMatchConditionParameters

      public IsDeviceMatchConditionParameters()
      Creates an instance of IsDeviceMatchConditionParameters class.
  • Method Details

    • odatatype

      public String odatatype()
      Get the odatatype value.
      Returns:
      the odatatype value
    • withOdatatype

      public IsDeviceMatchConditionParameters withOdatatype(String odatatype)
      Set the odatatype value.
      Parameters:
      odatatype - the odatatype value to set
      Returns:
      the IsDeviceMatchConditionParameters object itself.
    • operator

      public String operator()
      Get describes operator to be matched.
      Returns:
      the operator value
    • withOperator

      public IsDeviceMatchConditionParameters withOperator(String operator)
      Set describes operator to be matched.
      Parameters:
      operator - the operator value to set
      Returns:
      the IsDeviceMatchConditionParameters object itself.
    • negateCondition

      public Boolean negateCondition()
      Get describes if this is negate condition or not.
      Returns:
      the negateCondition value
    • withNegateCondition

      public IsDeviceMatchConditionParameters withNegateCondition(Boolean negateCondition)
      Set describes if this is negate condition or not.
      Parameters:
      negateCondition - the negateCondition value to set
      Returns:
      the IsDeviceMatchConditionParameters object itself.
    • matchValues

      public List<String> matchValues()
      Get the match value for the condition of the delivery rule.
      Returns:
      the matchValues value
    • withMatchValues

      public IsDeviceMatchConditionParameters withMatchValues(List<String> matchValues)
      Set the match value for the condition of the delivery rule.
      Parameters:
      matchValues - the matchValues value to set
      Returns:
      the IsDeviceMatchConditionParameters object itself.
    • transforms

      public List<Transform> transforms()
      Get list of transforms.
      Returns:
      the transforms value
    • withTransforms

      public IsDeviceMatchConditionParameters withTransforms(List<Transform> transforms)
      Set list of transforms.
      Parameters:
      transforms - the transforms value to set
      Returns:
      the IsDeviceMatchConditionParameters object itself.