Class TestResponse
java.lang.Object
co.elastic.clients.elasticsearch.query_rules.TestResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<TestResponse>Json deserializer forTestResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal List<QueryRulesetMatchedRule>Required - API name:matched_rulesstatic TestResponsevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()final intRequired - API name:total_matched_rules
-
Field Details
-
_DESERIALIZER
Json deserializer forTestResponse
-
-
Method Details
-
of
-
totalMatchedRules
public final int totalMatchedRules()Required - API name:total_matched_rules -
matchedRules
Required - API name:matched_rules -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupTestResponseDeserializer
-