NumberNotInAdvancedFilter Class
- java.
lang. Object - com.
azure. resourcemanager. eventgrid. models. AdvancedFilter - com.
azure. resourcemanager. eventgrid. models. NumberNotInAdvancedFilter
- com.
- com.
public final class NumberNotInAdvancedFilter
extends AdvancedFilter
NumberNotIn Advanced Filter.
Constructor Summary
| Constructor | Description |
|---|---|
| NumberNotInAdvancedFilter() |
Creates an instance of Number |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Number |
fromJson(JsonReader jsonReader)
Reads an instance of Number |
|
Advanced |
operatorType()
Get the operator |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
| List<Double> |
values()
Get the values property: The set of filter values. |
|
Number |
withKey(String key)
Set the key property: The field/property in the event based on which you want to filter. |
|
Number |
withValues(List<Double> values)
Set the values property: The set of filter values. |
Methods inherited from AdvancedFilter
Methods inherited from java.lang.Object
Constructor Details
NumberNotInAdvancedFilter
public NumberNotInAdvancedFilter()
Creates an instance of NumberNotInAdvancedFilter class.
Method Details
fromJson
public static NumberNotInAdvancedFilter fromJson(JsonReader jsonReader)
Reads an instance of NumberNotInAdvancedFilter from the JsonReader.
Parameters:
Returns:
Throws:
operatorType
public AdvancedFilterOperatorType operatorType()
Get the operatorType property: The operator type used for filtering, e.g., NumberIn, StringContains, BoolEquals and others.
Overrides:
NumberNotInAdvancedFilter.operatorType()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
NumberNotInAdvancedFilter.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
NumberNotInAdvancedFilter.validate()values
public List<Double> values()
Get the values property: The set of filter values.
Returns:
withKey
public NumberNotInAdvancedFilter withKey(String key)
Set the key property: The field/property in the event based on which you want to filter.
Overrides:
NumberNotInAdvancedFilter.withKey(String key)Parameters:
withValues
public NumberNotInAdvancedFilter withValues(List<Double> values)
Set the values property: The set of filter values.
Parameters:
Returns: