Class XyShapeFieldQuery
- java.lang.Object
-
- org.opensearch.client.opensearch._types.query_dsl.XyShapeFieldQuery
-
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable
public class XyShapeFieldQuery extends java.lang.Object implements PlainJsonSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classXyShapeFieldQuery.BuilderBuilder forXyShapeFieldQuery.
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<XyShapeFieldQuery>_DESERIALIZERJson deserializer forXyShapeFieldQuery
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description FieldLookupindexedShape()API name:indexed_shapestatic XyShapeFieldQueryof(java.util.function.Function<XyShapeFieldQuery.Builder,ObjectBuilder<XyShapeFieldQuery>> fn)GeoShapeRelationrelation()API name:relationvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupXyShapeFieldQueryDeserializer(ObjectDeserializer<XyShapeFieldQuery.Builder> op)XyShapeFieldQuery.BuildertoBuilder()JsonDataxyShape()API name:shape-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonString
-
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<XyShapeFieldQuery> _DESERIALIZER
Json deserializer forXyShapeFieldQuery
-
-
Method Detail
-
of
public static XyShapeFieldQuery of(java.util.function.Function<XyShapeFieldQuery.Builder,ObjectBuilder<XyShapeFieldQuery>> fn)
-
indexedShape
@Nullable public final FieldLookup indexedShape()
API name:indexed_shape
-
relation
@Nullable public final GeoShapeRelation relation()
API name:relation
-
xyShape
@Nullable public final JsonData xyShape()
API name:shape
-
serialize
public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
toBuilder
public XyShapeFieldQuery.Builder toBuilder()
-
setupXyShapeFieldQueryDeserializer
protected static void setupXyShapeFieldQueryDeserializer(ObjectDeserializer<XyShapeFieldQuery.Builder> op)
-
-