Class AutomationRulePropertyValuesChangedCondition
java.lang.Object
com.azure.resourcemanager.securityinsights.models.AutomationRulePropertyValuesChangedCondition
The AutomationRulePropertyValuesChangedCondition model.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the changeType property: The changeType property.operator()
Get the operator property: The operator property.Get the propertyName property: The propertyName property.Get the propertyValues property: The propertyValues property.void
validate()
Validates the instance.Set the changeType property: The changeType property.Set the operator property: The operator property.Set the propertyName property: The propertyName property.withPropertyValues
(List<String> propertyValues) Set the propertyValues property: The propertyValues property.
-
Constructor Details
-
AutomationRulePropertyValuesChangedCondition
public AutomationRulePropertyValuesChangedCondition()
-
-
Method Details
-
propertyName
Get the propertyName property: The propertyName property.- Returns:
- the propertyName value.
-
withPropertyName
public AutomationRulePropertyValuesChangedCondition withPropertyName(AutomationRulePropertyChangedConditionSupportedPropertyType propertyName) Set the propertyName property: The propertyName property.- Parameters:
propertyName
- the propertyName value to set.- Returns:
- the AutomationRulePropertyValuesChangedCondition object itself.
-
changeType
Get the changeType property: The changeType property.- Returns:
- the changeType value.
-
withChangeType
public AutomationRulePropertyValuesChangedCondition withChangeType(AutomationRulePropertyChangedConditionSupportedChangedType changeType) Set the changeType property: The changeType property.- Parameters:
changeType
- the changeType value to set.- Returns:
- the AutomationRulePropertyValuesChangedCondition object itself.
-
operator
Get the operator property: The operator property.- Returns:
- the operator value.
-
withOperator
public AutomationRulePropertyValuesChangedCondition withOperator(AutomationRulePropertyConditionSupportedOperator operator) Set the operator property: The operator property.- Parameters:
operator
- the operator value to set.- Returns:
- the AutomationRulePropertyValuesChangedCondition object itself.
-
propertyValues
Get the propertyValues property: The propertyValues property.- Returns:
- the propertyValues value.
-
withPropertyValues
Set the propertyValues property: The propertyValues property.- Parameters:
propertyValues
- the propertyValues value to set.- Returns:
- the AutomationRulePropertyValuesChangedCondition object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-