Class GeoShapeQueryField
java.lang.Object
org.opensearch.client.opensearch._types.query_dsl.GeoShapeQueryField
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<GeoShapeQueryField.Builder,GeoShapeQueryField>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class GeoShapeQueryField
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<GeoShapeQueryField.Builder,GeoShapeQueryField>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<GeoShapeQueryField> Json deserializer forGeoShapeQueryField -
Method Summary
Modifier and TypeMethodDescriptionstatic GeoShapeQueryField.Builderbuilder()booleaninthashCode()final FieldLookupAPI name:indexed_shapestatic GeoShapeQueryFieldfinal 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 voidfinal GeoShapeshape()Required - API name:shapeCreate 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.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_DESERIALIZER
Json deserializer forGeoShapeQueryField
-
-
Method Details
-
of
public static GeoShapeQueryField of(Function<GeoShapeQueryField.Builder, ObjectBuilder<GeoShapeQueryField>> fn) -
indexedShape
API name:indexed_shape -
relation
API name:relation -
shape
Required - API name:shape -
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<GeoShapeQueryField.Builder,GeoShapeQueryField> - Returns:
- a new builder instance.
-
builder
-
setupGeoShapeQueryFieldDeserializer
protected static void setupGeoShapeQueryFieldDeserializer(ObjectDeserializer<GeoShapeQueryField.Builder> op) -
hashCode
public int hashCode() -
equals
-