Class IntervalsAnyOf
java.lang.Object
org.opensearch.client.opensearch._types.query_dsl.IntervalsAnyOf
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,IntervalsQueryVariant,IntervalsVariant,ToCopyableBuilder<IntervalsAnyOf.Builder,IntervalsAnyOf>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class IntervalsAnyOf
extends Object
implements IntervalsVariant, IntervalsQueryVariant, PlainJsonSerializable, ToCopyableBuilder<IntervalsAnyOf.Builder,IntervalsAnyOf>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<IntervalsAnyOf> Json deserializer forIntervalsAnyOf -
Method Summary
Modifier and TypeMethodDescriptionIntervalsvariant kind.IntervalsQueryvariant kind.static IntervalsAnyOf.Builderbuilder()booleanfinal IntervalsFilterfilter()API name:filterinthashCode()Required - An array of rules to match.static IntervalsAnyOfvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.opensearch._types.query_dsl.IntervalsVariant
toIntervalsMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_DESERIALIZER
Json deserializer forIntervalsAnyOf
-
-
Method Details
-
of
-
_intervalsKind
Intervalsvariant kind.- Specified by:
_intervalsKindin interfaceIntervalsVariant
-
_intervalsQueryKind
IntervalsQueryvariant kind.- Specified by:
_intervalsQueryKindin interfaceIntervalsQueryVariant
-
filter
API name:filter -
intervals
Required - An array of rules to match.API name:
intervals -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<IntervalsAnyOf.Builder,IntervalsAnyOf> - Returns:
- a new builder instance.
-
builder
-
setupIntervalsAnyOfDeserializer
protected static void setupIntervalsAnyOfDeserializer(ObjectDeserializer<IntervalsAnyOf.Builder> op) -
hashCode
public int hashCode() -
equals
-