Class StopSlmResponse
java.lang.Object
co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase
co.elastic.clients.elasticsearch.slm.StopSlmResponse
- All Implemented Interfaces:
AcknowledgedResponse,JsonpSerializable
@JsonpDeserializable public class StopSlmResponse extends AcknowledgedResponseBase
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStopSlmResponse.BuilderBuilder forStopSlmResponse.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase
AcknowledgedResponseBase.AbstractBuilder<BuilderT extends AcknowledgedResponseBase.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<StopSlmResponse>_DESERIALIZERJson deserializer forStopSlmResponse -
Method Summary
Modifier and Type Method Description static StopSlmResponseof(java.util.function.Function<StopSlmResponse.Builder,ObjectBuilder<StopSlmResponse>> fn)protected static voidsetupStopSlmResponseDeserializer(ObjectDeserializer<StopSlmResponse.Builder> op)Methods inherited from class co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase
acknowledged, serialize, serializeInternal, setupAcknowledgedResponseBaseDeserializer, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forStopSlmResponse
-
-
Method Details
-
of
public static StopSlmResponse of(java.util.function.Function<StopSlmResponse.Builder,ObjectBuilder<StopSlmResponse>> fn) -
setupStopSlmResponseDeserializer
protected static void setupStopSlmResponseDeserializer(ObjectDeserializer<StopSlmResponse.Builder> op)
-