Class ValidateQueryResponse
java.lang.Object
co.elastic.clients.elasticsearch.indices.ValidateQueryResponse
- All Implemented Interfaces:
- JsonpSerializable
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ValidateQueryResponse>Json deserializer forValidateQueryResponse
- 
Method SummaryModifier 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- 
_DESERIALIZERJson deserializer forValidateQueryResponse
 
- 
- 
Method Details- 
ofpublic static ValidateQueryResponse of(Function<ValidateQueryResponse.Builder, ObjectBuilder<ValidateQueryResponse>> fn) 
- 
explanationsAPI name:explanations
- 
shardsAPI name:_shards
- 
validpublic final boolean valid()Required - API name:valid
- 
errorAPI name:error
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupValidateQueryResponseDeserializerprotected static void setupValidateQueryResponseDeserializer(ObjectDeserializer<ValidateQueryResponse.Builder> op) 
 
-