Class StopJobResponse
java.lang.Object
co.elastic.clients.elasticsearch.rollup.StopJobResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class StopJobResponse extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStopJobResponse.BuilderBuilder forStopJobResponse. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<StopJobResponse>_DESERIALIZERJson deserializer forStopJobResponse -
Constructor Summary
Constructors Constructor Description StopJobResponse(StopJobResponse.Builder builder)StopJobResponse(java.util.function.Function<StopJobResponse.Builder,StopJobResponse.Builder> fn) -
Method Summary
Modifier and Type Method Description voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupStopJobResponseDeserializer(DelegatingDeserializer<StopJobResponse.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 forStopJobResponse
-
-
Constructor Details
-
StopJobResponse
-
StopJobResponse
public StopJobResponse(java.util.function.Function<StopJobResponse.Builder,StopJobResponse.Builder> fn)
-
-
Method Details
-
stopped
public boolean stopped()Required - API name:stopped -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupStopJobResponseDeserializer
protected static void setupStopJobResponseDeserializer(DelegatingDeserializer<StopJobResponse.Builder> op)
-