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