Class Watcher
java.lang.Object
co.elastic.clients.elasticsearch.xpack.usage.Base
co.elastic.clients.elasticsearch.xpack.usage.Watcher
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class Watcher extends Base
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWatcher.BuilderBuilder forWatcher.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch.xpack.usage.Base
Base.AbstractBuilder<BuilderT extends Base.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<Watcher>_DESERIALIZERJson deserializer forWatcher -
Method Summary
Modifier and Type Method Description Countercount()Required - API name:countWatcherActionsexecution()Required - API name:executionstatic Watcherof(java.util.function.Function<Watcher.Builder,ObjectBuilder<Watcher>> fn)protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupWatcherDeserializer(ObjectDeserializer<Watcher.Builder> op)WatcherWatchwatch()Required - API name:watchMethods inherited from class co.elastic.clients.elasticsearch.xpack.usage.Base
available, baseOf, enabled, serialize, setupBaseDeserializer, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forWatcher
-
-
Method Details
-
of
-
execution
Required - API name:execution -
watch
Required - API name:watch -
count
Required - API name:count -
serializeInternal
- Overrides:
serializeInternalin classBase
-
setupWatcherDeserializer
-