Class WatcherActions
java.lang.Object
co.elastic.clients.elasticsearch.xpack.usage.WatcherActions
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class WatcherActions extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWatcherActions.BuilderBuilder forWatcherActions. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<WatcherActions>_DESERIALIZERJson deserializer forWatcherActions -
Constructor Summary
Constructors Constructor Description WatcherActions(WatcherActions.Builder builder)WatcherActions(java.util.function.Function<WatcherActions.Builder,WatcherActions.Builder> fn) -
Method Summary
Modifier and Type Method Description java.util.Map<java.lang.String,WatcherActionTotals>actions()API name:actionsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupWatcherActionsDeserializer(DelegatingDeserializer<WatcherActions.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 forWatcherActions
-
-
Constructor Details
-
WatcherActions
-
WatcherActions
public WatcherActions(java.util.function.Function<WatcherActions.Builder,WatcherActions.Builder> fn)
-
-
Method Details
-
actions
API name:actions -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupWatcherActionsDeserializer
protected static void setupWatcherActionsDeserializer(DelegatingDeserializer<WatcherActions.Builder> op)
-