Class ValidateQueryResponse
java.lang.Object
co.elastic.clients.elasticsearch.indices.ValidateQueryResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ValidateQueryResponse>Json deserializer forValidateQueryResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringerror()API name:errorfinal List<IndicesValidationExplanation>API name:explanationsstatic ValidateQueryResponsevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal ShardStatisticsshards()API name:_shardstoString()final booleanvalid()Required - API name:valid
-
Field Details
-
_DESERIALIZER
Json deserializer forValidateQueryResponse
-
-
Method Details
-
of
public static ValidateQueryResponse of(Function<ValidateQueryResponse.Builder, ObjectBuilder<ValidateQueryResponse>> fn) -
explanations
API name:explanations -
shards
API name:_shards -
valid
public final boolean valid()Required - API name:valid -
error
API name:error -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupValidateQueryResponseDeserializer
protected static void setupValidateQueryResponseDeserializer(ObjectDeserializer<ValidateQueryResponse.Builder> op)
-