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 classMlCounter.BuilderBuilder forMlCounter. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<MlCounter>_DESERIALIZERJson 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 longcount()API name:countvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupMlCounterDeserializer(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()API name:count -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupMlCounterDeserializer
-