Class SlowlogTresholds
java.lang.Object
co.elastic.clients.elasticsearch.indices.SlowlogTresholds
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<SlowlogTresholds>Json deserializer forSlowlogTresholds -
Method Summary
Modifier and TypeMethodDescriptionfinal SlowlogTresholdLevelsfetch()API name:fetchstatic SlowlogTresholdsfinal SlowlogTresholdLevelsquery()API name:queryvoidserialize(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
-
_DESERIALIZER
Json deserializer forSlowlogTresholds
-
-
Method Details
-
of
public static SlowlogTresholds of(Function<SlowlogTresholds.Builder, ObjectBuilder<SlowlogTresholds>> fn) -
query
API name:query -
fetch
API name:fetch -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupSlowlogTresholdsDeserializer
protected static void setupSlowlogTresholdsDeserializer(ObjectDeserializer<SlowlogTresholds.Builder> op)
-