Class CountResponse
java.lang.Object
co.elastic.clients.elasticsearch.core.CountResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<CountResponse>Json deserializer forCountResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal longcount()Required - API name:countstatic CountResponsevoidserialize(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()Required - API name:_shardstoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forCountResponse
-
-
Method Details
-
of
-
count
public final long count()Required - API name:count -
shards
Required - API name:_shards -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupCountResponseDeserializer
-