Class SlowlogTresholdLevels
java.lang.Object
co.elastic.clients.elasticsearch.indices.SlowlogTresholdLevels
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<SlowlogTresholdLevels>Json deserializer forSlowlogTresholdLevels -
Method Summary
Modifier and TypeMethodDescriptionfinal Timedebug()API name:debugfinal Timeinfo()API name:infostatic SlowlogTresholdLevelsvoidserialize(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 Timetrace()API name:tracefinal Timewarn()API name:warn
-
Field Details
-
_DESERIALIZER
Json deserializer forSlowlogTresholdLevels
-
-
Method Details
-
of
public static SlowlogTresholdLevels of(Function<SlowlogTresholdLevels.Builder, ObjectBuilder<SlowlogTresholdLevels>> fn) -
warn
API name:warn -
info
API name:info -
debug
API name:debug -
trace
API name:trace -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupSlowlogTresholdLevelsDeserializer
protected static void setupSlowlogTresholdLevelsDeserializer(ObjectDeserializer<SlowlogTresholdLevels.Builder> op)
-