Class StopJobResponse
java.lang.Object
co.elastic.clients.elasticsearch.rollup.StopJobResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class StopJobResponse extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
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 -
Method Summary
Modifier and Type Method Description static StopJobResponseof(java.util.function.Function<StopJobResponse.Builder,ObjectBuilder<StopJobResponse>> 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 voidsetupStopJobResponseDeserializer(ObjectDeserializer<StopJobResponse.Builder> op)booleanstopped()Required - API name:stoppedjava.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forStopJobResponse
-
-
Method Details
-
of
public static StopJobResponse of(java.util.function.Function<StopJobResponse.Builder,ObjectBuilder<StopJobResponse>> fn) -
stopped
public final boolean stopped()Required - API name:stopped -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupStopJobResponseDeserializer
protected static void setupStopJobResponseDeserializer(ObjectDeserializer<StopJobResponse.Builder> op)
-