Udostępnij za pośrednictwem


StringNotEndsWithAdvancedFilter Class

public final class StringNotEndsWithAdvancedFilter
extends AdvancedFilter

StringNotEndsWith Advanced Filter.

Constructor Summary

Constructor Description
StringNotEndsWithAdvancedFilter()

Creates an instance of StringNotEndsWithAdvancedFilter class.

Method Summary

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

Reads an instance of StringNotEndsWithAdvancedFilter 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<String> values()

Get the values property: The set of filter values.

StringNotEndsWithAdvancedFilter withKey(String key)

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

StringNotEndsWithAdvancedFilter withValues(List<String> values)

Set the values property: The set of filter values.

Methods inherited from AdvancedFilter

Methods inherited from java.lang.Object

Constructor Details

StringNotEndsWithAdvancedFilter

public StringNotEndsWithAdvancedFilter()

Creates an instance of StringNotEndsWithAdvancedFilter class.

Method Details

fromJson

public static StringNotEndsWithAdvancedFilter fromJson(JsonReader jsonReader)

Reads an instance of StringNotEndsWithAdvancedFilter from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

operatorType

public AdvancedFilterOperatorType operatorType()

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

Overrides:

StringNotEndsWithAdvancedFilter.operatorType()

Returns:

the operatorType value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

StringNotEndsWithAdvancedFilter.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Overrides:

StringNotEndsWithAdvancedFilter.validate()

values

public List<String> values()

Get the values property: The set of filter values.

Returns:

the values value.

withKey

public StringNotEndsWithAdvancedFilter withKey(String key)

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

Overrides:

StringNotEndsWithAdvancedFilter.withKey(String key)

Parameters:

key

withValues

public StringNotEndsWithAdvancedFilter withValues(List<String> values)

Set the values property: The set of filter values.

Parameters:

values - the values value to set.

Returns:

the StringNotEndsWithAdvancedFilter object itself.

Applies to