Class ValidateQueryResponse
java.lang.Object
co.elastic.clients.elasticsearch.indices.ValidateQueryResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final JsonpDeserializer<ValidateQueryResponse>
Json deserializer forValidateQueryResponse
-
Method Summary
Modifier and TypeMethodDescriptionfinal String
error()
API name:error
final List<IndicesValidationExplanation>
API name:explanations
static ValidateQueryResponse
void
serialize
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static void
final ShardStatistics
shards()
API name:_shards
toString()
final boolean
valid()
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:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupValidateQueryResponseDeserializer
protected static void setupValidateQueryResponseDeserializer(ObjectDeserializer<ValidateQueryResponse.Builder> op)
-