Class ListResponse
java.lang.Object
co.elastic.clients.elasticsearch.search_application.ListResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ListResponse>Json deserializer forListResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal longcount()Required - API name:countstatic ListResponsefinal List<SearchApplication>results()Required - API name:resultsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forListResponse
-
-
Method Details
-
of
-
count
public final long count()Required - API name:count -
results
Required - API name:results -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupListResponseDeserializer
-