Class NumberGreaterThanAdvancedFilter
- java.lang.Object
-
- com.azure.resourcemanager.eventgrid.models.AdvancedFilter
-
- com.azure.resourcemanager.eventgrid.models.NumberGreaterThanAdvancedFilter
-
public final class NumberGreaterThanAdvancedFilter extends AdvancedFilter
NumberGreaterThan Advanced Filter.
-
-
Constructor Summary
Constructors Constructor Description NumberGreaterThanAdvancedFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.Doublevalue()Get the value property: The filter value.NumberGreaterThanAdvancedFilterwithKey(String key)Set the key property: The field/property in the event based on which you want to filter.NumberGreaterThanAdvancedFilterwithValue(Double value)Set the value property: The filter value.-
Methods inherited from class com.azure.resourcemanager.eventgrid.models.AdvancedFilter
key
-
-
-
-
Method Detail
-
value
public Double value()
Get the value property: The filter value.- Returns:
- the value value.
-
withValue
public NumberGreaterThanAdvancedFilter withValue(Double value)
Set the value property: The filter value.- Parameters:
value- the value value to set.- Returns:
- the NumberGreaterThanAdvancedFilter object itself.
-
withKey
public NumberGreaterThanAdvancedFilter withKey(String key)
Set the key property: The field/property in the event based on which you want to filter.- Overrides:
withKeyin classAdvancedFilter- Parameters:
key- the key value to set.- Returns:
- the AdvancedFilter object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validatein classAdvancedFilter- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-