Class CountRecord
java.lang.Object
co.elastic.clients.elasticsearch.cat.count.CountRecord
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<CountRecord>Json deserializer forCountRecord -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringcount()the document countfinal Longepoch()seconds since 1970-01-01 00:00:00static CountRecordvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal Stringtime in HH:MM:SStoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forCountRecord
-
-
Method Details
-
of
-
epoch
seconds since 1970-01-01 00:00:00API name:
epoch -
timestamp
time in HH:MM:SSAPI name:
timestamp -
count
the document countAPI name:
count -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupCountRecordDeserializer
-