Class MlCounter
java.lang.Object
co.elastic.clients.elasticsearch.xpack.usage.MlCounter
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class MlCounter extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MlCounter.Builder
Builder forMlCounter
. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<MlCounter>
_DESERIALIZER
Json deserializer forMlCounter
-
Constructor Summary
Constructors Constructor Description MlCounter(MlCounter.Builder builder)
MlCounter(java.util.function.Function<MlCounter.Builder,MlCounter.Builder> fn)
-
Method Summary
Modifier and Type Method Description long
count()
Required - API name:count
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
setupMlCounterDeserializer(DelegatingDeserializer<MlCounter.Builder> op)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forMlCounter
-
-
Constructor Details
-
MlCounter
-
MlCounter
-
-
Method Details
-
count
public long count()Required - API name:count
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
setupMlCounterDeserializer
-