Class StopJobResponse
java.lang.Object
co.elastic.clients.elasticsearch.rollup.StopJobResponse
- All Implemented Interfaces:
- JsonpSerializable
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<StopJobResponse>Json deserializer forStopJobResponse
- 
Method SummaryModifier and TypeMethodDescriptionstatic StopJobResponsevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal booleanstopped()Required - API name:stoppedtoString()
- 
Field Details- 
_DESERIALIZERJson deserializer forStopJobResponse
 
- 
- 
Method Details- 
ofpublic static StopJobResponse of(Function<StopJobResponse.Builder, ObjectBuilder<StopJobResponse>> fn) 
- 
stoppedpublic final boolean stopped()Required - API name:stopped
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupStopJobResponseDeserializerprotected static void setupStopJobResponseDeserializer(ObjectDeserializer<StopJobResponse.Builder> op) 
 
-