Class StopDatafeedResponse
java.lang.Object
co.elastic.clients.elasticsearch.ml.StopDatafeedResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class StopDatafeedResponse extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStopDatafeedResponse.BuilderBuilder forStopDatafeedResponse. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<StopDatafeedResponse>_DESERIALIZERJson deserializer forStopDatafeedResponse -
Method Summary
Modifier and Type Method Description static StopDatafeedResponseof(java.util.function.Function<StopDatafeedResponse.Builder,ObjectBuilder<StopDatafeedResponse>> 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 voidsetupStopDatafeedResponseDeserializer(ObjectDeserializer<StopDatafeedResponse.Builder> op)booleanstopped()Required - API name:stoppedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forStopDatafeedResponse
-
-
Method Details
-
of
public static StopDatafeedResponse of(java.util.function.Function<StopDatafeedResponse.Builder,ObjectBuilder<StopDatafeedResponse>> fn) -
stopped
public final boolean stopped()Required - API name:stopped -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupStopDatafeedResponseDeserializer
protected static void setupStopDatafeedResponseDeserializer(ObjectDeserializer<StopDatafeedResponse.Builder> op)
-