Class GetExperimentsResponse
java.lang.Object
org.opensearch.client.opensearch.search_relevance.GetExperimentsResponse
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<GetExperimentsResponse.Builder,GetExperimentsResponse>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class GetExperimentsResponse
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<GetExperimentsResponse.Builder,GetExperimentsResponse>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<GetExperimentsResponse> Json deserializer forGetExperimentsResponse -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleaninthashCode()hits()API name:hitsfinal Stringid()API name:idAPI name:judgmentListstatic GetExperimentsResponsefinal StringAPI name:querySetIdresults()API name:resultsAPI name:searchConfigurationListvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidshards()API name:_shardsfinal Integersize()API name:sizefinal Stringstatus()API name:statusfinal BooleantimedOut()API name:timed_outfinal StringAPI name:timestampCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.final Integertook()API name:tookfinal Stringtype()API name:typeMethods 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 forGetExperimentsResponse
-
-
Method Details
-
of
public static GetExperimentsResponse of(Function<GetExperimentsResponse.Builder, ObjectBuilder<GetExperimentsResponse>> fn) -
hits
API name:hits -
id
API name:id -
judgmentList
API name:judgmentList -
querySetId
API name:querySetId -
results
API name:results -
searchConfigurationList
API name:searchConfigurationList -
shards
API name:_shards -
size
API name:size -
status
API name:status -
timedOut
API name:timed_out -
timestamp
API name:timestamp -
took
API name:took -
type
API name:type -
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<GetExperimentsResponse.Builder,GetExperimentsResponse> - Returns:
- a new builder instance.
-
builder
-
setupGetExperimentsResponseDeserializer
protected static void setupGetExperimentsResponseDeserializer(ObjectDeserializer<GetExperimentsResponse.Builder> op) -
hashCode
public int hashCode() -
equals
-