次の方法で共有


NumberNotInAdvancedFilter Class

public final class NumberNotInAdvancedFilter
extends AdvancedFilter

NumberNotIn Advanced Filter.

Constructor Summary

Constructor Description
NumberNotInAdvancedFilter()

Creates an instance of NumberNotInAdvancedFilter class.

Method Summary

Modifier and Type Method and Description
static NumberNotInAdvancedFilter fromJson(JsonReader jsonReader)

Reads an instance of NumberNotInAdvancedFilter from the JsonReader.

AdvancedFilterOperatorType operatorType()

Get the operatorType property: The operator type used for filtering, e.g., NumberIn, StringContains, BoolEquals and others.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<Double> values()

Get the values property: The set of filter values.

NumberNotInAdvancedFilter withKey(String key)

Set the key property: The field/property in the event based on which you want to filter.

NumberNotInAdvancedFilter 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:

jsonReader - The JsonReader being read.

Returns:

An instance of NumberNotInAdvancedFilter if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the NumberNotInAdvancedFilter.

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:

the operatorType value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

NumberNotInAdvancedFilter.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

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:

the values value.

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:

key

withValues

public NumberNotInAdvancedFilter withValues(List<Double> values)

Set the values property: The set of filter values.

Parameters:

values - the values value to set.

Returns:

the NumberNotInAdvancedFilter object itself.

Applies to