Class GetSearchConfigurationsResponse
java.lang.Object
org.opensearch.client.opensearch.search_relevance.GetSearchConfigurationsResponse
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<GetSearchConfigurationsResponse.Builder,GetSearchConfigurationsResponse>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class GetSearchConfigurationsResponse
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<GetSearchConfigurationsResponse.Builder,GetSearchConfigurationsResponse>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<GetSearchConfigurationsResponse> Json deserializer forGetSearchConfigurationsResponse -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleaninthashCode()hits()API name:hitsfinal Stringid()API name:idfinal Stringindex()API name:indexfinal Stringname()API name:nameof(Function<GetSearchConfigurationsResponse.Builder, ObjectBuilder<GetSearchConfigurationsResponse>> fn) final Stringquery()API name:queryfinal StringAPI name:searchPipelinevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupGetSearchConfigurationsResponseDeserializer(ObjectDeserializer<GetSearchConfigurationsResponse.Builder> op) shards()API name:_shardsfinal BooleantimedOut()API name:timed_outfinal StringAPI name:timestampCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.final Integertook()API name:tookMethods 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 forGetSearchConfigurationsResponse
-
-
Method Details
-
of
-
hits
API name:hits -
id
API name:id -
index
API name:index -
name
API name:name -
query
API name:query -
searchPipeline
API name:searchPipeline -
shards
API name:_shards -
timedOut
API name:timed_out -
timestamp
API name:timestamp -
took
API name:took -
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<GetSearchConfigurationsResponse.Builder,GetSearchConfigurationsResponse> - Returns:
- a new builder instance.
-
builder
-
setupGetSearchConfigurationsResponseDeserializer
protected static void setupGetSearchConfigurationsResponseDeserializer(ObjectDeserializer<GetSearchConfigurationsResponse.Builder> op) -
hashCode
public int hashCode() -
equals
-