次の方法で共有


IsNotNullAdvancedFilter Class

public final class IsNotNullAdvancedFilter
extends AdvancedFilter

IsNotNull Advanced Filter.

Constructor Summary

Constructor Description
IsNotNullAdvancedFilter()

Creates an instance of IsNotNullAdvancedFilter class.

Method Summary

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

Reads an instance of IsNotNullAdvancedFilter 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.

IsNotNullAdvancedFilter withKey(String key)

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

Methods inherited from AdvancedFilter

Methods inherited from java.lang.Object

Constructor Details

IsNotNullAdvancedFilter

public IsNotNullAdvancedFilter()

Creates an instance of IsNotNullAdvancedFilter class.

Method Details

fromJson

public static IsNotNullAdvancedFilter fromJson(JsonReader jsonReader)

Reads an instance of IsNotNullAdvancedFilter from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of IsNotNullAdvancedFilter 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 IsNotNullAdvancedFilter.

operatorType

public AdvancedFilterOperatorType operatorType()

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

Overrides:

IsNotNullAdvancedFilter.operatorType()

Returns:

the operatorType value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

IsNotNullAdvancedFilter.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Overrides:

IsNotNullAdvancedFilter.validate()

withKey

public IsNotNullAdvancedFilter withKey(String key)

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

Overrides:

IsNotNullAdvancedFilter.withKey(String key)

Parameters:

key

Applies to