Class SlowlogThresholdLevels
- java.lang.Object
-
- org.opensearch.client.opensearch.indices.SlowlogThresholdLevels
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class SlowlogThresholdLevels extends java.lang.Object implements JsonpSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSlowlogThresholdLevels.BuilderBuilder forSlowlogThresholdLevels.
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<SlowlogThresholdLevels>_DESERIALIZERJson deserializer forSlowlogThresholdLevels
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Timedebug()API name:debugTimeinfo()API name:infostatic SlowlogThresholdLevelsof(java.util.function.Function<SlowlogThresholdLevels.Builder,ObjectBuilder<SlowlogThresholdLevels>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupSlowlogTresholdLevelsDeserializer(ObjectDeserializer<SlowlogThresholdLevels.Builder> op)Timetrace()API name:traceTimewarn()API name:warn
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<SlowlogThresholdLevels> _DESERIALIZER
Json deserializer forSlowlogThresholdLevels
-
-
Method Detail
-
of
public static SlowlogThresholdLevels of(java.util.function.Function<SlowlogThresholdLevels.Builder,ObjectBuilder<SlowlogThresholdLevels>> fn)
-
warn
@Nullable public final Time warn()
API name:warn
-
info
@Nullable public final Time info()
API name:info
-
debug
@Nullable public final Time debug()
API name:debug
-
trace
@Nullable public final Time trace()
API name:trace
-
serialize
public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
setupSlowlogTresholdLevelsDeserializer
protected static void setupSlowlogTresholdLevelsDeserializer(ObjectDeserializer<SlowlogThresholdLevels.Builder> op)
-
-