Class WatcherActionTotals
java.lang.Object
co.elastic.clients.elasticsearch.xpack.usage.WatcherActionTotals
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<WatcherActionTotals>Json deserializer forWatcherActionTotals -
Method Summary
Modifier and TypeMethodDescriptionstatic WatcherActionTotalsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()final Timetotal()Required - API name:totalfinal longRequired - API name:total_time_in_ms
-
Field Details
-
_DESERIALIZER
Json deserializer forWatcherActionTotals
-
-
Method Details
-
of
public static WatcherActionTotals of(Function<WatcherActionTotals.Builder, ObjectBuilder<WatcherActionTotals>> fn) -
total
Required - API name:total -
totalTimeInMs
public final long totalTimeInMs()Required - API name:total_time_in_ms -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupWatcherActionTotalsDeserializer
protected static void setupWatcherActionTotalsDeserializer(ObjectDeserializer<WatcherActionTotals.Builder> op)
-