Class WatcherActions
java.lang.Object
co.elastic.clients.elasticsearch.xpack.usage.WatcherActions
- All Implemented Interfaces:
- JsonpSerializable
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<WatcherActions>Json deserializer forWatcherActions
- 
Method SummaryModifier and TypeMethodDescriptionfinal Map<String,WatcherActionTotals> actions()Required - API name:actionsstatic WatcherActionsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
- 
Field Details- 
_DESERIALIZERJson deserializer forWatcherActions
 
- 
- 
Method Details- 
of
- 
actionsRequired - API name:actions
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupWatcherActionsDeserializerprotected static void setupWatcherActionsDeserializer(ObjectDeserializer<WatcherActions.Builder> op) 
 
-