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_rules
static TestResponse
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
toString()
final int
Required - 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:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupTestResponseDeserializer
-